* fix bug #663 in backyard pms.

This commit is contained in:
wangyidong
2015-11-20 11:36:46 +08:00
parent c657433fa2
commit 3d46d2e1ed
2 changed files with 3 additions and 3 deletions

View File

@@ -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%?';

View File

@@ -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);