Ignore:
Timestamp:
09/07/11 16:23:02 (13 years ago)
Author:
airton
Message:

Ticket #2267 - Exibir mais detalhes dos contatos retornados na busca rapida de destinatarios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/templates/default/index.tpl

    r4830 r5075  
    131131        </table> 
    132132</div> 
     133<link href="../library/jquery/css/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"> 
     134                <script src='../library/jquery/jquery.js' language='javascript'></script>  
     135                <script type="text/javascript" src="../library/jquery/jquery-ui.min.js"></script>  
     136                <link href="templates/default/quick_search.css" rel="stylesheet" type="text/css">  
     137                <div style="display:none; width: auto; min-height: 0px; height: 410px;" id="dialog-modal" title="{lang_quick_search_users_dialog_title}">  
     138                    <div style="width:910px;height:410px;">                       
     139                            <div class="acc-list" style="width:370px;height:85%;float:left;border:1px solid #DDD;background-color:#EEE;border-radius:3px;margin-left:1px;">  
     140                                    <h3 id="title_usuarios"></h3>  
     141                                    <ul id="selectable" style="width:370px; height:350px;"></ul>    
     142                                    <div class="demo" style="width:100%;margin-top:-5px;">  
     143                                        <div id="slider"></div>  
     144                                            <p>  
     145                                                <label for="amount">{lang_page}: </label>  
     146                                                <input type="text" id="amount" style="border:0; font-weight:bold; width:85%" />  
     147                                            </p>              
     148                                    </div>  
     149                            </div>  
     150                            <div style="width:525px;height:90%;float:left;">   
     151                                <div id="accordion">  
     152                                        <div class="ui-widget" align="right">  
     153                                            <label>{lang_search}: </label>  
     154                                                <input type="text" id="busca" size=30></input>                              
     155                                            <select id="combobox">  
     156                                                <!-- Pegar essas opções das preferências -->  
     157                                                <option value="global">{lang_global_catalog}</option>  
     158                                                <option value="personal">{lang_personal_catalog}</option>  
     159                                                <option value="all">{lang_all_catalogs}</option>  
     160                                            </select>  
     161                                            <input type="button" value="Buscar" onClick=buscaContato(busca.value); />  
     162                                            <input type="button" value="?" onClick="alert('Busca rápida de contatos versão 0.1\nPrognus Software Livre')" />  
     163                                        </div>  
     164                                        <fieldset id="fieldset1" style="width:490px;height:85%;float:right;">  
     165                                            <legend>{lang_contact_details}</legend>  
     166                                                <div style="float:left;"> <span id="detalhes_contato">---</span> </div>  
     167                                        </fieldset>      
     168                                 </div>    
     169                             </div>  
     170                        </div>  
     171                </div>  
    133172<!-- END list --> 
Note: See TracChangeset for help on using the changeset viewer.