Ignore:
Timestamp:
03/01/11 11:37:42 (13 years ago)
Author:
thiagoaos
Message:

Ticket #1634 - Corrigido tooltip e adicionado mascara no calendário da tela de pesquisar email.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/search.js

    r3802 r3834  
    131131                                                        + '     <br style="margin-bottom:30px"/>' 
    132132                                                        + '     <label>'+get_lang("Since Date")+':</label>' 
    133                                                         + '     <input style="margin-left: 6px;" type="text" id="since_date" size="8">' 
     133                                                        + '     <input style="margin-left: 6px;" type="text" id="since_date" size="8" maxlength="10" onkeypress="return dateMask(this, event);">' 
    134134                                                        + '     <img id="since_date-trigger" src="/phpgwapi/templates/default/images/datepopup.gif" title="'+get_lang("Select Date")+'" style="cursor:pointer; cursor:hand;"/>' 
    135135                                                        + '     <label style="margin-left: 20px;">'+get_lang('Before Date')+':</label>' 
    136                                                         + '     <input style="margin-left: 6px;" type="text" id="before_date" size="8">' 
     136                                                        + '     <input style="margin-left: 6px;" type="text" id="before_date" size="8" maxlength="10" onkeypress="return dateMask(this, event);">' 
    137137                                                        + '     <img id="before_date-trigger" src="/phpgwapi/templates/default/images/datepopup.gif" title="'+get_lang("Select Date")+'" style="cursor:pointer; cursor:hand;"/>' 
    138138                                                        + '     <br style="margin-bottom:15px"/>' 
    139139 
    140140                                                        + '     <label>'+get_lang('On Date')+':</label>' 
    141                                                         + '     <input style="margin-left: 6px;" type="text" id="on_date" size="8">' 
    142                                                         + '     <img style="margin-right: -8px" id="on_date-trigger" src="/phpgwapi/templates/default/images/datepopup.gif" title="'+get_lang("Select Date")+'" style="cursor:pointer; cursor:hand;"/>&nbsp;&nbsp;</spam>' 
     141                                                        + '     <input style="margin-left: 6px;" type="text" id="on_date" size="8" maxlength="10" onkeypress="return dateMask(this, event);">' 
     142                                                        + '     <img style="margin-right: -8px" id="on_date-trigger" src="/phpgwapi/templates/default/images/datepopup.gif" title="'+get_lang("Select Date")+'" style="cursor:pointer; cursor:hand;"/><span>&nbsp;&nbsp;</span>' 
    143143                                                        + '     <br style="margin-bottom:30px"/>' 
    144144 
Note: See TracChangeset for help on using the changeset viewer.