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

This commit is contained in:
drigato 2015-11-16 14:40:46 -05:00
commit f2ce22a1fa
4 changed files with 51 additions and 18 deletions

View file

@ -5,9 +5,13 @@
<h2>
<span class="title_obj_name"><?php echo _("My Podcast") ?></span>
</h2>
<button ng-click="savePodcast()" class="btn" title='<?php echo _("Save station podcast") ?>' type="button">
<?php echo _("Save") ?>
</button>
<a href="{{podcast.url}}" target="_blank">
<button class="btn"><?php echo _("View Feed") ?></button>
</a>
<div class='success' style='display:none'></div>
</div>
<form class="podcast-metadata">
<?php echo $this->form->getElement('csrf') ?>
@ -87,7 +91,7 @@
<?php echo _("Save") ?>
</button>
</div>
<div class='success' style='display:none'></span></div>
<div class='success' style='display:none'></div>
</div>
</div>