* remove default text from chosen.

* fixed css class of some tables.
 * ajusted style of form.
 * ajusted ui of searchbox.
This commit is contained in:
Catouse
2014-04-25 16:20:36 +08:00
parent 770825e370
commit fde4ff5610
30 changed files with 111 additions and 128 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->task->realStarted;?></th>
<td class='w-p25-f'><div class='datepicker-wrapper'><?php echo html::input('realStarted', helper::today(), "class='form-control form-datetime'");?></div></td><td></td>
<td class='w-p25-f'><div class='datepicker-wrapper'><?php echo html::input('realStarted', helper::today(), "class='form-control form-date'");?></div></td><td></td>
</tr>
<tr>
<th><?php echo $lang->task->consumed;?></th>