[freeside-commits] freeside/httemplate/elements popup_link.html, 1.6, 1.7 popup_link_onclick.html, 1.3, 1.4
Ivan,,,
ivan at wavetail.420.am
Mon Mar 31 23:26:21 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv32091
Modified Files:
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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- popup_link.html 31 Mar 2008 23:14:14 -0000 1.6
+++ popup_link.html 1 Apr 2008 06:26:18 -0000 1.7
@@ -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
'aname' => "target", # link NAME= value, useful for #targets
Index: popup_link_onclick.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link_onclick.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- popup_link_onclick.html 31 Mar 2008 23:14:14 -0000 1.3
+++ popup_link_onclick.html 1 Apr 2008 06:26:19 -0000 1.4
@@ -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