* Fix search menu.

This commit is contained in:
Yagami
2020-12-10 15:34:26 +08:00
parent 380fee26aa
commit 3dcd7efbd2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -487,7 +487,7 @@ $lang->admin->menu->message = array('link' => '通知|message|index', 'subModule
$lang->admin->menu->custom = array('link' => '自定义|custom|index', 'subModule' => 'custom');
$lang->admin->menu->data = array('link' => '数据|backup|index', 'subModule' => 'backup,action');
$lang->admin->menu->safe = array('link' => '安全|admin|safe', 'alias' => 'checkweak');
$lang->admin->menu->system = array('link' => '系统|cron|index', 'subModule' => 'cron,search');
$lang->admin->menu->system = array('link' => '系统|cron|index', 'subModule' => 'cron');
$lang->company->menu = $lang->company->menu;
$lang->dept->menu = $lang->company->menu;
+1 -1
View File
@@ -20,7 +20,7 @@
<div class='modal-body'>
<table class='table table-form'>
<tr>
<th class='w-160px'><?php echo $lang->custom->scrum->setConcept;?> </th>
<th class='w-100px'><?php echo $lang->custom->scrum->setConcept;?> </th>
<td colspan='3'><?php echo html::radio('productProject', $lang->custom->productProject->relation, zget($this->config->custom, 'productProject', '0_0'))?></td>
<td></td><td></td>
</tr>
+1 -1
View File
@@ -16,7 +16,7 @@
<div class='modal-body'>
<table class='table table-form'>
<tr id='URSRName'>
<th class='w-160px'><?php echo $lang->custom->waterfall->URSRName;?></th>
<th class='w-120px'><?php echo $lang->custom->waterfall->URSRName;?></th>
<td><?php echo html::select('URSRCommon', $lang->custom->URSRList, zget($config->custom, 'URSRName', 1), "class='form-control chosen'");?></td>
<td><?php echo html::checkbox('URSRCustom', $lang->custom->common, "class='form-control'");?></td>
<td></td><td></td><td></td>