CC-1917 file meta data screen

This commit is contained in:
naomiaro 2011-02-12 14:44:55 -05:00
parent 2f796f3d9c
commit 9a7dda49fe
2 changed files with 24 additions and 17 deletions

View file

@ -1,4 +1,6 @@
<?php
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong">
<h2>Edit Metadata</h2>
$this->form->setAction($this->url());
echo $this->form;
<?php $this->form->setAction($this->url());
echo $this->form; ?>
</div>