Ignore:
Timestamp:
04/07/10 16:58:47 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitindo que o ExpressoAdmin não realize reload de página.

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

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/templates/default/institutional_accounts.tpl

    r1458 r2459  
    11<!-- BEGIN body --> 
    2         <link rel="stylesheet" type="text/css" href="./expressoAdmin1_2/templates/default/institutional_accounts.css"> 
     2        <link rel="stylesheet" type="text/css" href="{url}templates/default/institutional_accounts.css"> 
    33        <div style="display:none" id="{modal_id}">{institutional_accounts_modal}</div> 
    44 
  • trunk/expressoAdmin1_2/templates/default/institutional_accounts_modal.tpl

    r1991 r2459  
    3838                                                 
    3939                <td width="10%" valign="middle" align="center" bgcolor="#DDDDDD"> 
    40                         <button type="button" onClick="javascript:add_user();"><img src="expressoAdmin1_2/templates/default/images/add.png" style="vertical-align: middle;">&nbsp;{lang_add_owner}</button> 
     40                        <button type="button" onClick="javascript:add_user();"><img src="{url}templates/default/images/add.png" style="vertical-align: middle;">&nbsp;{lang_add_owner}</button> 
    4141                        <br><br> 
    42                         <button type="button" onClick="javascript:remove_user();"><img src="expressoAdmin1_2/templates/default/images/rem.png" style="vertical-align: middle;">&nbsp;{lang_remove_owner}</button> 
     42                        <button type="button" onClick="javascript:remove_user();"><img src="{url}templates/default/images/rem.png" style="vertical-align: middle;">&nbsp;{lang_remove_owner}</button> 
    4343                </td> 
    4444                                                 
  • trunk/expressoAdmin1_2/templates/default/sectors_form.tpl

    r1991 r2459  
    99 </table> 
    1010  
    11   <table border="0" align="center"> 
    12         <form method="POST" action="{action}"> 
     11  <form method="POST" action="{action}"> 
     12    <table border="0" align="center"> 
    1313                <tr bgcolor={row_off}> 
    1414                        <td>{lang_organizations}:</td> 
     
    6868                        </td> 
    6969                </tr> 
    70         </form> 
    71   </table> 
     70    </table> 
     71  </form> 
    7272 {error_messages} 
    7373<!-- END list --> 
Note: See TracChangeset for help on using the changeset viewer.