diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-09 06:18:24 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-09 06:18:24 +0000 |
commit | fd6a1fceaa36f71f8c7bd88be0c44b1a26907517 (patch) | |
tree | 7a0da45760ae7b7bc78e5e3dd50566b33714e71f /templates | |
parent | 92431f61cad6e9603a57dc79e183f99b54930d1b (diff) |
some nice icons for available and selected tags
git-svn-id: file:///var/lib/svn/phpfspot/trunk@63 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tags.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/tags.tpl b/templates/tags.tpl index 084c1ea..4b30f0c 100644 --- a/templates/tags.tpl +++ b/templates/tags.tpl @@ -1,7 +1,7 @@ <table> <tr> - <td> - Available Tags: + <td style="vertical-align: middle;"> + <img src="resources/available_tags.png" \>Available Tags: </td> </tr> <tr> @@ -10,8 +10,8 @@ </td> </tr> <tr> - <td> - Selected Tags: + <td style="vertical-align: middle;"> + <img src="resources/selected_tags.png" />Selected Tags: </td> </tr> <tr> |