* changed css names.

This commit is contained in:
Catouse
2014-03-25 11:25:30 +08:00
parent 3c7f807288
commit c1fd283142
147 changed files with 266 additions and 261 deletions
+2 -2
View File
@@ -27,7 +27,7 @@
<?php $pri = 3;?>
<?php for($i = 0; $i < $config->todo->batchCreate; $i++):?>
<tr class='a-center'>
<tr class='text-center'>
<td><?php echo $i+1;?></td>
<td><?php echo html::select("types[$i]", $lang->todo->typeList, '', "onchange=loadList(this.value,$i+1) class='select-1'");?></td>
<td><?php echo html::select("pris[$i]", $lang->todo->priList, $pri, 'class=select-1');?></td>
@@ -44,7 +44,7 @@
<td>
</tr>
<?php endfor;?>
<tr><td colspan='6' class='a-center'><?php echo html::submitButton() . html::backButton();?></td></tr>
<tr><td colspan='6' class='text-center'><?php echo html::submitButton() . html::backButton();?></td></tr>
</table>
</form>
<?php include './footer.html.php';?>
+2 -2
View File
@@ -26,7 +26,7 @@
</tr>
<?php foreach($editedTodos as $todo):?>
<tr class='a-center'>
<tr class='text-center'>
<td><?php echo $todo->id . html::hidden("todoIDList[$todo->id]", $todo->id);?></td>
<td><?php echo html::input("dates[$todo->id]", $todo->date, "class='text-2 date'");?></td>
<td><?php echo html::select("types[$todo->id]", $lang->todo->typeList, $todo->type, "onchange=loadList(this.value,$todo->id) class='select-1'");?></td>
@@ -57,7 +57,7 @@
<?php if(isset($suhosinInfo)):?>
<tr><td colspan='6'><div class='f-left blue'><?php echo $suhosinInfo;?></div></td></tr>
<?php endif;?>
<tr><td colspan='6' class='a-center'><?php echo html::submitButton();?></td></tr>
<tr><td colspan='6' class='text-center'><?php echo html::submitButton();?></td></tr>
</table>
</form>
<?php include './footer.html.php';?>
+1 -1
View File
@@ -56,7 +56,7 @@
<td><input type='checkbox' name='private' id='private' value='1'></td>
</tr>
<tr>
<td colspan='2' class='a-center'>
<td colspan='2' class='text-center'>
<?php echo html::submitButton() . html::backButton();?>
</td>
</tr>
+1 -1
View File
@@ -59,7 +59,7 @@
<td><input type='checkbox' name='private' id='private' value='1' <?php if($todo->private) echo 'checked';?>></td>
</tr>
<tr>
<td colspan='2' class='a-center'>
<td colspan='2' class='text-center'>
<?php echo html::submitButton() . html::backButton();?>
</td>
</tr>
+1 -1
View File
@@ -25,7 +25,7 @@
echo html::hidden("ends[$i]", '2400');
}
?>
<p class='a-center'>
<p class='text-center'>
<?php
echo html::submitButton('', "data-inline='true' data-theme='b'");
echo html::linkButton($lang->goback, $this->createLink('my', 'todo', "type={$this->session->todoType}"), 'self', "data-inline='true'");