[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [79] trunk/bin/mozilla/admin.pl
- Subject: SF.net SVN: ledger-smb: [79] trunk/bin/mozilla/admin.pl
- From: ..hidden..
- Date: Tue, 12 Sep 2006 22:36:23 -0700
Revision: 79
http://svn.sourceforge.net/ledger-smb/?rev=79&view=rev
Author: linuxpoet
Date: 2006-09-12 22:36:21 -0700 (Tue, 12 Sep 2006)
Log Message:
-----------
adding some basic color borders to the add user so it is easier to read
Modified Paths:
--------------
trunk/bin/mozilla/admin.pl
Modified: trunk/bin/mozilla/admin.pl
===================================================================
--- trunk/bin/mozilla/admin.pl 2006-09-13 05:09:14 UTC (rev 78)
+++ trunk/bin/mozilla/admin.pl 2006-09-13 05:36:21 UTC (rev 79)
@@ -314,7 +314,6 @@
}
-
sub form_header {
# if there is a login, get user
@@ -663,9 +662,10 @@
$acsheading =~ s/ / /g;
$acsheading = qq|
- <th align="left" nowrap="nowrap"><input name="$item" class="checkbox" type="checkbox" value="1" $checked /> $acsheading</th>\n|;
+ <td align="left" nowrap="nowrap" style="background-color: #C7E9F7" colspan="2">
+ <input name="$item" class="checkbox" type="checkbox" value="1" $checked /> $acsheading</td><tr><td>\n|;
$menuitems .= "$item;";
- $acsdata = "<td>";
+ $acsdata = "<td style=\"background-color: #F0F0F0\">";
foreach $item (@{ $acs{$key} }) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.