* ajusted style of 'titlebar' & 'featurebar'.

* updated kindeditor & chosen.
This commit is contained in:
Catouse
2014-04-25 10:36:40 +08:00
parent 40cbbac903
commit 3485b105f0
68 changed files with 82 additions and 88 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<form class='form-condensed' method='post' enctype='multipart/form-data' target='hiddenwin' id='dataform'>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['task']) . ' #' . $task->id;?></span>
<span class='prefix'><?php echo html::icon($lang->icons['task']);?> <strong><?php echo $task->id;?></strong></span>
<strong><?php echo html::a($this->createLink('task', 'view', "taskID=$task->id"), $task->name);?></strong>
<small><?php echo html::icon($lang->icons['edit']) . ' ' . $lang->task->edit;?></small>
</div>