diff options
| author | Nick Palmer <nick@sluggardy.net> | 2008-10-18 22:01:55 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2008-10-18 22:01:55 +0000 |
| commit | fa279b0fbe117f470ac9f925474fd929b23935b7 (patch) | |
| tree | 4184118f4c4858c4506dd5b17e4b24a5324a520e | |
| parent | 63200867db009a542c4041bbdda2a42b33d5f3e7 (diff) | |
| download | tags-fa279b0fbe117f470ac9f925474fd929b23935b7.tar.gz tags-fa279b0fbe117f470ac9f925474fd929b23935b7.tar.bz2 tags-fa279b0fbe117f470ac9f925474fd929b23935b7.zip | |
Move tags popup to the area where "help" belongs instead of where labels go.
| -rw-r--r-- | templates/edit_tags.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl index 0daad50..dc76887 100644 --- a/templates/edit_tags.tpl +++ b/templates/edit_tags.tpl @@ -8,7 +8,9 @@ {/forminput} </div> <div class="row"> - {jspopup notra=1 href=$smarty.const.TAGS_PKG_URL title="View all tags" width="null" height="null"} + {forminput} + {jspopup notra=1 href=$smarty.const.TAGS_PKG_URL title="View all tags" width="null" height="null"} + {/forminput} </div> {if count($tagData) > 0 } <div class="row tags"> |
