Ignore:
Timestamp:
05/15/09 17:24:23 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Resolvendo problemas do calendario, em modulos novos

File:
1 edited

Legend:

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

    r2 r855  
    11<!-- BEGIN edit_entry --> 
     2<style type="text/css"> 
     3div#tipDiv { 
     4  position:absolute; visibility:hidden; left:0; top:0; z-index:10000; 
     5  background-color:#EFEFEF; border:1px solid #337; 
     6  width:220px; padding:3px; 
     7  color:#000; font-size:11px; line-height:1.2; 
     8  cursor: default; 
     9} 
     10</style> 
    211<script language="JavaScript"> 
    312        self.name="first_Window"; 
     
    1221<form action="{action_url}" method="post" name="app_form"> 
    1322{common_hidden} 
    14 <table border="0" width="90%"> 
     23<table id="editFormTable" border="0" width="90%"> 
    1524 <tr> 
    1625  <td colspan="2"> 
    17    <center><font size="+1"><b>{errormsg}</b></font></center> 
     26   <center><font size="+1"><b id="formStatus">{errormsg}</b></font></center> 
    1827  </td> 
    1928 </tr> 
     
    2433  <td> 
    2534  <div style="padding-top:15px; padding-right: 2px"> 
    26         <input style="font-size:10px" type="submit" value="{submit_button}" onClick="javascript:submitValues()"></div></form> 
     35        <script language="JavaScript"> 
     36                var alert_field = '{alert_msg}'; 
     37        </script> 
     38        <input id="submit_button" style="font-size:10px" type="submit" value="{submit_button}" onClick="return submitValues(alert_field);"></div></form> 
    2739  </td> 
    2840  <td>{cancel_button}</td> 
Note: See TracChangeset for help on using the changeset viewer.