Changeset 25089 for extensions/Password_Policy/admin/template/PP_admin.tpl
- Timestamp:
- Oct 23, 2013, 5:24:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Password_Policy/admin/template/PP_admin.tpl
r25050 r25089 4 4 {combine_css path= $PP_PATH|@cat:'admin/template/pp.css'} 5 5 6 <script type="text/javascript"> 6 {footer_script}{literal} 7 7 jQuery().ready(function() 8 {ldelim} 8 { 9 jQuery("#PP_LoginAttempts_true").click(function() { 10 jQuery("#PP_USRLOCKEDTXT").show("slow"); 11 }); 12 jQuery("#PP_LoginAttempts_false").click(function() { 13 jQuery("#PP_USRLOCKEDTXT").hide("slow"); 14 }); 15 16 9 17 jQuery('.cluetip').cluetip( 10 { ldelim}11 width: 5 00,18 { 19 width: 550, 12 20 splitTitle: '|' 13 {rdelim}); 14 {rdelim}); 15 </script> 21 }); 22 }); 23 {/literal}{/footer_script} 24 16 25 17 26 <div class="titrePage"> … … 69 78 </label> 70 79 </li> 80 81 <li> 82 <label class="cluetip" title="{'PP_LoginAttempts'|translate}|{'PP_LoginAttempts_d'|translate}"> 83 {'PP_LoginAttempts'|@translate} 84 </label> 85 86 <label for="PP_LoginAttempts_false"><input id="PP_LoginAttempts_false" value="false" {$PP_LOGFAILEDPASSW_FALSE} name="PP_LogFailedPassw" type="radio"/> 87 {'PP_Disable'|@translate} 88 </label> 89 <label for="PP_LoginAttempts_true"><input id="PP_LoginAttempts_true" value="true" {$PP_LOGFAILEDPASSW_TRUE} name="PP_LogFailedPassw" type="radio"/> 90 {'PP_Enable'|@translate} 91 </label> 92 </li> 93 94 <ul> 95 <li id="PP_USRLOCKEDTXT" {if $PP_LOGFAILEDPASSW_FALSE} style="display: none"{/if}> 96 <label class="cluetip" title="{'PP_Max number of failed attempts'|translate}|{'PP_Max number of failed attempts_d'|translate}"> 97 {'PP_Max number of failed attempts'|@translate} <input type="text" name="PP_NbFailedPassw" value="{$PP_NBLOGFAIL}" size="5" style="text-align: center;"/> 98 </label> 99 <br /> 100 <label class="cluetip" title="{'PP_UserLocked_Custom_Txt'|translate}|{'PP_UserLocked_Custom_Txt_d'|translate}"> 101 {'PP_UserLocked_Custom_Txt'|@translate} 102 </label> 103 <textarea class="pp_textfields" name="PP_CustomLockMsg" id="PP_CustomLockMsg" rows="10" {$TAG_INPUT_ENABLED}>{$PP_USRLOCKEDTXT}</textarea> 104 {if 'FCK_PATH'|@defined} 105 <div style="text-align:right;"> 106 <a href="#" onClick="toogleEditor('PP_CustomLockMsg'); return false;">FCK Editor On/Off</a> 107 </div> 108 {/if} 109 </li> 110 </ul> 71 111 </ul> 72 112
Note: See TracChangeset
for help on using the changeset viewer.