summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/home.pngbin1566 -> 0 bytes
-rw-r--r--resources/photo_index.pngbin0 -> 2612 bytes
-rw-r--r--templates/index.tpl2
-rw-r--r--templates/photo_index.tpl7
4 files changed, 6 insertions, 3 deletions
diff --git a/resources/home.png b/resources/home.png
deleted file mode 100644
index 063aeec..0000000
--- a/resources/home.png
+++ /dev/null
Binary files differ
diff --git a/resources/photo_index.png b/resources/photo_index.png
new file mode 100644
index 0000000..c8f6807
--- /dev/null
+++ b/resources/photo_index.png
Binary files differ
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}