* ajusted views of module project.

* changed css names.
This commit is contained in:
Catouse
2014-03-27 17:57:35 +08:00
parent 285a010037
commit fc322ea3cf
14 changed files with 148 additions and 83 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<tr><td><?php echo nl2br($lang->admin->clearDataDesc);?></td></tr>
<tr>
<td class='text-center'>
<span><?php echo $this->lang->admin->pleaseInputYes . html::input('sure', '', "class='text-2' onkeyup='showClearButton()' autocomplete='off'");?></span>
<span><?php echo $this->lang->admin->pleaseInputYes . html::input('sure', '', "class='form-control' onkeyup='showClearButton()' autocomplete='off'");?></span>
<?php echo html::submitButton($lang->admin->clearData, "class='hidden btn btn-danger'");?>
</td>
</tr>