diff --git a/module/todo/view/edit.html.php b/module/todo/view/edit.html.php index 95b0267ffc..653a9fda48 100644 --- a/module/todo/view/edit.html.php +++ b/module/todo/view/edit.html.php @@ -13,73 +13,75 @@ -
-
- icons['todo']) . ' #' . $todo->id;;?> - createLink('todo', 'view', 'todo=' . $todo->id), $todo->name);?> - todo->edit;?> icons['edit']);?> +
+
+
+ icons['todo']) . ' #' . $todo->id;;?> + createLink('todo', 'view', 'todo=' . $todo->id), $todo->name);?> + todo->edit;?> icons['edit']);?> +
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
todo->date;?> -
- date, "class='form-control form-date'");?> - todo->periods['future'];?> -
-
todo->type;?>todo->typeList[$todo->type];?>
todo->pri;?>todo->priList, $todo->pri, "class='form-control'");?>
todo->name;?>
- type != 'custom' ? 'readonly' : ''; - echo html::input('name', $todo->name, "$readType class=form-control"); - ?> -
-
todo->desc;?>desc), "rows=8 class=area-1");?>
todo->status;?>todo->statusList, $todo->status, "class='form-control'");?>
todo->beginAndEnd;?> -
- begin, 'onchange=selectNext(); class="form-control" style="width: 50%"') . html::select('end', $times, $todo->end, 'class="form-control" style="width: 50%"');?> -
-
- begin == 2400) echo 'checked';?> > todo->lblDisableDate;?> -
todo->private;?>private) echo 'checked';?>>
- -
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
todo->date;?> +
+ date, "class='form-control form-date'");?> + todo->periods['future'];?> +
+
todo->type;?>todo->typeList[$todo->type];?>
todo->pri;?>todo->priList, $todo->pri, "class='form-control'");?>
todo->name;?>
+ type != 'custom' ? 'readonly' : ''; + echo html::input('name', $todo->name, "$readType class=form-control"); + ?> +
+
todo->desc;?>desc), "rows=8 class=area-1");?>
todo->status;?>todo->statusList, $todo->status, "class='form-control'");?>
todo->beginAndEnd;?> +
+ begin, 'onchange=selectNext(); class="form-control" style="width: 50%"') . html::select('end', $times, $todo->end, 'class="form-control" style="width: 50%"');?> +
+
+ begin == 2400) echo 'checked';?> > todo->lblDisableDate;?> +
todo->private;?>private) echo 'checked';?>>
+ +
+
+
diff --git a/module/todo/view/view.html.php b/module/todo/view/view.html.php index 4339015f8a..9480351166 100644 --- a/module/todo/view/view.html.php +++ b/module/todo/view/view.html.php @@ -12,77 +12,79 @@ ?> private or ($todo->private and $todo->account == $app->user->account)):?> -
-
- icons['todo']) . ' #' . $todo->id;?> - name;?> +
+
+
+ icons['todo']) . ' #' . $todo->id;?> + name;?> +
-
-
-
-
- type == 'bug') echo html::a($this->createLink('bug', 'view', "id={$todo->idvalue}"), $todo->name); - if($todo->type == 'task') echo html::a($this->createLink('task', 'view', "id={$todo->idvalue}"), $todo->name); - if($todo->type == 'custom') echo $todo->name; - ?> -
- todo->beginAndEnd;?>: +
+
+
+ type == 'bug') echo html::a($this->createLink('bug', 'view', "id={$todo->idvalue}"), $todo->name); + if($todo->type == 'task') echo html::a($this->createLink('task', 'view', "id={$todo->idvalue}"), $todo->name); + if($todo->type == 'custom') echo $todo->name; + ?> +
+ todo->beginAndEnd;?>: + begin])) echo $times[$todo->begin]; + if(isset($times[$todo->end])) echo ' ~ ' . $times[$todo->end]; + ?> +
+
todo->statusList[$todo->status];?>
+
+
+
desc;?>
+
+ + + + + + + + + + + + + +
todo->account;?>account;?>todo->date;?>date == '20300101' ? $lang->todo->periods['future'] : date(DT_DATE1, strtotime($todo->date));?>
todo->type;?>todo->typeList[$todo->type];?>todo->pri;?>todo->priList[$todo->pri];?>
+
+ -
todo->statusList[$todo->status];?>
-
-
-
desc;?>
-
- - - - - - - - - - - - - -
todo->account;?>account;?>todo->date;?>date == '20300101' ? $lang->todo->periods['future'] : date(DT_DATE1, strtotime($todo->date));?>
todo->type;?>todo->typeList[$todo->type];?>todo->pri;?>todo->priList[$todo->pri];?>
-
-
-
-
- - - todo->thisIsPrivate;?> - +
+ + + todo->thisIsPrivate;?> + +
diff --git a/www/theme/default/style.css b/www/theme/default/style.css index cbb56336cd..d45201cd8a 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -479,7 +479,7 @@ body {font-size: 12px; color:#141414;padding-bottom: 40px;} .body-modal .outer > form, .body-modal .outer > .container > form {margin: 10px 15px 20px} .body-modal .outer > .main, .body-modal .outer > .container > .main, .body-modal > .main {padding: 10px 20px; margin: 0} .body-modal > form {padding-bottom: 15px;} -.body-modal .outer > .container {padding: 0} +.body-modal .outer > .container {padding: 0; margin: 0; max-width: inherit; border: 0} .body-modal #titlebar .actions {right: 40px} .modal-dialog.fullscreen {width: 100% !important; height: 100% !important; margin: 0; border: none !important;}