instead of empty cells, show now grayed icons if first or last object reached
[phpfspot.git] / templates / single_photo.tpl
index ea1c1fbad3a4b4569adf1eeb179b9b14b727063e..536f1dbc4b52458daa363891712c68f9fa5fd3fa 100644 (file)
@@ -30,7 +30,7 @@
     <tr>
      <td style="text-align: left; width: 33%;">
       { if $previous_url == "" }
-       &nbsp;
+       <img src="resources/arrow_left_gray.png" alt="first photo reached" />
       { else }
       <a href="{$previous_url}">
        <img src="resources/arrow_left.png" alt="previous photo" />
@@ -44,7 +44,7 @@
      </td>
      <td style="text-align: right; width: 33%;">
       { if $next_url == "" }
-      &nbsp;
+       <img src="resources/arrow_right_gray.png" alt="last photo reached" />
       { else }
       <a href="{$next_url}"> 
        <img src="resources/arrow_right.png" alt="next photo" />
@@ -69,7 +69,7 @@
    <u><img src="resources/image.png" alt="resolution icon" />&nbsp;Original resolution:</u><br />
    {$ExifOrigResolution}<br />
    { /if }
-   <u>Size:</u>&nbsp;{$ExifFileSize}kbyte<br />
+   <u>Size:</u>&nbsp;{$ExifFileSize}<br />
    { if $tags }
     <br />
     <u><img src="resources/small_available_tags.png" alt="available tags" />&nbsp;Tagged with:</u><br />