* ajusted views.

* changed css names.
This commit is contained in:
Catouse
2014-03-27 14:40:55 +08:00
parent 99c8a0554e
commit ad3a1c29b8
107 changed files with 917 additions and 768 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
<tr>
<th class='rowhead'><?php echo $lang->convert->checkDB;?></th>
<th><?php echo $lang->convert->checkDB;?></th>
<td><?php is_object($checkInfo['db']) ? printf($lang->convert->ok) : printf($lang->convert->fail);?></td>
</tr>
<!--
<tr>
<th class='rowhead'><?php echo $lang->convert->checkTable;?></th>
<th><?php echo $lang->convert->checkTable;?></th>
<td>
<?php
if(is_object($checkInfo['db'])) $checkInfo['table'] === true ? printf($lang->convert->ok) : printf($lang->convert->fail);
@@ -13,7 +13,7 @@
</tr>
-->
<tr>
<th class='rowhead'><?php echo $lang->convert->checkPath;?></th>
<th><?php echo $lang->convert->checkPath;?></th>
<td><?php $checkInfo['path'] === true ? printf($lang->convert->ok) : printf($lang->convert->fail);?></td>
</tr>
<tr>