* fix the error of css class name.

This commit is contained in:
wangchunsheng
2011-02-16 15:18:06 +00:00
parent 2a495f8835
commit 4f3d4deb69
112 changed files with 126 additions and 126 deletions

View File

@@ -29,7 +29,7 @@ $(function() {
})
</script>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<div class='yui-d0'><div class='u-1'>
<div class='g'><div class='u-1'>
<div id='titlebar'>
<div id='main'>TASK #<?php echo $task->id . $lang->colon . html::input('name', $task->name, 'class="text-1"');?></div>
<div><?php echo html::submitButton();?></div>