* finish task #5082.

This commit is contained in:
wangyidong
2018-11-09 13:11:46 +08:00
parent 6d3514387c
commit da7534e589
7 changed files with 230 additions and 45 deletions
+9 -1
View File
@@ -18,12 +18,20 @@
<form method='post' target='hiddenwin'>
<table class='w-p100'>
<tr>
<td style='height:50px;vertical-align:top'>
<td style='height:80px;vertical-align:top'>
<div class='input-group'>
<?php echo html::checkbox('setting', $lang->backup->settingList, isset($config->backup->setting) ? $config->backup->setting : '');?>
</div>
</td>
</tr>
<tr>
<td>
<div class='input-group'>
<span class='input-group-addon'><?php echo $lang->backup->settingDir;?></span>
<?php echo html::input('settingDir', !empty($config->backup->settingDir) ? $config->backup->settingDir : $this->app->getTmpRoot() . 'backup/', "class='form-control'");?>
</div>
</td>
</tr>
<tr><td><?php echo html::submitButton('', '', 'btn btn-primary');?></td></tr>
</table>
</form>