[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/admin/ -> globalsettings_helpers.template (source)

   1   <div style="padding-left:10px;" id="helpers">
   2     <!-- path_to_tar -->
   3     <div class="field">
   4      <label for="config[path_to_tar]">path_to_tar</label>
   5      <div class="formHelp">{$locale->tr("help_path_to_tar")}</div>
   6      <input style="wth:100%" type="text" name="config[path_to_tar]" name="config[path_to_tar]" value="{$path_to_tar}"/>
   7     </div>
   8     <!-- path_to_gzip -->
   9     <div class="field">
  10      <label for="config[path_to_gzip]">path_to_gzip<label>
  11      <div class="formHelp">{$locale->tr("help_path_to_gzip")}</div>
  12      <input style="wth:100%" type="text" name="config[path_to_gzip]" name="config[path_to_gzip]" value="{$path_to_gzip}"/>
  13     </div>
  14     <!-- path_to_bz2 -->
  15     <div class="field">
  16      <label for="config[path_to_bz2]">path_to_bz2</label>
  17      <div class="formHelp">{$locale->tr("help_path_to_bz2")}</div>
  18      <input style="wth:100%" type="text" name="config[path_to_bz2]" name="config[path_to_bz2]" value="{$path_to_bz2}"/>
  19     </div>
  20     <!-- pat_to_unzip -->
  21     <div class="field">
  22      <label for="config[path_to_unzip]">path_to_unzip</label>
  23      <div class="formHelp">{$locale->tr("help_path_to_unzip")}</div>
  24      <input style="wth:100%" type="text" name="config[path_to_unzip]" name="config[path_to_unzip]" value="{$path_to_unzip}"/>
  25     </div>
  26     <!-- unzip_use_native_version -->
  27     <div class="field">
  28      <label for="config[unzip_use_native_version]">unzip_use_native_version</label>
  29      <div class="formHelp">{$locale->tr("help_unzip_use_native_version")}</div>
  30      <input class="radio" type="radio" name="config[unzip_use_native_version]" name="config[unzip_use_native_version]" value="1" {if $unzip_use_native_version == 1 } checked="checked" {/if} />{$locale->tr("yes")}
  31      <input class="radio" type="radio" name="config[unzip_use_native_version]" name="config[unzip_use_native_version]" value="0" {if $unzip_use_native_version == 0 } checked="checked" {/if} />{$locale->tr("no")}
  32     </div>
  33   </div>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics