Merge pull request #651 from frecuencialibre/podcast-ui

make podcast creation UI conform to standard content creation UI
This commit is contained in:
Robb 2019-01-12 12:27:03 -05:00 committed by GitHub
commit f0ef3d0c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 269 additions and 311 deletions

View file

@ -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">

View file

@ -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>