[freeside-commits] freeside/httemplate/elements popup_link-cust_main.html, 1.1.2.2, 1.1.2.3 popup_link-cust_pkg.html, 1.1.2.2, 1.1.2.3 popup_link-cust_svc.html, 1.1.2.2, 1.1.2.3 popup_link.html, 1.1.2.3, 1.1.2.4 popup_link_onclick.html, 1.1.2.3, 1.1.2.4

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- popup_link.html	31 Mar 2008 21:11:03 -0000	1.1.2.3
+++ popup_link.html	31 Mar 2008 23:14:15 -0000	1.1.2.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/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.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- popup_link-cust_main.html	31 Mar 2008 20:40:57 -0000	1.1.2.2
+++ popup_link-cust_main.html	31 Mar 2008 23:14:15 -0000	1.1.2.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/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.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- popup_link_onclick.html	31 Mar 2008 23:08:01 -0000	1.1.2.3
+++ popup_link_onclick.html	31 Mar 2008 23:14:16 -0000	1.1.2.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/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.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- popup_link-cust_pkg.html	31 Mar 2008 20:40:57 -0000	1.1.2.2
+++ popup_link-cust_pkg.html	31 Mar 2008 23:14:15 -0000	1.1.2.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/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.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- popup_link-cust_svc.html	31 Mar 2008 20:40:57 -0000	1.1.2.2
+++ popup_link-cust_svc.html	31 Mar 2008 23:14:15 -0000	1.1.2.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/svc_popup_link.html', { #hashref or a list, either way
 



More information about the freeside-commits mailing list