[freeside-commits] freeside/httemplate/elements popup_link-cust_main.html, 1.4, 1.5 popup_link-cust_pkg.html, 1.3, 1.4 popup_link-cust_svc.html, 1.3, 1.4 popup_link.html, 1.5, 1.6 popup_link_onclick.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Mon Mar 31 16:14:16 PDT 2008


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

Modified Files:
	popup_link-cust_main.html popup_link-cust_pkg.html 
	popup_link-cust_svc.html popup_link.html 
	popup_link_onclick.html 
Log Message:
fix examples to use elements/init_overlib.html

Index: popup_link.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- popup_link.html	31 Mar 2008 21:45:00 -0000	1.5
+++ popup_link.html	31 Mar 2008 23:14:14 -0000	1.6
@@ -2,8 +2,7 @@
 
 Example:
 
-  <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT>
+  include('/elements/init_overlib.html')
 
   include( '/elements/popup_link.html', { #hashref or a list, either way is fine
 

Index: popup_link-cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link-cust_main.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- popup_link-cust_main.html	31 Mar 2008 20:40:33 -0000	1.4
+++ popup_link-cust_main.html	31 Mar 2008 23:14:14 -0000	1.5
@@ -2,8 +2,7 @@
 
 Example:
 
-  <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT>
+  include('/elements/init_overlib.html')
 
   include( '/elements/cust_popup_link.html', { #hashref or a list, either way
 

Index: popup_link_onclick.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link_onclick.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- popup_link_onclick.html	31 Mar 2008 23:08:00 -0000	1.2
+++ popup_link_onclick.html	31 Mar 2008 23:14:14 -0000	1.3
@@ -2,8 +2,7 @@
 
 Example:
 
-  <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT>
+  include('/elements/init_overlib.html')
 
   include( '/elements/popup_link_onclick.html', { #hashref or a list, either way
 

Index: popup_link-cust_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link-cust_pkg.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- popup_link-cust_pkg.html	31 Mar 2008 20:40:33 -0000	1.3
+++ popup_link-cust_pkg.html	31 Mar 2008 23:14:14 -0000	1.4
@@ -2,8 +2,7 @@
 
 Example:
 
-  <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT>
+  include('/elements/init_overlib.html')
 
   include( '/elements/pkg_popup_link.html', { #hashref or a list, either way
 

Index: popup_link-cust_svc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link-cust_svc.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- popup_link-cust_svc.html	31 Mar 2008 20:40:33 -0000	1.3
+++ popup_link-cust_svc.html	31 Mar 2008 23:14:14 -0000	1.4
@@ -2,8 +2,7 @@
 
 Example:
 
-  <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT>
+  include('/elements/init_overlib.html')
 
   include( '/elements/svc_popup_link.html', { #hashref or a list, either way
 



More information about the freeside-commits mailing list