* batch change the ui.

This commit is contained in:
wangchunsheng
2011-02-16 14:29:44 +00:00
parent 7f21a89c55
commit 2a495f8835
120 changed files with 205 additions and 206 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../file/view/download.html.php';?>
<div class='yui-d0'>
<div class='yui-d0'><div class='u-1'>
<div id='titlebar'>
<div id='main' class='<?php if($task->deleted) echo 'deleted';?>'>TASK #<?php echo $task->id . $lang->colon . $task->name;?></div>
<div>
@@ -163,5 +163,5 @@
</table>
</fieldset>
</div>
</div>
</div></div>
<?php include '../../common/view/footer.html.php';?>