SAAS-1062 - more work on podcasting frontend
This commit is contained in:
parent
a6450353e5
commit
0710accbe2
6 changed files with 48 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="podcast-wrapper" ng-controller="RestController">
|
||||
<div class="podcast-wrapper" ng-controller="RestController">
|
||||
<div class="inner_editor_title">
|
||||
<h2>
|
||||
<?php echo _("Editing ") ?>"<span ng-bind="podcast.title" class="title_obj_name"></span>"
|
||||
|
@ -29,6 +29,6 @@
|
|||
<?php echo _("Save") ?>
|
||||
</button>
|
||||
</div>
|
||||
<div id='sp-success' class='success' style='display:none'></span></div>
|
||||
<div class='success' style='display:none'></span></div>
|
||||
</div>
|
||||
</div>
|
|
@ -1,5 +1,5 @@
|
|||
<div id="podcast_url_dialog">
|
||||
<form>
|
||||
<form name="podcast_url_form">
|
||||
<?php echo $this->csrf ?>
|
||||
<label>
|
||||
Podcast URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue