Changeset 2120


Ignore:
Timestamp:
03/02/10 11:37:15 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #941 - Correcao dos templates na parte de configuracao para o navegador IE8.

Location:
trunk/jabberit_messenger/templates/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/templates/default/config.tpl

    r1769 r2120  
    9595        <tr> 
    9696                <td colspan="2" align="center"> 
    97                         <input type="submit" name="submit" value="{lang_submit}" onclick="return constructScript.sendf(document);"> 
     97                        <input type="button" value="{lang_submit}" onclick="constructScript.sendf(document);"> 
     98                        <!-- 
     99                        No MSIE utilizar um botão do tipo submit não permite que seja gravado o arquivo e configuração. 
     100                        Por esse motivo o envio do formulário está sendo feito através do javascript. 
     101                        NÃO REMOVA...                     
     102                        --> 
     103                        <input type="submit" name="submit" style="display: none"> 
    98104                        <input type="button" name="cancel" value="{lang_cancel}" onclick="document.location.href='./index.php?menuaction=jabberit_messenger.uiconfig.configServer'"> 
    99105                </td> 
  • trunk/jabberit_messenger/templates/default/configItens.tpl

    r1901 r2120  
    44                <p> 
    55                        <img src="{value_image1}" align="middle" width="32" height="32" /> 
    6                         <a href="{value_config1}" style="padding:5px;"> 
    7                                 <label style="cursor:pointer;">{label_config1}</label> 
    8                         </a> 
     6                        <a href="{value_config1}" style="padding:5px;">{label_config1}</a> 
    97                </p> 
    108        </div> 
     
    1311                <p> 
    1412                        <img src="{value_image2}" align="middle" width="32" height="32" /> 
    15                         <a href="{value_config2}" style="padding:5px;"> 
    16                                 <label style="cursor:pointer;">{label_config2}</label> 
    17                         </a> 
     13                        <a href="{value_config2}" style="padding:5px;">{label_config2}</a> 
    1814                </p> 
    1915        </div>   
     
    2218                <p> 
    2319                        <img src="{value_image3}" align="middle" width="32" height="32" /> 
    24                         <a href="{value_config3}" style="padding:5px;"> 
    25                                 <label style="cursor:pointer;">{label_config3}</label> 
    26                         </a> 
     20                        <a href="{value_config3}" style="padding:5px;">{label_config3}</a> 
    2721                </p> 
    2822        </div>   
     
    3125                <p> 
    3226                        <img src="{value_image4}" align="middle" width="32" height="32" /> 
    33                         <a href="{value_config4}" style="padding:5px;"> 
    34                                 <label style="cursor:pointer;">{label_config4}</label> 
    35                         </a> 
     27                        <a href="{value_config4}" style="padding:5px;">{label_config4}</a> 
    3628                </p> 
    3729        </div>   
     
    4941                <p> 
    5042                        <img src="{value_image1}" align="middle" width="32" height="32" /> 
    51                         <a href="{value_config1}" style="padding:5px;"> 
    52                                 <label style="cursor:pointer;">{label_config1}</label> 
    53                         </a> 
     43                        <a href="{value_config1}" style="padding:5px;cursor:pointer;">{label_config1}</a> 
    5444                </p> 
    5545        </div> 
     
    5848                <p> 
    5949                        <img src="{value_image2}" align="middle" width="32" height="32" /> 
    60                         <a href="{value_config2}" style="padding:5px;"> 
    61                                 <label style="cursor:pointer;">{label_config2}</label> 
    62                         </a> 
     50                        <a href="{value_config2}" style="padding:5px;">{label_config2}</a> 
    6351                </p> 
    6452        </div>   
  • trunk/jabberit_messenger/templates/default/groupsLdap.tpl

    r1772 r2120  
    11<!-- BEGIN groups_ldap --> 
    2  
    3 <form> 
    42         
    5         <table cellpadding="1" cellspacing="2" style="border:1px solid #000;margin-top:20px;" width="50%" align="center"> 
     3        <table cellspacing="2" style="border:1px solid #000; margin-top:20px; width: 60%;" align="center"> 
    64                <tr> 
    7                         <td width="40%" style='background:#dedede;'>&nbsp;{lang_Servers_ldap}</td> 
    8                         <td width="10%" style='background:#dedede;'>&nbsp;{lang_Edit}</td> 
     5                        <td style='background:#dedede;'>&nbsp;{lang_Servers_ldap}</td> 
     6                        <td style='background:#dedede;'>&nbsp;{lang_Edit}</td> 
    97                </tr> 
    10                 {value_lists_ldaps}              
     8                {value_lists_ldaps} 
    119        </table> 
    12  
    13         <div style="margin-top:25px; margin-left: 25%; position:relative; float:left;"> 
    14                 <input type="button" onClick="document.location.href='{action_url_back}'" value="{label_Back}"/> 
    15         </div> 
     10        <br/> 
     11        <table cellspacing="2" style="border:0; width: 60%;" align="center"> 
     12                <tr> 
     13                        <td><input type="button" onClick="document.location.href='{action_url_back}'" value="{label_Back}"/></td> 
     14                </tr> 
     15        </table> 
    1616         
    17 </form> 
    18  
    1917<!-- END groups_ldap --> 
    2018 
Note: See TracChangeset for help on using the changeset viewer.