summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.tpl2
-rw-r--r--templates/photo_index.tpl7
2 files changed, 6 insertions, 3 deletions
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}