Skeleton player form/view/controller

This commit is contained in:
drigato 2015-02-12 14:08:06 -05:00
parent a1436bfebb
commit c261182c8f
6 changed files with 82 additions and 1 deletions

View file

@ -0,0 +1,6 @@
<fieldset class="padded">
<dl class="zend_form">
<?php echo $this->element->getElement('display_track_metadata'); ?>
</dl>
</fieldset>