Merge branch 'saas-dev-publishing' of github.com:sourcefabric/airtime into saas-dev-publishing
This commit is contained in:
commit
b88bcfaa92
4 changed files with 23 additions and 10 deletions
|
@ -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 : "",
|
||||
|
|
|
@ -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
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue