CC-2305:Create playlist out of range

- HTML is fixed as Valdimir requested.
- CSS is fixed.
This commit is contained in:
James Moon 2011-06-22 23:37:26 -04:00
parent 219102d9f1
commit 3c3850db29
3 changed files with 10 additions and 5 deletions

View file

@ -1,4 +1,6 @@
<h3 class="plain">Playlist Metadata</h3>
<form method="post" action="" enctype="application/x-www-form-urlencoded">
<?php echo $this->fieldset; ?>
<fieldset>
<?php echo $this->fieldset; ?>
</fieldset>
</form>