* ajusted views.
* changed css names.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user