diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-12 13:07:48 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-12 13:07:48 +0100 |
commit | 490b0a06aa0deb4db9cb36c42b5300c7ac96d9a5 (patch) | |
tree | c91bcabb933a3ab1c70e7f24077cb2ee2eeeba70 /themes/default | |
parent | 757e336f0ac6fc2c636706343d4c63aff2f228e6 (diff) |
wrap line in header when display time-range results
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/templates/photo_index.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 35a9491..909922b 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -22,6 +22,7 @@ {/if} {/if} {if $from_date && $to_date } + <br /> Results are limited to a date within {$from_date} to {$to_date}. {/if} </div> |