6 lines
207 B
PHTML
6 lines
207 B
PHTML
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong">
|
|
<h2>Edit Metadata</h2>
|
|
|
|
<?php $this->form->setAction($this->url());
|
|
echo $this->form; ?>
|
|
</div>
|