Merge pull request #651 from frecuencialibre/podcast-ui
make podcast creation UI conform to standard content creation UI
This commit is contained in:
commit
f0ef3d0c87
4 changed files with 269 additions and 311 deletions
|
@ -41,7 +41,7 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<!-- <table class="datatable podcast_episodes" cellpadding="0" cellspacing="0"></table>-->
|
||||
<table class="datatable podcast_episodes" cellpadding="0" cellspacing="0"></table>
|
||||
|
||||
<div class="btn-toolbar clearfix">
|
||||
<div class="btn-group pull-right">
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
<div class="outer-datatable-wrapper">
|
||||
<table id="library_display" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
<table id="podcast_table" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
<table id="podcast_episodes_table" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue