diff options
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 |