{* * $Revision: 1.20 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *} {if !$ItemAddFromBrowser.uploadsPermitted}
{g->text text="Upload files directly from your computer."} {g->text text="Enter the full path to the file and an optional caption in the boxes below."}
{if $ItemAddFromBrowser.maxFileSize == 0} {g->text text="Note: You can upload up to %s at one time. If you want to upload more than that, you must upload the files separately, use a different upload format, or ask your system administrator to allow larger uploads." arg1=$ItemAddFromBrowser.totalUploadSize} {else} {g->text text="Note: You can upload up to %s at one time. No individual file may be larger than %s. If you want to upload more than that, you must upload the files separately, use a different upload format, or ask your system administrator to allow larger uploads." arg1=$ItemAddFromBrowser.totalUploadSize arg2=$ItemAddFromBrowser.maxFileSize} {/if}
{section name="uploadBoxes" loop=$form.uploadBoxCount} {assign var=iteration value=$smarty.section.uploadBoxes.iteration}