new photo index icon
authorAndreas Unterkircher <unki@netshadow.at>
Fri, 15 Jun 2007 18:26:35 +0000 (18:26 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Fri, 15 Jun 2007 18:26:35 +0000 (18:26 +0000)
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

resources/home.png [deleted file]
resources/photo_index.png [new file with mode: 0644]
templates/index.tpl
templates/photo_index.tpl

diff --git a/resources/home.png b/resources/home.png
deleted file mode 100644 (file)
index 063aeec..0000000
Binary files a/resources/home.png and /dev/null differ
diff --git a/resources/photo_index.png b/resources/photo_index.png
new file mode 100644 (file)
index 0000000..c8f6807
Binary files /dev/null and b/resources/photo_index.png differ
index 1b02ad730968418419307701310deb5decaf3fc2..13a5c141ec7a46087f327a6adc1de966a01ea46c 100644 (file)
@@ -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" />
index f4742237dc38188cff4184858df8d3a2df84e994..d94db182e82b091e0df6431c06f15f46bae94ad7 100644 (file)
@@ -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
     {/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}