diff options
| author | ivan <ivan> | 2008-04-01 06:26:20 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-04-01 06:26:20 +0000 |
| commit | 206bfddc16194518d3a54f3fc26cc53ec089ed3f (patch) | |
| tree | 2b2bb8149301a26f05734a450649f2819d2c6f26 /httemplate/elements | |
| parent | 246797278c5e1cb0d5f0c070387455cdf135c524 (diff) | |
doc height param
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/popup_link.html | 3 | ||||
| -rw-r--r-- | httemplate/elements/popup_link_onclick.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html index fbb5e7585..4a79bc74c 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 } ) 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 } ) |
