Frontend tweaks
This commit is contained in:
parent
77a53491b0
commit
4115f4939e
5 changed files with 43 additions and 29 deletions
|
@ -4,15 +4,17 @@
|
|||
</h2>
|
||||
</div>
|
||||
<div class="inner_editor_wrapper">
|
||||
<input ng-value="podcast.id" class="obj_id" type="hidden"/>
|
||||
<label>
|
||||
<?php echo _("Podcast Name") ?>
|
||||
<input disabled ng-model="podcast.title" type="text"/>
|
||||
</label>
|
||||
<label>
|
||||
<?php echo _("Podcast URL") ?>
|
||||
<input disabled ng-model="podcast.url" type="text"/>
|
||||
</label>
|
||||
<form class="podcast-metadata">
|
||||
<input ng-value="podcast.id" class="obj_id" type="hidden"/>
|
||||
<label>
|
||||
<?php echo _("Podcast Name") ?>
|
||||
<input disabled ng-model="podcast.title" type="text"/>
|
||||
</label>
|
||||
<label>
|
||||
<?php echo _("Podcast URL") ?>
|
||||
<input disabled ng-model="podcast.url" type="text"/>
|
||||
</label>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<table id="podcast_episodes" class="datatable" cellpadding="0" cellspacing="0"></table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue