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