[ Index ] |
|
Code source de Horde 3.1.3 |
1 <?php if (!$prefs->isLocked('default_identity')): ?> 2 <script type="text/javascript"> 3 <!-- 4 function deleteIdentity() 5 { 6 var index = document.prefs.identity.selectedIndex; 7 var id = document.prefs.identity.options[index].value; 8 if (id >= 0) { 9 document.location.href = "<?php echo str_replace('&', '&', Util::addParameter(Horde::selfUrl(true), array('actionID' => 'delete_identity', 'id' => ''))) ?>" + id; 10 } 11 } 12 //--> 13 </script> 14 <br /> 15 <input type="button" onclick="deleteIdentity()" class="button" value="<?php echo _("Delete selected identity") ?>" /><br /><br /> 16 <?php endif; ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |