* fix bug #663 in backyard pms.
This commit is contained in:
@@ -4,6 +4,6 @@ $lang->branch->manage = 'Branch manage';
|
||||
$lang->branch->delete = 'Branch delete';
|
||||
|
||||
$lang->branch->manageTitle = '%s Manage';
|
||||
$lang->branch->all = 'All';
|
||||
$lang->branch->all = 'All ';
|
||||
|
||||
$lang->branch->confirmDelete = '%branch% deletion, will affect the %branch% of the demand, module, plan, release, Bug, testcase and so on, please consider carefully. Are you sure delete the %branch%?';
|
||||
|
||||
@@ -23,7 +23,7 @@ include '../../common/view/chosen.html.php';
|
||||
#featurebar .nav {position: relative;}
|
||||
#featurebar .nav .dropdown .dropdown-menu{z-index:1010;}
|
||||
#querybox form{padding-right: 40px;}
|
||||
#querybox .form-control {padding: 2px; padding: 6px 2px\0;}
|
||||
#querybox .form-control {padding: 2px}
|
||||
@-moz-document url-prefix() {#querybox .form-control {padding: 6px 2px;}}
|
||||
#querybox .table {border: none}
|
||||
#querybox .table-form td {border: none}
|
||||
@@ -378,7 +378,7 @@ foreach($fieldParams as $fieldName => $param)
|
||||
?>
|
||||
</table>
|
||||
</td>
|
||||
<td class='<?php echo $style == 'simple' ? 'w-60px' : 'w-150px'?>'>
|
||||
<td class='<?php echo $style == 'simple' ? 'w-80px' : 'w-160px'?>'>
|
||||
<?php
|
||||
echo html::hidden('module', $module);
|
||||
echo html::hidden('actionURL', $actionURL);
|
||||
|
||||
Reference in New Issue
Block a user