X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fphoto_index.tpl;h=f4742237dc38188cff4184858df8d3a2df84e994;hp=3172547d6794287c884747c147453e3e7ef187e6;hb=d1dc26e8f2fd6212d37d2fcd0ff5a2968cac2faf;hpb=7c498e18d97daa7ae42e355adf24b8c77cacad33 diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 3172547..f474223 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -3,10 +3,18 @@ Photo Index
- {if $count == 1} - {$count} image has been found for the selected tags - {else} + {if ! $searchfor } + {if $count == 1} + {$count} image has been found for the selected tags + {else} {$count} images have been found for the selected tags + {/if} + {else} + {if $count == 1} + {$count} image is the result for your search about "{$searchfor}" + {else} + {$count} images are the result for your search about "{$searchfor}" + {/if} {/if} @@ -21,7 +29,7 @@ {if $images[row][col] }
- +
@@ -38,4 +46,9 @@ +