diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-15 18:26:35 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-15 18:26:35 +0000 |
commit | f679541f88a70088ed06dd751da8dc5eda5c2c74 (patch) | |
tree | 500aab48624e77fb62095a7c032dae5a925ba991 | |
parent | 2de168bf40e25dd82a29d2e5b7f667ca267c9e4f (diff) |
new photo index icon
also display the icon in the photo index matrix itself
git-svn-id: file:///var/lib/svn/phpfspot/trunk@96 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | resources/home.png | bin | 1566 -> 0 bytes | |||
-rw-r--r-- | resources/photo_index.png | bin | 0 -> 2612 bytes | |||
-rw-r--r-- | templates/index.tpl | 2 | ||||
-rw-r--r-- | templates/photo_index.tpl | 7 |
4 files changed, 6 insertions, 3 deletions
diff --git a/resources/home.png b/resources/home.png Binary files differdeleted file mode 100644 index 063aeec..0000000 --- a/resources/home.png +++ /dev/null diff --git a/resources/photo_index.png b/resources/photo_index.png Binary files differnew file mode 100644 index 0000000..c8f6807 --- /dev/null +++ b/resources/photo_index.png diff --git a/templates/index.tpl b/templates/index.tpl index 1b02ad7..13a5c14 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -10,7 +10,7 @@ <tr> <td colspan="2" class="menu"> <a href="javascript:showPhotoIndex();" onclick="click(this);"> - <img src="resources/home.png" /> + <img src="resources/photo_index.png" /> </a> <a href="javascript:Tags('reset', 0);" onclick="click(this);"> <img src="resources/reload.png" /> diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index f474223..d94db18 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -2,7 +2,7 @@ <table> <tr> <td class="index_header"> - <b>Photo Index</b><br /> + <b>Photo Index,</b> {if ! $searchfor } {if $count == 1} {$count} image has been found for the selected tags @@ -17,9 +17,12 @@ {/if} {/if} </td> + <td class="index_header" style="text-align: right;"> + <img src="resources/photo_index.png" /> + </td> </tr> <tr> - <td> + <td colspan="2"> <div id="matrix"> <table> {section name="row" loop=$rows step=1} |