naomiaro a28d8ce305 CC-2145 : Redesign & layout fixes for the Preferences screen
view templates are all done, form works. just need javascript.
2011-04-03 17:34:44 -04:00

8 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>