* 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
+1 -1
View File
@@ -16,7 +16,7 @@
<table align='center' class='table-1 tablesorter fixed' id='groupList'>
<caption class='caption-tl pb-10px'>
<div class='f-left'><?php echo $lang->group->browse;?></div>
<div class='f-right'><?php common::printIcon('group', 'create');?></div>
<div class='text-right'><?php common::printIcon('group', 'create');?></div>
</caption>
<thead>
<tr class='colhead'>
+1 -1
View File
@@ -16,7 +16,7 @@
<caption><?php echo $lang->group->copy;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->group->name;?></th>
<td><?php echo html::input('name', $group->name, "class='text-1'");?></td>
<td><?php echo html::input('name', $group->name, "class='form-control'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->group->desc;?></th>
+1 -1
View File
@@ -16,7 +16,7 @@
<caption><?php echo $lang->group->edit;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->group->name;?></th>
<td><?php echo html::input('name', $group->name, "class='text-1'");?></td>
<td><?php echo html::input('name', $group->name, "class='form-control'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->group->desc;?></th>