feature 1590: hide the upload form when displaying upload results.

git-svn-id: http://piwigo.org/svn/trunk@5742 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2010-04-09 18:29:34 +00:00
commit fce10ca2d4
4 changed files with 8 additions and 4 deletions

View file

@ -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'|@translate}</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 -->