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