Changeset 3295


Ignore:
Timestamp:
09/28/10 08:59:53 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1353 - Corrige valor default para atrib. expiração de senha no header.inc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/setup/templates/default/manageheader.tpl

    r1337 r3295  
    4343        if(xdiv.id == "cripto_options") { 
    4444                document.getElementById('maxcerttxt').value = '10'; 
    45                 document.getElementById('atributoexpiracaotxt').value = 'phpgwaccountexpires'; 
     45                document.getElementById('atributoexpiracaotxt').value = 'phpgwlastpasswdchange'; 
    4646                document.getElementById('atributousuarios').value = '';          
    4747        } 
Note: See TracChangeset for help on using the changeset viewer.