sintonia/legacy/application/views/scripts/preference/index.phtml
jo 72960593c7 chore(legacy): use Config::getBasePath helper
Replace Application_Common_OsPath::getBaseDir with Config::getBasePath.
2022-07-08 11:03:10 +02:00

15 lines
490 B
PHTML

<div class="ui-widget prefpanel simple-formblock clearfix padded-strong preferences">
<h2 id="preferences_header"><?php echo _("General") ?></h2>
<?php $baseUrl = Config::getBasePath(); ?>
<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>