* change savequery dialog style.

This commit is contained in:
Catouse
2018-05-18 09:00:47 +08:00
parent 81fe923a60
commit 2518ac259e
+3 -3
View File
@@ -16,10 +16,10 @@
<input name='title' id='title' class="form-control" autocomplete="off" type="text">
<?php if($onMenuBar == 'yes'):?>
<span class='input-group-addon'>
<label class="checkbox-inline">
<div class="checkbox-primary">
<input type="checkbox" name="onMenuBar" value="1" id="onMenuBar" />
<?php echo $lang->search->onMenuBar?>
</label>
<label for="onMenuBar"><?php echo $lang->search->onMenuBar?></label>
</div>
</span>
<?php endif;?>
<span class='input-group-btn'><?php echo html::submitButton() . html::hidden('module', $module)?></span>