[freeside-commits] freeside/httemplate/elements header.html, 1.13.2.4, 1.13.2.5

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Feb 13 15:49:02 PST 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	header.html 
Log Message:
svc_broadband MAC searches RT#2985

Index: header.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header.html,v
retrieving revision 1.13.2.4
retrieving revision 1.13.2.5
diff -u -d -r1.13.2.4 -r1.13.2.5
--- header.html	17 Dec 2007 00:59:42 -0000	1.13.2.4
+++ header.html	13 Feb 2008 23:49:00 -0000	1.13.2.5
@@ -30,7 +30,7 @@
       }
 
       function clearhint_search_svc (what) {
-        if ( what.value == '(user, user at domain or domain)' )
+        if ( what.value == '(user, email, ip, mac, or domain)' )
           what.value = '';
       }
 
@@ -190,7 +190,7 @@
 
         <TD COLSPAN=1 BGCOLOR="#000000" ALIGN="right">
           <FORM ACTION="<%$fsurl%>search/cust_svc.html" METHOD="GET" STYLE="margin:0">
-            <INPUT NAME="search_svc" TYPE="text" VALUE="(user, user at domain or domain)" SIZE="26" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" STYLE="vertical-align:bottom;text-align:right"><BR>
+            <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, or domain)" SIZE="26" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" STYLE="vertical-align:bottom;text-align:right"><BR>
             <A NOTYET="<%$fsurl%>search/svc_Smarter.html" STYLE="color: #000000; font-size: 70%">Advanced</A>
             <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:70%">
           </FORM>



More information about the freeside-commits mailing list