2011-04-03 23:34:44 +02:00
|
|
|
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong preferences">
|
2013-10-04 20:15:23 +02:00
|
|
|
<h2 style="float:left"><?php echo _("Preferences") ?></h2>
|
2012-10-19 20:42:01 +02:00
|
|
|
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
|
2012-10-27 00:09:30 +02:00
|
|
|
<form method="post" id="pref_form" enctype="application/x-www-form-urlencoded">
|
2011-11-07 23:43:38 +01:00
|
|
|
|
2013-10-04 20:15:23 +02:00
|
|
|
<button name="pref_save" id="pref_save" type="button" class="btn right-floated"><?php echo _("Save") ?></button>
|
2011-11-07 23:43:38 +01:00
|
|
|
<div style="clear:both"></div>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
echo $this->statusMsg;
|
|
|
|
echo $this->form;
|
|
|
|
?>
|
2012-11-12 20:43:44 +01:00
|
|
|
<br />
|
2013-10-04 20:15:23 +02:00
|
|
|
<button name="pref_save" id="pref_save" type="button" class="btn right-floated"><?php echo _("Save") ?></button>
|
2011-11-07 23:43:38 +01:00
|
|
|
</form>
|
2011-02-07 18:36:35 +01:00
|
|
|
</div>
|