Update of /cvsroot/netpass/NetPass/www/htdocs/Admin/reports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7108/www/htdocs/Admin/reports
Modified Files:
byclient.mhtml
Log Message:
bug fixes, bug#1451624 bug#1451626 bug#1451625
Index: byclient.mhtml
===================================================================
RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/reports/byclient.mhtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- byclient.mhtml 7 Feb 2006 19:54:33 -0000 1.8
+++ byclient.mhtml 16 Mar 2006 21:27:51 -0000 1.9
@@ -214,6 +214,8 @@
my $mi = shift;
my $nk = keys %$mi;
+ my $unameprompt = $np->cfg->policy(-key => 'USERNAME_PROMPT') || "Username";
+ $unameprompt =~ s/:$//;
if ($nk > -1) {
my @rows = ();
@@ -221,7 +223,7 @@
push @rows, $q->TR(
$q->th("Mac Address") .
$q->th("Status"),
- $q->th("UBIT Name") .
+ $q->th($unameprompt) .
$q->th("IP Address") .
$q->th("OS") .
$q->th("Switch"),
|