mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
use formSubmit() instead of plain html for submit button
This commit is contained in:
parent
995fd19684
commit
1e178fb1c3
|
@ -680,9 +680,7 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk))
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
if(is_writeable($settings->_configFilePath)) {
|
if(is_writeable($settings->_configFilePath)) {
|
||||||
?>
|
$this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('save'));
|
||||||
<button type="submit" class="btn btn-primary"><i class="fa fa-save"></i> <?php printMLText("save")?></button>
|
|
||||||
<?php
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user