diff options
author | Renato Botelho <renato@netgate.com> | 2015-10-20 17:48:05 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-10-20 17:48:05 -0200 |
commit | 1312432b4aa191b0cece4eeae5442fa7cda6f2cf (patch) | |
tree | b15584502a38360b65a5c84a57034ffad2b081c0 /config/lightsquid/tpl/novosea | |
parent | ae6ec4a94e14026c8169753addd83bcaee8c11c9 (diff) | |
parent | 434b6aad60b37ae68f5e81fa1526ce242e07c9e3 (diff) | |
download | pfsense-packages-1312432b4aa191b0cece4eeae5442fa7cda6f2cf.tar.gz pfsense-packages-1312432b4aa191b0cece4eeae5442fa7cda6f2cf.tar.bz2 pfsense-packages-1312432b4aa191b0cece4eeae5442fa7cda6f2cf.zip |
Merge pull request #1104 from doktornotor/patch-2
Diffstat (limited to 'config/lightsquid/tpl/novosea')
-rwxr-xr-x | config/lightsquid/tpl/novosea/index.html | 2 | ||||
-rwxr-xr-x | config/lightsquid/tpl/novosea/user_detail.html | 4 | ||||
-rwxr-xr-x | config/lightsquid/tpl/novosea/user_month.html | 4 | ||||
-rwxr-xr-x | config/lightsquid/tpl/novosea/whousesite.html | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/config/lightsquid/tpl/novosea/index.html b/config/lightsquid/tpl/novosea/index.html index cf68c86d..874f196e 100755 --- a/config/lightsquid/tpl/novosea/index.html +++ b/config/lightsquid/tpl/novosea/index.html @@ -97,7 +97,7 @@ <TR class=total> <TD align="left">##MSG_TOTAL_AVERAGE##:</Td> <!-- HIDE group start --> - <TD> </TD> + <TD> </TD> <!-- HIDE group end --> <TD align="center">##USERAVERAGE##</TD> <!-- HIDE oversize start--> diff --git a/config/lightsquid/tpl/novosea/user_detail.html b/config/lightsquid/tpl/novosea/user_detail.html index b3a7b168..8a8ff2cb 100755 --- a/config/lightsquid/tpl/novosea/user_detail.html +++ b/config/lightsquid/tpl/novosea/user_detail.html @@ -45,8 +45,8 @@ <tbody> <tr class=total> <th align="left" >##MSG_TOTAL##</th> - <th> </th> - <th> </th> + <th> </th> + <th> </th> <th align="right" nowrap="true">##TOTAL##</th> <th colspan=2> </th> </tr> diff --git a/config/lightsquid/tpl/novosea/user_month.html b/config/lightsquid/tpl/novosea/user_month.html index de7d8cab..f51e051e 100755 --- a/config/lightsquid/tpl/novosea/user_month.html +++ b/config/lightsquid/tpl/novosea/user_month.html @@ -63,8 +63,8 @@ <TR class="total"> <TD align="center">##MSG_TOTAL##</TD> <TD align="right" nowrap="true"><FONT size="-1">##TOTALBYTES##</FONT></TD> - <td align="right" nowrap="true"> </td> - <td align="right" nowrap="true"> </td> + <td align="right" nowrap="true"> </td> + <td align="right" nowrap="true"> </td> </TR> </tbody> </table> diff --git a/config/lightsquid/tpl/novosea/whousesite.html b/config/lightsquid/tpl/novosea/whousesite.html index ffd288f4..5da69edc 100755 --- a/config/lightsquid/tpl/novosea/whousesite.html +++ b/config/lightsquid/tpl/novosea/whousesite.html @@ -61,7 +61,7 @@ <tr class=total> <th align="left">##MSG_TOTAL##</th> <!-- HIDE realname start--> - <td> </td> + <td> </td> <!-- HIDE realname end--> <th align="right">##TOTALCONNECT##</th> <th align="right">##TOTAL##</th> |