diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-15 18:19:21 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-15 18:19:21 +0000 |
commit | 2de168bf40e25dd82a29d2e5b7f667ca267c9e4f (patch) | |
tree | d4d623dfec3d7b3d448cc8a9c434e0b2c5ed4b81 | |
parent | 8c1e23e00005c4d9f1eb3941bd0746e02937e094 (diff) |
the loupe is an ordinary image, no form button
git-svn-id: file:///var/lib/svn/phpfspot/trunk@95 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | templates/tags.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/tags.tpl b/templates/tags.tpl index 6104fe1..1bdcea7 100644 --- a/templates/tags.tpl +++ b/templates/tags.tpl @@ -1,8 +1,7 @@ <table> <tr> <td style="vertical-align: middle; text-decoration: underline;"> - <input type="image" src="resources/loupe.png" alt="Tag-Search" /> - Tag-Search: + <img src="resources/loupe.png" />Tag-Search: </td> </tr> <tr> @@ -15,7 +14,7 @@ </tr> <tr> <td style="vertical-align: middle; text-decoration: underline;"> - <img src="resources/available_tags.png" \>Available Tags: + <img src="resources/available_tags.png" />Available Tags: </td> </tr> <tr> |