diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index d049c22288..368b94b8e2 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -21,7 +21,7 @@ js::set('createRelease', $lang->release->create); js::set('createBuild', $lang->build->create); js::set('refresh', $lang->refresh); ?> -
+
icons['bug']);?> diff --git a/module/doc/view/create.html.php b/module/doc/view/create.html.php index af04e64b29..9f505c2290 100644 --- a/module/doc/view/create.html.php +++ b/module/doc/view/create.html.php @@ -13,7 +13,7 @@ doc->placeholder);?> -
+
icons['doc']);?> diff --git a/module/doc/view/edit.html.php b/module/doc/view/edit.html.php index 300e58975c..3e18678e18 100644 --- a/module/doc/view/edit.html.php +++ b/module/doc/view/edit.html.php @@ -19,7 +19,7 @@ $(document).ready(function() setType(type); }); -
+
icons['doc']);?> id;?> diff --git a/module/my/view/testtask.html.php b/module/my/view/testtask.html.php index 64abcec73c..69adbd94ec 100644 --- a/module/my/view/testtask.html.php +++ b/module/my/view/testtask.html.php @@ -55,7 +55,7 @@ if(common::hasPriv('testtask', 'delete')) { $deleteURL = $this->createLink('testtask', 'delete', "taskID=$task->id&confirm=yes"); - echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"taskList\",confirmDelete)", '', '', "title='{$lang->testtask->delete}'"); + echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"taskList\",confirmDelete)", '', '', "title='{$lang->testtask->delete}' class='btn-icon'"); } ?> diff --git a/module/product/view/close.html.php b/module/product/view/close.html.php index 30f1ff7efe..8b99b04f31 100644 --- a/module/product/view/close.html.php +++ b/module/product/view/close.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['product']);?> id;?> diff --git a/module/product/view/create.html.php b/module/product/view/create.html.php index 6c9f69b8c8..f8b7dbb4e3 100644 --- a/module/product/view/create.html.php +++ b/module/product/view/create.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['product']);?> diff --git a/module/product/view/edit.html.php b/module/product/view/edit.html.php index 2e0978a181..0745bc7d22 100644 --- a/module/product/view/edit.html.php +++ b/module/product/view/edit.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['product']);?> id;?> diff --git a/module/productplan/view/create.html.php b/module/productplan/view/create.html.php index 26b2a117e1..9e2969193c 100644 --- a/module/productplan/view/create.html.php +++ b/module/productplan/view/create.html.php @@ -14,7 +14,7 @@ -
+
icons['plan']);?> diff --git a/module/productplan/view/edit.html.php b/module/productplan/view/edit.html.php index 135e869824..bceef38f22 100644 --- a/module/productplan/view/edit.html.php +++ b/module/productplan/view/edit.html.php @@ -13,7 +13,7 @@ -
+
icons['plan']);?> diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index b724967485..08c09d6b07 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -32,7 +32,7 @@ project->placeholder);?> -
+
icons['project']);?> diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index 2d97694d53..b46cb2e33a 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -14,7 +14,7 @@ -
+
icons['project']);?> id;?> diff --git a/module/project/view/putoff.html.php b/module/project/view/putoff.html.php index 4eca7e5be0..5fa16b81b9 100644 --- a/module/project/view/putoff.html.php +++ b/module/project/view/putoff.html.php @@ -14,7 +14,7 @@ -
+
icons['project']);?> id;?> @@ -26,7 +26,7 @@ - + @@ -53,10 +54,10 @@ - + - +
project->dateRange;?> +
begin, "class='form-control form-date' onchange='computeWorkDays()' placeholder='" . $lang->project->begin . "'");?> project->to;?> @@ -41,6 +41,7 @@
project->days;?>
comment;?>
goback, $this->session->taskList); ?>goback, $this->session->taskList); ?>
diff --git a/module/project/view/start.html.php b/module/project/view/start.html.php index 8fbf389065..096c89993c 100644 --- a/module/project/view/start.html.php +++ b/module/project/view/start.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['project']);?> id;?> @@ -23,13 +23,11 @@
- - - + - +
comment;?>
comment;?>
icons['start']) . ' ' . $lang->project->start) . html::linkButton($lang->goback, $this->session->taskList); ?>project->start) . html::linkButton($lang->goback, $this->session->taskList); ?>
diff --git a/module/project/view/suspend.html.php b/module/project/view/suspend.html.php index 2c3e9111f9..185459f4ff 100644 --- a/module/project/view/suspend.html.php +++ b/module/project/view/suspend.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['project']);?> id;?> diff --git a/module/release/view/create.html.php b/module/release/view/create.html.php index 6b93feedff..c910bcde31 100644 --- a/module/release/view/create.html.php +++ b/module/release/view/create.html.php @@ -13,7 +13,7 @@ -
+
icons['release']);?> diff --git a/module/release/view/edit.html.php b/module/release/view/edit.html.php index 16926bd3d1..5b32cf31e5 100644 --- a/module/release/view/edit.html.php +++ b/module/release/view/edit.html.php @@ -13,7 +13,7 @@ -
+
icons['release']);?> id;?> diff --git a/module/story/view/change.html.php b/module/story/view/change.html.php index 10ece46c52..b0d91c359a 100644 --- a/module/story/view/change.html.php +++ b/module/story/view/change.html.php @@ -11,7 +11,7 @@ */ ?> -
+
icons['story']);?> id;?> diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index 893ff9a991..3378660b9f 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -13,7 +13,7 @@ story->placeholder); ?> -
+
icons['story']);?> diff --git a/module/story/view/review.html.php b/module/story/view/review.html.php index 897eabd6c0..9afe6bc9f8 100644 --- a/module/story/view/review.html.php +++ b/module/story/view/review.html.php @@ -15,7 +15,7 @@ -
+
icons['story']);?> id;?> diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index a910b2804b..d3d6fbc716 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -15,7 +15,7 @@ task->placeholder);?> -
+
icons['task']);?> diff --git a/module/testcase/view/create.html.php b/module/testcase/view/create.html.php index 82682026b9..1ca6f3ab0e 100644 --- a/module/testcase/view/create.html.php +++ b/module/testcase/view/create.html.php @@ -16,7 +16,7 @@ testcase->deleteStep);?> testcase->insertBefore);?> testcase->insertAfter);?> -
+
icons['testcase']);?> diff --git a/module/testtask/view/create.html.php b/module/testtask/view/create.html.php index aae49f1b82..98a887465b 100644 --- a/module/testtask/view/create.html.php +++ b/module/testtask/view/create.html.php @@ -14,7 +14,7 @@ -
+
icons['testtask']);?> diff --git a/module/testtask/view/edit.html.php b/module/testtask/view/edit.html.php index dd65e201d6..3796977886 100644 --- a/module/testtask/view/edit.html.php +++ b/module/testtask/view/edit.html.php @@ -13,7 +13,7 @@ -
+
icons['testtask']);?> diff --git a/module/todo/view/create.html.php b/module/todo/view/create.html.php index 5026972c77..4a5bd9914d 100644 --- a/module/todo/view/create.html.php +++ b/module/todo/view/create.html.php @@ -13,7 +13,7 @@ -
+
icons['todo']);?> diff --git a/www/js/my.full.js b/www/js/my.full.js index b181dc7962..4f9e5e1a79 100644 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -497,20 +497,15 @@ function setImageSize(image, maxWidth) } /** - * Set the repo link. + * Set the modal trigger to link. * * @access public * @return void */ -function setRepoLink() +function setModalTriggerLink() { $('.repolink').modalTrigger({width:960, type:'iframe'}); -} - -/* Set the modal dialog of export. */ -function setExport() -{ - $(".export").modalTrigger({width:650, type:'iframe'}); + $(".export").modalTrigger({width:650, type:'iframe'}); } /** @@ -1181,8 +1176,7 @@ $(document).ready(function() setRequiredFields(); setPlaceholder(); - setExport(); - setRepoLink(); + setModalTriggerLink(); autoCheck(); toggleSearch(); diff --git a/www/theme/default/style.css b/www/theme/default/style.css index b5dd1434d4..b1d658f95b 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -14,7 +14,7 @@ .w-p5 {width: 5%} .w-p10 {width: 10%} .w-p15 {width: 15%} .w-p20 {width: 20%} .w-p25 {width: 25%} .w-p30 {width: 30%} .w-p35 {width: 35%} .w-p40 {width: 40%} .w-p45 {width: 45%} .w-p50 {width: 50%} .w-p55 {width: 55%} .w-p60 {width: 60%} .w-p65 {width: 65%} .w-p70 {width: 70%} .w-p75 {width: 75%} .w-p80 {width: 80%} .w-p85 {width: 85%} .w-p90 {width: 90%} .w-p94 {width: 94%} .w-p95 {width: 95%} .w-p98 {width: 98%} .w-p99 {width: 99%} .w-p100{width: 100%} .w-auto {width: auto} .w-20px {width:20px} .w-30px {width:30px} .w-35px {width:35px} .w-40px {width:40px} .w-45px {width:45px} .w-50px {width:50px} .w-60px {width:60px} .w-70px {width:70px} .w-80px {width:80px} .w-90px {width:90px} .w-100px {width:100px} .w-110px {width:110px} .w-120px {width:120px} .w-130px {width:130px} .w-140px {width:140px} .w-150px {width:150px} .w-160px {width:160px} .w-180px {width:180px} .w-200px {width:200px} .w-300px {width:300px} .w-400px {width:400px} .w-500px {width:500px} .w-600px {width:600px} .w-700px {width:700px} .w-800px {width:800px} .w-900px {width:900px} -.mw-200px {max-width:200px!important} .mw-300px {max-width:300px!important} .mw-400px {max-width:400px!important} .mw-500px {max-width:500px!important} .mw-600px {max-width:600px!important} .mw-700px {max-width:700px!important} .mw-800px {max-width:800px!important} .mw-900px {max-width:900px!important} +.mw-200px {max-width:200px!important} .mw-300px {max-width:300px!important} .mw-400px {max-width:400px!important} .mw-500px {max-width:500px!important} .mw-600px {max-width:600px!important} .mw-700px {max-width:700px!important} .mw-800px {max-width:800px!important} .mw-900px {max-width:900px!important} .mw-1400px {max-width:1400px!important} .w-id {width:70px;} .w-pri {width:40px;} .w-severity {width:50px;} .w-hour {width:54px;} .w-date {width:90px;} .w-user {width:65px;} .w-status {width:55px} .w-type {width:80px} .w-resolution {width:70px} @@ -182,6 +182,7 @@ i[class^="icon-"].disabled,i[class*=" icon-"].disabled,i[class^="icon-"].disable .actionbox #historyItem {margin:0} .actionbox blockquote {margin:0} .actionbox > legend > i, .actionbox > .panel-heading > i {display: none} +.actionbox .history {background: #f5f5f5; padding: 4px 10px 6px; min-height: 20px; border: 1px solid #f1f1f1; border-left: 1px dashed #ddd} fieldset.actionbox {padding-bottom: 10px;} /* actionbox, hack for ie8 */ @@ -453,6 +454,9 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} #titlebar > .heading > .prefix > strong {font-weight: normal; border: 1px solid #aaa; padding: 0px 4px; background: #fff; text-align: center; min-width: 20px; color: #666; font-size: 12px} #titlebar > .heading > .prefix > i {font-size: 14px; color: #808080; display: none} #titlebar > .heading > strong {display: inline-block;} +#titlebar > .heading > strong a {color: #333} +#titlebar > .heading:hover > strong a {color: #03c} +#titlebar > .heading > strong a:hover {color: #1A53FF} #titlebar > .heading > strong > i, #titlebar > .heading > strong > small > i {display: none} #titlebar > .heading > small > i {position: relative; top: 1px; display: none} #titlebar > .heading > small {font-size: 14px; color: #333;}