13 lines
618 B
PHTML
13 lines
618 B
PHTML
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong preferences" id="support-feedback-view">
|
|
<h2><?php echo $this->section_title?></h2>
|
|
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
|
|
<form method="post" id="support-feedback-form" action="enctype="multipart/form-data">
|
|
<div id="support-settings">
|
|
<?php echo $this->statusMsg ?>
|
|
<?php echo $this->form ?>
|
|
</div>
|
|
<br />
|
|
<button name="support_save" id="support_save" type="button" class="btn right-floated"><? echo _("Save") ?></button>
|
|
</form>
|
|
</div>
|