Merge branch 'saas-dev-publishing' of github.com:sourcefabric/airtime into saas-dev-publishing

This commit is contained in:
Duncan Sommerville 2015-11-10 15:10:44 -05:00
commit b88bcfaa92
4 changed files with 23 additions and 10 deletions

View file

@ -1331,8 +1331,8 @@ var AIRTIME = (function(AIRTIME) {
return this.getSelectedRows().length >= 1;
}
});
podcastToolbarButtons["ViewPodcast"] = {
title : $.i18n._("View Podcast"),
podcastToolbarButtons["ViewEpisodes"] = {
title : $.i18n._("View Episodes"),
iconClass : "icon-chevron-right",
extraBtnClass : "btn-small",
elementId : "",

View file

@ -506,8 +506,8 @@ var AIRTIME = (function (AIRTIME) {
title: $.i18n._("Add New Podcast"),
resizable: false,
modal: true,
width: 'auto',
height: 'auto'
width: '450px',
height: 129
});
});
};