[ Index ]
 

Code source de IMP H3 (4.1.5)

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/pgp/ -> notactive.inc (source)

   1  <?php
   2    $use_pgp_locked = $prefs->isLocked('use_pgp');
   3    if ($use_pgp_locked): ?>
   4  <strong><?php echo _("PGP support is disabled on this system.") ?></strong>
   5  <?php else: ?>
   6  <input type="checkbox" id="use_pgp" name="use_pgp"<?php echo ($prefs->getValue('use_pgp')) ? ' checked="checked"' : '' ?> /> <?php echo Horde::label('use_pgp', _("Enable PGP functionality?")) ?>&nbsp;<?php echo Help::link('imp', 'pgp-overview') ?><br />
   7  </div>
   8  <?php endif; ?>
   9  
  10  <br class="spacer" />
  11  <div class="nowrap">
  12  <?php if (!$use_pgp_locked): ?>
  13    <input type="submit" name="save" class="button" onclick="document.prefs.actionID.value='pgp_enable'; return true;" value="<?php echo _("Save Options") ?>" />
  14  <?php endif; ?>
  15    <input type="button" name="back" class="button" onclick="document.location.href='<?php echo IMP::prefsURL(true) ?>'" value="<?php echo _("Return to Options") ?>" />
  16  </div>
  17  
  18  </form>


Généré le : Thu Nov 29 12:30:07 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics