[freeside-commits] freeside/httemplate/view svc_acct.cgi, 1.58, 1.59

Ivan,,, ivan at wavetail.420.am
Tue Apr 14 22:52:11 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv8824/view

Modified Files:
	svc_acct.cgi 
Log Message:
s/GECOS/Real Name/ RT#3519

Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_acct.cgi,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- svc_acct.cgi	7 Nov 2008 06:04:58 -0000	1.58
+++ svc_acct.cgi	15 Apr 2009 05:52:09 -0000	1.59
@@ -214,7 +214,7 @@
 % if ($svc_acct->finger ne '') { 
 
   <TR>
-    <TD ALIGN="right">GECOS</TD>
+    <TD ALIGN="right">Real Name</TD>
     <TD BGCOLOR="#ffffff"><% $svc_acct->finger %></TD>
   </TR>
 % } 



More information about the freeside-commits mailing list