[freeside-commits] freeside/httemplate/elements popup_link.html, 1.1.2.4, 1.1.2.5 popup_link_onclick.html, 1.1.2.4, 1.1.2.5
Ivan,,,
ivan at wavetail.420.am
Mon Mar 31 23:26:24 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv32096
Modified Files:
Tag: FREESIDE_1_7_BRANCH
popup_link.html popup_link_onclick.html
Log Message:
doc height param
Index: popup_link.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link.html,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- popup_link.html 31 Mar 2008 23:14:15 -0000 1.1.2.4
+++ popup_link.html 1 Apr 2008 06:26:20 -0000 1.1.2.5
@@ -14,7 +14,8 @@
'actionlabel => 'You clicked', # popup title
#opt
- 'width' => '540',
+ 'width' => 540,
+ 'height' => 336,
'color' => '#ff0000',
'closetext' => 'Go Away', # the value '' removes the link
} )
Index: popup_link_onclick.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link_onclick.html,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- popup_link_onclick.html 31 Mar 2008 23:14:16 -0000 1.1.2.4
+++ popup_link_onclick.html 1 Apr 2008 06:26:20 -0000 1.1.2.5
@@ -13,7 +13,8 @@
'actionlabel => 'You clicked', # popup title
#opt
- 'width' => '540',
+ 'width' => 540,
+ 'height' => 336,
'color' => '#ff0000',
'closetext' => 'Go Away', # the value '' removes the link
} )
More information about the freeside-commits
mailing list