Version 0.9 - another minor fixes
This commit is contained in:
parent
eedf7dcd81
commit
54129c1bc5
1 changed files with 5 additions and 7 deletions
|
@ -189,16 +189,15 @@ class Submenu_Page {
|
|||
font-size: 15px;
|
||||
vertical-align: center;
|
||||
height: 20px;
|
||||
color: navy;">
|
||||
color: navy;">
|
||||
<td width="50%" style="padding-left: 5px;">
|
||||
<?php
|
||||
echo 'Page ' . $this->_page . '/' . $this->_npages;
|
||||
?>
|
||||
</td>
|
||||
<td width="50%" style="text-align: right;">
|
||||
<?php echo $currentDate; ?>
|
||||
<td width="50%" style="text-align: right;"><?php echo $currentDate; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr style="font-family: Noto Sans;
|
||||
|
@ -207,8 +206,8 @@ class Submenu_Page {
|
|||
text-align: center;
|
||||
vertical-align: center;
|
||||
height: 20px;
|
||||
background-color: #ff5722;
|
||||
color: white;">
|
||||
background-color: #ff5722;
|
||||
color: white;">
|
||||
<td width="10%">ZGo Order Id</td>
|
||||
<td width="10%">Shop Order Id</td>
|
||||
<td width="15%">Customer</td>
|
||||
|
@ -607,7 +606,6 @@ class Submenu_Page {
|
|||
<tr style="font-family: Noto Sans;
|
||||
font-weight: 600;
|
||||
font-size: 15px;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
vertical-align: center;
|
||||
height: 20px;
|
||||
|
|
Loading…
Reference in a new issue