* changed css names to compatible with zui.

This commit is contained in:
Catouse
2014-03-26 11:01:19 +08:00
parent 1ff011f641
commit e94843f4e2
74 changed files with 303 additions and 296 deletions
+2 -2
View File
@@ -17,11 +17,11 @@
<caption><?php echo $task->name;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->task->assignedTo;?></th>
<td><?php echo html::select('assignedTo', $members, $task->finishedBy, "class='select-3'");?></td>
<td><?php echo html::select('assignedTo', $members, $task->finishedBy, "class='form-control'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->left;?></th>
<td><?php echo html::input('left', '', "class='text-3'") . $lang->task->hour;?></td>
<td><?php echo html::input('left', '', "class='form-control'") . $lang->task->hour;?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->comment;?></td>
+1 -1
View File
@@ -31,7 +31,7 @@
<table class='table-1'>
<caption>
<div class='f-left'><?php echo $lang->task->report->common;?></div>
<div class='f-right'><?php echo html::a($this->createLink('project', 'task', "projectID=$projectID&browseType=$browseType"), $lang->goback);?></div>
<div class='text-right'><?php echo html::a($this->createLink('project', 'task', "projectID=$projectID&browseType=$browseType"), $lang->goback);?></div>
</caption>
<?php foreach($charts as $chartType => $chartContent):?>
<tr valign='top'>