7 lines
193 B
PHTML
7 lines
193 B
PHTML
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong preferences">
|
|
<h2>Preferences</h2>
|
|
<?php
|
|
echo $this->statusMsg;
|
|
echo $this->form;
|
|
?>
|
|
</div>
|