[Netpass-devel] NetPass/www/htdocs/Admin clienthistory.mhtml,1.3,1.4
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-09-06 20:33:22
|
Update of /cvsroot/netpass/NetPass/www/htdocs/Admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv950/www/htdocs/Admin Modified Files: clienthistory.mhtml Log Message: minor bug fix to incident history report Index: clienthistory.mhtml =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/clienthistory.mhtml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- clienthistory.mhtml 3 May 2005 16:13:30 -0000 1.3 +++ clienthistory.mhtml 6 Sep 2005 20:33:14 -0000 1.4 @@ -97,7 +97,7 @@ % my $notes = $history->{$dt}->{notes}; % my $macaddr = $history->{$dt}->{macAddress}; % $notes =~ s/\n/<BR>/g; -<DL><DT><%$dt%>: Submitted by <%$username%> for mac = <%$macaddr%></DT> +<DL><DT><%$dt%>: Submitted by <%$user%> for mac = <%$macaddr%></DT> <DD><%$notes%></DD></DL> %} </td><td align='left' style='vertical-align:top;'><PRE> |