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

16 lines
488 B
PHTML
Raw Normal View History

<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>
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
<form method="post" id="pref_form" enctype="multipart/form-data">
<?php echo $this->form->getElement('submit')->render() ?>
<div style="clear:both"></div>
<?php
echo $this->statusMsg;
echo $this->form;
?>
<br />
</form>
</div>