diff options
author | plegall <plg@piwigo.org> | 2014-09-08 09:52:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-08 09:52:09 +0000 |
commit | 5a1bc79d8f73531e462eca75f64b8411cb50913e (patch) | |
tree | 5e7545f3666b9c1c78821740c12e84d36153222e /themes/default | |
parent | 93aa6cd8325facea6faa26642b95d72c0c52456f (diff) |
feature 3094: display the author list if at least 1 author (but not 0)
git-svn-id: http://piwigo.org/svn/trunk@29432 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/search.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index 5f3190d2f..74ed171e4 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -48,7 +48,7 @@ jQuery(document).ready(function() { </fieldset> -{if count($AUTHORS)>1} +{if count($AUTHORS)>=1} <fieldset> <legend>{'Search for Author'|@translate}</legend> <p> |