diff --git a/module/bug/css/batchedit.css b/module/bug/css/batchedit.css index 24236cbe26..c293bdd635 100644 --- a/module/bug/css/batchedit.css +++ b/module/bug/css/batchedit.css @@ -1,3 +1,4 @@ .chosen-container[id^="plan"] .chosen-drop {min-width: 300px; border-top: 1px solid #ddd!important} .duplicate-input {border-left-width: 0; border-radius: 0 2px 2px 0; padding-left: 9px} -.duplicate-input:focus {border-left-width: 1px; padding-left: 8px} \ No newline at end of file +.duplicate-input:focus {border-left-width: 1px; padding-left: 8px} +#batchEditForm{overflow-x:auto;} diff --git a/module/common/lang/en.php b/module/common/lang/en.php index 64963dfeba..11919caf47 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -57,6 +57,7 @@ $lang->required = 'Required'; $lang->noData = 'No record'; $lang->actions = 'Actions'; +$lang->restore = 'Restore'; $lang->comment = 'Note'; $lang->history = 'History'; $lang->attatch = 'Attachment'; diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php index c185478339..81df46652b 100644 --- a/module/common/lang/zh-cn.php +++ b/module/common/lang/zh-cn.php @@ -57,6 +57,7 @@ $lang->required = '必填'; $lang->noData = '暂无'; $lang->actions = '操作'; +$lang->restore = '恢复默认'; $lang->comment = '备注'; $lang->history = '历史记录'; $lang->attatch = '附件'; diff --git a/module/common/view/customfield.html.php b/module/common/view/customfield.html.php index 702c2b1205..30031fa2e0 100644 --- a/module/common/view/customfield.html.php +++ b/module/common/view/customfield.html.php @@ -27,6 +27,7 @@
save);?> cancel, '', "btn close-dropdown");?> + restore, 'hiddenwin', "class='btn'");?>
diff --git a/module/common/view/noticeimport.html.php b/module/common/view/noticeimport.html.php index fc7a488ca1..440b1a75ad 100644 --- a/module/common/view/noticeimport.html.php +++ b/module/common/view/noticeimport.html.php @@ -6,7 +6,7 @@