sintonia/legacy/application/views/scripts/preference/index.phtml

16 lines
490 B
PHTML
Raw Permalink Normal View History

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 = Config::getBasePath(); ?>
2015-08-19 23:18:42 +02:00
<form method="post" id="pref_form" enctype="multipart/form-data">
2015-08-19 23:18:42 +02:00
<?php echo $this->form->getElement('submit')->render() ?>
<div style="clear:both"></div>
2015-08-19 23:18:42 +02:00
<?php
echo $this->statusMsg;
echo $this->form;
2015-08-19 23:18:42 +02:00
?>
<br />
2015-08-19 23:18:42 +02:00
</form>
</div>