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).

File:
1 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> 
Note: See TracChangeset for help on using the changeset viewer.