Ignore:
Timestamp:
02/06/09 08:40:06 (15 years ago)
Author:
niltonneto
Message:

Alteração que não impacta na Agenda atual, mas será utilizado pelo expressoCalendar (nova agenda).

Location:
trunk/calendar/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/celepar/edit.tpl

    r602 r663  
    2121<form action="{action_url}" method="post" name="app_form"> 
    2222{common_hidden} 
    23 <table border="0" width="90%"> 
     23<table id="editFormTable" border="0" width="90%"> 
    2424 <tr> 
    2525  <td colspan="2"> 
    26    <center><font size="+1"><b>{errormsg}</b></font></center> 
     26   <center><font size="+1"><b id="formStatus">{errormsg}</b></font></center> 
    2727  </td> 
    2828 </tr> 
     
    3636                var alert_field = '{alert_msg}'; 
    3737        </script> 
    38         <input style="font-size:10px" type="submit" value="{submit_button}" onClick="return submitValues(alert_field);"></div></form> 
     38        <input id="submit_button" style="font-size:10px" type="submit" value="{submit_button}" onClick="return submitValues(alert_field);"></div></form> 
    3939  </td> 
    4040  <td>{cancel_button}</td> 
  • trunk/calendar/templates/default/form_button_script.tpl

    r2 r663  
    55<div style="padding-top:15px; padding-right: 2px"> 
    66        {action_extra_field}  
    7         <input style="font-size:10px" type="submit" value="{action_text_button}" {action_confirm_button}> 
     7        <input id="{button_id}" style="font-size:10px" type="submit" value="{action_text_button}" {action_confirm_button}> 
    88</div> 
    99</form> 
Note: See TracChangeset for help on using the changeset viewer.