CC-1916 playlist metadata page looks better.

This commit is contained in:
Naomi 2011-02-11 18:55:08 -05:00
parent f8d3a38b2e
commit 89267748d4
6 changed files with 107 additions and 39 deletions

View file

@ -1 +1,3 @@
<?php echo $this->form; ?>
<form method="post" action="" enctype="application/x-www-form-urlencoded">
<?php echo $this->view->fieldset; ?>
</form>

View file

@ -1 +1,4 @@
<br /><br /><center>View script for controller <b>Playlist</b> and script/action name <b>new</b></center>
<h3 class="plain">Playlist Metadata</h3>
<form method="post" action="" enctype="application/x-www-form-urlencoded">
<?php echo $this->fieldset; ?>
</form>