Changeset 5742


Ignore:
Timestamp:
Apr 9, 2010, 8:29:34 PM (14 years ago)
Author:
plg
Message:

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

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/photos_add_direct.php

    r5741 r5742  
    356356  '<link rel="stylesheet" type="text/css" href="'.$uploadify_path.'/uploadify.css">'."\n"
    357357  );
    358  
     358
    359359if (isset($page['thumbnails']))
    360360{
  • trunk/admin/themes/default/template/photos_add_direct.tpl

    r5741 r5742  
    149149  <p id="batchLink"><a href="{$batch_link}">{$batch_label}</a></p>
    150150</fieldset>
    151 {/if}
     151<p><a href="">{'Add another set of photos'|@translate}</a></p>
     152{else}
    152153
    153154<div id="formErrors" class="errors" style="display:none">
     
    241242{/if}
    242243</form>
    243 {/if}
     244{/if} {* empty($thumbnails) *}
     245{/if} {* $setup_errors *}
    244246
    245247</div> <!-- photosAddContent -->
  • trunk/language/en_UK/admin.lang.php

    r5730 r5742  
    762762$lang['There is no other plugin available.'] = 'There is no other plugin available.';
    763763$lang['There is no other theme available.'] = 'There is no other theme available.';
     764$lang['Add another set of photos'] = 'Add another set of photos';
    764765?>
  • trunk/language/fr_FR/admin.lang.php

    r5590 r5742  
    767767$lang['There is no other theme available.'] = 'Il n\'y a pas d\'autre thème disponible.';
    768768$lang['delete'] = 'effacer';
     769$lang['Add another set of photos'] = 'Ajouter d\'autres photos';
    769770?>
Note: See TracChangeset for help on using the changeset viewer.