{* * $Revision: 1.5 $ * 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. *}

{g->text text="Zip Download Settings"}

{if isset($status.saved)}

{g->text text="Settings saved successfully"}

{/if}

{g->text text="Enter full path to the zip executable."}

{g->text text="Zip Path:"} {g->autoComplete element="giFormPath"} {g->url arg1="view=core.SimpleCallback" arg2="command=lookupFiles" arg3="prefix=__VALUE__" htmlEntities=false} {/g->autoComplete} {if isset($form.error.path.missing)}
{g->text text="You must enter a path to your zip binary"}
{/if} {if isset($form.error.path.badPath)}
{g->text text="The path you entered isn't valid or isn't executable"}
{/if} {if isset($form.error.path.badZip)}
{g->text text="Unable to create a zip file from this binary"}
{/if} {if isset($form.test) && $form.test}
{g->text text="The path you entered is valid"}
{/if}
{if isset($form.error.path.badZip)}

{g->text text="Debug output"} +

{g->text text="We gathered this debug output while testing your zip installation. If you read through this carefully you may discover the reason why it failed our tests."}

{/if}
{if $ZipCartAdmin.isConfigure} {else} {/if}