* change todo to calendar.
This commit is contained in:
@@ -1,67 +0,0 @@
|
||||
body {background: #fafafa;}
|
||||
|
||||
.page-content {margin-top: -19px; border-top: 1px solid #3280fc;}
|
||||
|
||||
#wrap .outer {background-color: #fafafa;}
|
||||
#wrap .outer > .dashboard {margin-left: -10px; margin-right: -10px;}
|
||||
|
||||
/* panel style */
|
||||
.panel-block .table th {background-color: #fafafa}
|
||||
.panel-primary {border-color: transparent;!important;}
|
||||
.panel-success > .panel-heading,
|
||||
.panel-warning > .panel-heading,
|
||||
.panel-primary > .panel-heading,
|
||||
.panel-info > .panel-heading,
|
||||
.panel-danger > .panel-heading {color: #333; border: none; border-bottom: 1px solid rgba(0,0,0,.04);}
|
||||
.panel-success, .panel-success .table-header-fixed th {background: #d1fecb!important; border-color: #b0e4ac!important}
|
||||
.panel-success > .panel-heading {background: #c5f7c1!important; }
|
||||
.panel-warning, .panel-warning .table-header-fixed th {background: #fdfdc7!important; border-color: #e1e09a!important}
|
||||
.panel-warning > .panel-heading {background: #f8f7b6!important;}
|
||||
.panel-primary, .panel-primary .table-header-fixed th {background: #d8f2fa!important; border-color: #badfeb!important}
|
||||
.panel-primary > .panel-heading {background: #c9ecf8!important; color: #333!important; border:none!important;}
|
||||
.panel-info, .panel-info .table-header-fixed th {background: #dcd8fe!important; border-color: #d0c9ee!important}
|
||||
.panel-info > .panel-heading {background: #d4cdf3!important;}
|
||||
.panel-danger, .panel-danger .table-header-fixed th {background: #f5d0f5!important; border-color: #e9b9e9!important}
|
||||
.panel-danger > .panel-heading {background: #f1c3f1!important;}
|
||||
.panel-success .table td, .panel-success .table th,
|
||||
.panel-warning .table td, .panel-warning .table th,
|
||||
.panel-primary .table td, .panel-primary .table th,
|
||||
.panel-info .table td, .panel-info .table th,
|
||||
.panel-danger .table td, .panel-danger .table th {border: none; background-color: transparent}
|
||||
.panel-success .table tr:nth-child(even) > td, .panel-success .table th,
|
||||
.panel-warning .table tr:nth-child(even) > td, .panel-warning .table th,
|
||||
.panel-primary .table tr:nth-child(even) > td, .panel-primary .table th,
|
||||
.panel-info .table tr:nth-child(even) > td, .panel-info .table th,
|
||||
.panel-danger .table tr:nth-child(even) > td, .panel-danger .table th {background: rgba(255,255,255,.25);}
|
||||
.panel-success .table tr:nth-child(odd) > td,
|
||||
.panel-warning .table tr:nth-child(odd) > td,
|
||||
.panel-primary .table tr:nth-child(odd) > td,
|
||||
.panel-info .table tr:nth-child(odd) > td,
|
||||
.panel-danger .table tr:nth-child(odd) > td {background: rgba(0,0,0,.03);}
|
||||
.panel-success .table tr:last-child > td,
|
||||
.panel-warning .table tr:last-child > td,
|
||||
.panel-primary .table tr:last-child > td,
|
||||
.panel-info .table tr:last-child > td
|
||||
.panel-danger .table tr:last-child > td {border-bottom: 1px solid rgba(0,0,0,0.05)}
|
||||
.panel-success .table tr:hover > th,
|
||||
.panel-warning .table tr:hover > th,
|
||||
.panel-primary .table tr:hover > th,
|
||||
.panel-info .table tr:hover > th,
|
||||
.panel-danger .table tr:hover > th {background: none;}
|
||||
.panel-success .table.table-hover tr:hover > td,
|
||||
.panel-warning .table.table-hover tr:hover > td,
|
||||
.panel-primary .table.table-hover tr:hover > td,
|
||||
.panel-info .table.table-hover tr:hover > td,
|
||||
.panel-danger .table.table-hover tr:hover > td {background: rgba(255,255,255,.4);}
|
||||
|
||||
.block.input-group-btn .btn-success {background: #d1fecb; color: #333; text-shadow: none; border-color: #ccc}
|
||||
.block.input-group-btn .btn-warning {background: #fdfdc7; color: #333; text-shadow: none; border-color: #ccc}
|
||||
.block.input-group-btn .btn-info {background: #dcd8fe; color: #333; text-shadow: none; border-color: #ccc}
|
||||
.block.input-group-btn .btn-danger {background: #f5d0f5; color: #333; text-shadow: none; border-color: #ccc}
|
||||
.block.input-group-btn .btn-primary, .block.input-group-btn .btn-primary:focus {background: #d8f2fa; color: #333; text-shadow: none; border-color: #ccc}
|
||||
.block.input-group-btn .btn-success:hover {border-color: #aaa}
|
||||
.block.input-group-btn .btn-warning:hover {border-color: #aaa}
|
||||
.block.input-group-btn .btn-primary:hover {border-color: #aaa}
|
||||
.block.input-group-btn .btn-info:hover {border-color: #aaa}
|
||||
.block.input-group-btn .btn-danger:hover {border-color: #aaa}
|
||||
.block.input-group-btn .btn-primary .caret, .block.input-group-btn .btn-success .caret, .block.input-group-btn .btn-warning .caret, .block.input-group-btn .btn-danger .caret, .block.input-group-btn .btn-info .caret {border-top-color: #333}
|
||||
|
||||
@@ -167,7 +167,7 @@ $lang->my = new stdclass();
|
||||
$lang->my->menu = new stdclass();
|
||||
|
||||
$lang->my->menu->index = 'Home|my|index';
|
||||
$lang->my->menu->todo = array('link' => 'Todo|my|todo|', 'subModule' => 'todo');
|
||||
$lang->my->menu->calendar = array('link' => 'Calendar|my|calendar|', 'subModule' => 'todo', 'alias' => 'todo');
|
||||
$lang->my->menu->task = array('link' => 'Task|my|task|', 'subModule' => 'task');
|
||||
$lang->my->menu->bug = array('link' => 'Bug|my|bug|', 'subModule' => 'bug');
|
||||
$lang->my->menu->testtask = array('link' => 'Test Task|my|testtask|', 'subModule' => 'testcase,testtask', 'alias' => 'testcase');
|
||||
|
||||
@@ -16,7 +16,7 @@ $lang->index->menuOrder[10] = 'project';
|
||||
/* my menu order. */
|
||||
$lang->my->menuOrder[5] = 'account';
|
||||
$lang->my->menuOrder[10] = 'index';
|
||||
$lang->my->menuOrder[15] = 'todo';
|
||||
$lang->my->menuOrder[15] = 'calendar';
|
||||
$lang->my->menuOrder[20] = 'task';
|
||||
$lang->my->menuOrder[25] = 'bug';
|
||||
$lang->my->menuOrder[30] = 'testtask';
|
||||
|
||||
@@ -167,7 +167,7 @@ $lang->my = new stdclass();
|
||||
$lang->my->menu = new stdclass();
|
||||
|
||||
$lang->my->menu->index = '首页|my|index';
|
||||
$lang->my->menu->todo = array('link' => '待办|my|todo|', 'subModule' => 'todo');
|
||||
$lang->my->menu->calendar = array('link' => '日程|my|calendar|', 'subModule' => 'todo', 'alias' => 'todo');
|
||||
$lang->my->menu->task = array('link' => '任务|my|task|', 'subModule' => 'task');
|
||||
$lang->my->menu->bug = array('link' => 'Bug|my|bug|', 'subModule' => 'bug');
|
||||
$lang->my->menu->testtask = array('link' => '测试|my|testtask|', 'subModule' => 'testcase,testtask', 'alias' => 'testcase');
|
||||
|
||||
@@ -62,6 +62,11 @@ class my extends control
|
||||
$this->display();
|
||||
}
|
||||
|
||||
public function calendar()
|
||||
{
|
||||
$this->locate($this->createLink('my', 'todo'));
|
||||
}
|
||||
|
||||
/**
|
||||
* My todos.
|
||||
*
|
||||
|
||||
@@ -10,6 +10,5 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php css::import($defaultTheme . 'index.css', $config->version);?>
|
||||
<?php echo $this->fetch('block', 'dashboard', 'module=my');?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
+7
-10920
File diff suppressed because one or more lines are too long
@@ -49,7 +49,6 @@ tr.text-center > td.text-right, tr.text-center > th.text-right {text-align: righ
|
||||
|
||||
/* columns */
|
||||
.row-table {display: table; width: 100%}
|
||||
.col-side, .col-main, .col-table {padding: 0; display: table-cell; vertical-align: top;}
|
||||
.col-main, .row-table-swap .col-side {padding-right: 10px; padding-left: 0;}
|
||||
.row-table-swap .col-main {padding-right: 0; padding-left: 10px;}
|
||||
.row-table-side-left .col-side {padding-right: 10px; padding-left: 0;}
|
||||
|
||||
+3
-8105
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user