Version 0.9 - another minor fixes

This commit is contained in:
Rene V. Vergara A. 2022-12-30 21:01:35 -05:00
parent eedf7dcd81
commit 54129c1bc5
1 changed files with 5 additions and 7 deletions

View File

@ -189,16 +189,15 @@ class Submenu_Page {
font-size: 15px; font-size: 15px;
vertical-align: center; vertical-align: center;
height: 20px; height: 20px;
color: navy;"> color: navy;">
<td width="50%" style="padding-left: 5px;"> <td width="50%" style="padding-left: 5px;">
<?php <?php
echo 'Page ' . $this->_page . '/' . $this->_npages; echo 'Page ' . $this->_page . '/' . $this->_npages;
?> ?>
</td> </td>
<td width="50%" style="text-align: right;"> <td width="50%" style="text-align: right;"><?php echo $currentDate; ?>
<?php echo $currentDate; ?>
</td> </td>
</tr> </tr>
</table> </table>
<table> <table>
<tr style="font-family: Noto Sans; <tr style="font-family: Noto Sans;
@ -207,8 +206,8 @@ class Submenu_Page {
text-align: center; text-align: center;
vertical-align: center; vertical-align: center;
height: 20px; height: 20px;
background-color: #ff5722; background-color: #ff5722;
color: white;"> color: white;">
<td width="10%">ZGo Order Id</td> <td width="10%">ZGo Order Id</td>
<td width="10%">Shop Order Id</td> <td width="10%">Shop Order Id</td>
<td width="15%">Customer</td> <td width="15%">Customer</td>
@ -607,7 +606,6 @@ class Submenu_Page {
<tr style="font-family: Noto Sans; <tr style="font-family: Noto Sans;
font-weight: 600; font-weight: 600;
font-size: 15px; font-size: 15px;
margin: auto;
text-align: center; text-align: center;
vertical-align: center; vertical-align: center;
height: 20px; height: 20px;