Ignore:
Timestamp:
11/03/11 13:21:19 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo calendar.

File:
1 edited

Legend:

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

    r3254 r5132  
    1515                Window1=window.open('{accounts_link}',"Search","width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes"); 
    1616        } 
    17  
    18         function show_disponibility() { 
    19                 participants = ""; 
    20                 combo = document.getElementById('user_list'); 
    21                 if(combo.length==0) { 
    22                         alert('Selecione os participantes'); 
    23                         return; 
    24                 } 
    25  
    26                 for (i=0;i<combo.length;i++) { 
    27                         participants+=combo[i].value+","; 
    28                 } 
    29                 url = 'index.php?menuaction=calendar.uicalendar.disponibility&participants='+participants+'&date='+document.getElementById('start[str]').value; 
    30  
    31                 //alert(url); 
    32                 document.getElementById('frame_disponibility').src = url; 
    33                 document.getElementById('disponibility').style.display=''; 
    34                 //window.open(url); 
    35         } 
    3617</script> 
    3718<center> 
     
    4021<form action="{action_url}" method="post" name="app_form"> 
    4122{common_hidden} 
    42 <table id="editFormTable" border="0" width="90%"   class="prefTable"> 
     23<table id="editFormTable" border="0" width="90%"> 
    4324 <tr> 
    4425  <td colspan="2"> 
Note: See TracChangeset for help on using the changeset viewer.