Revision: 6221
http://ipcop.svn.sourceforge.net/ipcop/?rev=6221&view=rev
Author: eoberlander
Date: 2012-01-08 17:16:57 +0000 (Sun, 08 Jan 2012)
Log Message:
-----------
Hack the table row colour calculation, so the colours appear in the correct
order, tweak column widths.
Modified Paths:
--------------
ipcop/trunk/html/cgi-bin/proxy.cgi
Modified: ipcop/trunk/html/cgi-bin/proxy.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/proxy.cgi 2012-01-08 16:51:03 UTC (rev 6220)
+++ ipcop/trunk/html/cgi-bin/proxy.cgi 2012-01-08 17:16:57 UTC (rev 6221)
@@ -2494,8 +2494,8 @@
if (! -z "$userdb") {
print <<END
<tr>
- <td width='30%' class='boldbase' align='center'><b><i>$Lang::tr{'NCSA
username'}</i></b></td>
- <td width='30%' class='boldbase' align='center'><b><i>$Lang::tr{'NCSA
group membership'}</i></b></td>
+ <td width='50%' class='boldbase' align='center'><b>$Lang::tr{'NCSA
username'}</b></td>
+ <td width='50%' class='boldbase' align='center'><b>$Lang::tr{'NCSA
group membership'}</b></td>
<td class='boldbase' colspan='2' align='center'> </td>
</tr>
END
@@ -2510,7 +2510,7 @@
print "<tr class='selectcolour'>";
}
else {
- print "<tr class='table".int($id % 2)."colour'>";
+ print "<tr class='table".int((($id + 1) % 2) + 1)."colour'>";
}
print <<END
<td align='center'>$temp[0]</td>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn