-implemented new ui design for preferences page.

This commit is contained in:
mkonecny 2011-02-07 12:36:35 -05:00
parent 89ae221f4c
commit 7c17758721
4 changed files with 17 additions and 20 deletions

View file

@ -1,3 +1,6 @@
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong">
<?php
echo $this->statusMsg;
echo $this->form;
?>
</div>

View file

@ -1,4 +1 @@
Preferences Updated.
<?php
echo $this->form;
?>
Left empty on purpose