mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-06 13:32:52 +02:00
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:
@@ -355,7 +355,7 @@ $template->append(
|
||||
'head_elements',
|
||||
'<link rel="stylesheet" type="text/css" href="'.$uploadify_path.'/uploadify.css">'."\n"
|
||||
);
|
||||
|
||||
|
||||
if (isset($page['thumbnails']))
|
||||
{
|
||||
$template->assign(
|
||||
|
||||
@@ -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 -->
|
||||
@@ -761,4 +761,5 @@ $lang['Virtual Links'] = 'Virtual Links';
|
||||
$lang['There is no other language available.'] = 'There is no other language available.';
|
||||
$lang['There is no other plugin available.'] = 'There is no other plugin available.';
|
||||
$lang['There is no other theme available.'] = 'There is no other theme available.';
|
||||
$lang['Add another set of photos'] = 'Add another set of photos';
|
||||
?>
|
||||
|
||||
@@ -766,4 +766,5 @@ $lang['There is no other language available.'] = 'Il n\'y a pas d\'autre langue
|
||||
$lang['There is no other plugin available.'] = 'Il n\'y a pas d\'autre plugin disponible.';
|
||||
$lang['There is no other theme available.'] = 'Il n\'y a pas d\'autre thème disponible.';
|
||||
$lang['delete'] = 'effacer';
|
||||
?>
|
||||
$lang['Add another set of photos'] = 'Ajouter d\'autres photos';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user