diff options
author | plegall <plg@piwigo.org> | 2010-04-09 18:01:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-09 18:01:14 +0000 |
commit | 384108dd89b1d1b06a2d1cca9b169ecbcae10307 (patch) | |
tree | 1bc65b99ce22e0402f5a579d774e4b2f546cf503 /admin/themes/default/template | |
parent | 96a2b84f6a8271465c95beb61a3c1bc8e508ebb7 (diff) |
bug 1589: remove obsolete .csvignore file
git-svn-id: http://piwigo.org/svn/trunk@5740 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/photos_add_direct.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 1c15b922a..8002fd195 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -148,7 +148,8 @@ var buttonText = 'Browse'; </div> <p id="batchLink"><a href="{$batch_link}">{$batch_label}</a></p> </fieldset> -{/if} +<p><a href="">Add another set of photos</a></p> +{else} <div id="formErrors" class="errors" style="display:none"> <ul> @@ -240,6 +241,7 @@ var buttonText = 'Browse'; </p> {/if} </form> -{/if} +{/if} {* empty($thumbnails) *} +{/if} {* $setup_errors *} </div> <!-- photosAddContent -->
\ No newline at end of file |