From: ivan Date: Tue, 1 Apr 2008 06:26:19 +0000 (+0000) Subject: doc height param X-Git-Tag: root_of_webpay_support~764 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=613d148f17c40763986df9e53fe7476b3e49af9c doc height param --- diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html index 584ffde54..72073e348 100644 --- a/httemplate/elements/popup_link.html +++ b/httemplate/elements/popup_link.html @@ -14,7 +14,8 @@ Example: '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 diff --git a/httemplate/elements/popup_link_onclick.html b/httemplate/elements/popup_link_onclick.html index 1a07ba89c..b689c54cd 100644 --- a/httemplate/elements/popup_link_onclick.html +++ b/httemplate/elements/popup_link_onclick.html @@ -13,7 +13,8 @@ Example: 'actionlabel => 'You clicked', # popup title #opt - 'width' => '540', + 'width' => 540, + 'height' => 336, 'color' => '#ff0000', 'closetext' => 'Go Away', # the value '' removes the link } )