* user module does not have featurebar so it is no use showing search tag on bar menu.
This commit is contained in:
@@ -14,12 +14,14 @@
|
||||
<form target='hiddenwin' method='post' style='padding: 20px 5% 30px'>
|
||||
<div class='input-group'>
|
||||
<input name='title' id='title' class="form-control" autocomplete="off" type="text">
|
||||
<?php if($module != 'user'):?>
|
||||
<span class='input-group-addon'>
|
||||
<label class="checkbox-inline">
|
||||
<input type="checkbox" name="onMenuBar" value="1" id="onMenuBar" />
|
||||
<?php echo $lang->search->onMenuBar?>
|
||||
</label>
|
||||
</span>
|
||||
<?php endif;?>
|
||||
<span class='input-group-btn'><?php echo html::submitButton() . html::hidden('module', $module)?></span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user