diff --git a/module/block/view/dashboard.html.php b/module/block/view/dashboard.html.php index c820e1cfec..0821a77e1b 100644 --- a/module/block/view/dashboard.html.php +++ b/module/block/view/dashboard.html.php @@ -22,7 +22,6 @@ $useGuest = $this->app->user->account == 'guest';
block->noData. ',';?> - youCould;?> createLink("block", "admin", "id=0&module=$module"), " {$lang->block->createBlock}", '', "data-toggle='modal' data-type='ajax' data-width='700' data-title='{$lang->block->createBlock}' class='btn btn-info'")?> createLink("block", "ajaxReset", "module=$module"), " {$lang->block->reset}", 'hiddenwin', 'class="btn btn-info"')?>
diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 79fc84af9b..1fe478e3a8 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -173,7 +173,6 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($browbug->noBug;?> - youCould;?> createLink('bug', 'create', "productID=$productID&branch=$branch&extra=moduleID=$moduleID"), " " . $lang->bug->create, '', "class='btn btn-info'");?>
diff --git a/module/common/lang/en.php b/module/common/lang/en.php index b6b81b1b45..17c0a26e7c 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -88,7 +88,6 @@ $lang->customMenu = 'Custom Menu'; $lang->customField = 'Custom Field'; $lang->lineNumber = 'Line No.'; $lang->tutorialConfirm = 'You are using ZenTao tutorial. Do you want to quit right now?'; -$lang->youCould = 'You could '; $lang->preShortcutKey = '[Shortcut:←]'; $lang->nextShortcutKey = '[Shortcut:→]'; diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php index bd6dbaa21c..eda5876cef 100644 --- a/module/common/lang/zh-cn.php +++ b/module/common/lang/zh-cn.php @@ -88,7 +88,6 @@ $lang->customMenu = '自定义导航'; $lang->customField = '自定义表单项'; $lang->lineNumber = '行号'; $lang->tutorialConfirm = '检测到你尚未退出新手教程模式,是否现在退出?'; -$lang->youCould = '您现在可以 '; $lang->preShortcutKey = '[快捷键:←]'; $lang->nextShortcutKey = '[快捷键:→]'; diff --git a/module/common/lang/zh-tw.php b/module/common/lang/zh-tw.php index 3a62992548..74ab163ab1 100644 --- a/module/common/lang/zh-tw.php +++ b/module/common/lang/zh-tw.php @@ -88,7 +88,6 @@ $lang->customMenu = '自定義導航'; $lang->customField = '自定義表單項'; $lang->lineNumber = '行號'; $lang->tutorialConfirm = '檢測到你尚未退出新手教程模式,是否現在退出?'; -$lang->youCould = '您現在可以 '; $lang->preShortcutKey = '[快捷鍵:←]'; $lang->nextShortcutKey = '[快捷鍵:→]'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index 5cc5ee129b..3b7f2a26bf 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -77,7 +77,7 @@ $lang->custom->user->fields['statusList'] = 'Status'; $lang->custom->user->fields['contactField'] = 'Available Contact'; $lang->custom->user->fields['deleted'] = 'Deleted User'; -$lang->custom->system = array('flow', 'working', 'required', 'score', 'setDynamic'); +$lang->custom->system = array('flow', 'working', 'required', 'score'); $lang->custom->block->fields['closed'] = 'Closed Block'; diff --git a/module/doc/css/common.css b/module/doc/css/common.css index 443e29b04b..af09f31953 100644 --- a/module/doc/css/common.css +++ b/module/doc/css/common.css @@ -34,7 +34,7 @@ .files-grid {padding: 0 10px;} .files-grid .col {width: 20%; text-align: center; padding: 0; margin-bottom: 10px;} -.files-grid .actions {position: absolute; bottom: -38px; height:50px; left: 0; right: 0; background: #E9F2FB; z-index: 10; opacity: 0; transition: opacity .2s; padding-bottom: 8px; border-radius: 0 0 3px 3px; padding-top: 8px;} +.files-grid .actions {background: #E9F2FB; z-index: 10; opacity: 0; transition: opacity .2s; padding-bottom: 8px; border-radius: 0 0 3px 3px; padding-top: 8px;} .files-grid .col:hover .actions {opacity: 1;} .files-grid .file {padding: 10px; cursor: pointer; display: block; border-radius: 2px; transition: background-color .2s; border-radius: 3px 3px 0 0} .files-grid .col:hover .file {background-color: #E9F2FB;} diff --git a/module/doc/css/createlib.css b/module/doc/css/createlib.css index 056a6984f3..0aad5d4557 100644 --- a/module/doc/css/createlib.css +++ b/module/doc/css/createlib.css @@ -6,3 +6,6 @@ table{width:90% !important} #product_chosen{width: 50%!important} #project_chosen{width: 50%!important} + +#whiteListBox .input-group:last-child{margin-top:10px} +#whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px} diff --git a/module/doc/css/edit.css b/module/doc/css/edit.css new file mode 100644 index 0000000000..a7265b26a7 --- /dev/null +++ b/module/doc/css/edit.css @@ -0,0 +1,2 @@ +#whiteListBox .input-group:last-child{margin-top:10px} +#whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px} diff --git a/module/doc/css/editlib.css b/module/doc/css/editlib.css index afb55c8159..09b6eb891e 100644 --- a/module/doc/css/editlib.css +++ b/module/doc/css/editlib.css @@ -3,3 +3,5 @@ form {margin-right: 30px;} .chosen-container .chosen-results {max-height: 180px;} #whiteListBox div.input-group {margin-bottom: 2px;} +#whiteListBox .input-group:last-child{margin-top:10px} +#whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px} diff --git a/module/doc/view/browse.html.php b/module/doc/view/browse.html.php index 823dca830c..715ae42439 100644 --- a/module/doc/view/browse.html.php +++ b/module/doc/view/browse.html.php @@ -75,7 +75,6 @@ var browseType = ''; doc->noDoc;?> - youCould;?> createLink('doc', 'create', "libID={$libID}&moduleID=$moduleID"), " " . $lang->doc->create, '', "class='btn btn-info'");?> diff --git a/module/doc/view/browsebygrid.html.php b/module/doc/view/browsebygrid.html.php index face156077..e2dd1fbc34 100644 --- a/module/doc/view/browsebygrid.html.php +++ b/module/doc/view/browsebygrid.html.php @@ -50,7 +50,6 @@ doc->noDoc;?> - youCould;?> createLink('doc', 'create', "libID={$libID}&moduleID=$moduleID"), " " . $lang->doc->create, '', "class='btn btn-info'");?> @@ -138,7 +137,7 @@ id}&objectType=doc");?>" title="" class='btn btn-link ajaxCollect'> id}", "", '', "title='{$lang->edit}' class='btn btn-link'")?> - id}", "", '', "title='{$lang->delete}' class='btn btn-link'")?> + id}", "", 'hiddenwin', "title='{$lang->delete}' class='btn btn-link'")?>project->noProject;?> - youCould;?> createLink('project', 'create'), " " . $lang->my->home->createProject, '', "class='btn btn-info'");?>
diff --git a/module/my/view/testcase.html.php b/module/my/view/testcase.html.php index ebca6ff777..0844a8981e 100644 --- a/module/my/view/testcase.html.php +++ b/module/my/view/testcase.html.php @@ -19,8 +19,11 @@