2011-04-03 23:34:44 +02:00
|
|
|
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong preferences">
|
2015-08-18 23:52:23 +02:00
|
|
|
<h2 style="float:left"><?php echo _("General") ?></h2>
|
2012-10-19 20:42:01 +02:00
|
|
|
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
|
2015-01-15 22:28:18 +01:00
|
|
|
<form method="post" id="pref_form" enctype="multipart/form-data">
|
|
|
|
|
|
|
|
<?php echo $this->form->getElement('submit')->render() ?>
|
2011-11-07 23:43:38 +01:00
|
|
|
<div style="clear:both"></div>
|
2015-01-15 22:28:18 +01:00
|
|
|
|
2011-11-07 23:43:38 +01:00
|
|
|
<?php
|
|
|
|
echo $this->statusMsg;
|
|
|
|
echo $this->form;
|
|
|
|
?>
|
2012-11-12 20:43:44 +01:00
|
|
|
<br />
|
2011-11-07 23:43:38 +01:00
|
|
|
</form>
|
2011-02-07 18:36:35 +01:00
|
|
|
</div>
|