Ignore:
Timestamp:
Sep 13, 2012, 3:56:14 AM (12 years ago)
Author:
mistic100
Message:
  • now archive comment is well added
  • add PclZip library for servers without ZipArchive
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/admin/template/config.tpl

    r16697 r17880  
    107107      </label>
    108108    </li>
     109  {if $use_ziparchive}
    109110    <li>
    110111      <label>
     
    115116      <i>{'Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'|@translate}</i>
    116117    </li>
     118  {else}
     119    <input type="hidden" name="archive_comment" value="">
     120  {/if}
    117121  </ul>
    118122</fieldset>
    119123
    120124<p class="formButtons"><input type="submit" name="save_config" value="{'Save Settings'|@translate}"></p> 
     125
     126<fieldset>
     127  <legend>{'Environment'|@translate}</legend>
     128 
     129  <b>PHP</b> {$PHP_VERSION}<br>
     130{if $use_ziparchive}
     131  <b>ZipArchive</b> {$PHP_VERSION}
     132{else}
     133  <b>PclZip</b> 2.8.2
     134{/if}
     135</fieldset>
     136 
    121137</form>
Note: See TracChangeset for help on using the changeset viewer.