* changed css names.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<td><?php $checkInfo['path'] === true ? printf($lang->convert->ok) : printf($lang->convert->fail);?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' class='a-center'>
|
||||
<td colspan='2' class='text-center'>
|
||||
<?php
|
||||
if($result == 'pass')
|
||||
{
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' class='a-center'>
|
||||
<td colspan='2' class='text-center'>
|
||||
<?php
|
||||
if($result == 'pass')
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
<tr>
|
||||
<td colspan='2' class='a-center'><?php echo html::submitButton();?></td>
|
||||
<td colspan='2' class='text-center'><?php echo html::submitButton();?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<tr class='a-center'>
|
||||
<tr class='text-center'>
|
||||
<th><?php echo $lang->convert->item?></th>
|
||||
<th><?php echo $lang->convert->count?></th>
|
||||
<th><?php echo $lang->convert->info?></th>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<tr class='a-center'>
|
||||
<tr class='text-center'>
|
||||
<th><?php echo $lang->convert->item?></th>
|
||||
<th><?php echo $lang->convert->count?></th>
|
||||
<th><?php echo $lang->convert->info?></th>
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
<table align='center' class='table-5'>
|
||||
<caption><?php echo $lang->convert->common;?></caption>
|
||||
<tr><td><?php echo nl2br($lang->convert->desc);?></td></tr>
|
||||
<tr><td><h3 class='a-center'><?php echo html::a($this->createLink('convert', 'selectsource'), '<i class="icon-exchange"></i> ' . $lang->convert->start, '', 'class="btn btn-primary"');?></h3></td></tr>
|
||||
<tr><td><h3 class='text-center'><?php echo html::a($this->createLink('convert', 'selectsource'), '<i class="icon-exchange"></i> ' . $lang->convert->start, '', 'class="btn btn-primary"');?></h3></td></tr>
|
||||
</table>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
<tr>
|
||||
<td colspan='2' class='a-center'><?php echo html::submitButton();?></td>
|
||||
<td colspan='2' class='text-center'><?php echo html::submitButton();?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<caption><?php echo $lang->convert->setting . $lang->colon . strtoupper($source);?></caption>
|
||||
<?php echo $setting;?>
|
||||
<tr>
|
||||
<td colspan='2' class='a-center'><?php echo html::submitButton();?></td>
|
||||
<td colspan='2' class='text-center'><?php echo html::submitButton();?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php echo html::hidden('source', $source) . html::hidden('version', $version);?>
|
||||
|
||||
Reference in New Issue
Block a user