summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-04-01 06:26:19 +0000
committerivan <ivan>2008-04-01 06:26:19 +0000
commit613d148f17c40763986df9e53fe7476b3e49af9c (patch)
tree8ba3876b1abe4b9a76be1b715b0e8d51891618f3 /httemplate
parentaedb243bc1dae1e5f3903d47d5c2928eda1a5d45 (diff)
doc height param
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/popup_link.html3
-rw-r--r--httemplate/elements/popup_link_onclick.html3
2 files changed, 4 insertions, 2 deletions
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
} )