Ignore:
Timestamp:
04/27/09 15:23:20 (15 years ago)
Author:
rafaelraymundo
Message:

Adicionada implementacao de imprecao da revisao 596, com data inicial e quantidade de dias a partir dessa data.
Na comunidade ocorrencia http://www.expressolivre.org/dev/ticket/260

Location:
trunk/calendar/templates/celepar
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/celepar/app.css

    r24 r766  
    99        margin: 5px; 
    1010        padding: 5px; 
    11         height: 116px; 
     11        height: 156px; 
    1212        width: 480px; 
    1313} 
     
    229229        table-layout:fixed; 
    230230        overflow:hidden; 
    231         height: 95%; 
     231        height: 90%; 
    232232        width: 100%; 
    233233        border: 0px #000000 solid; 
  • trunk/calendar/templates/celepar/app_print.css

    r27 r766  
    226226        table-layout:fixed; 
    227227        overflow:hidden; 
    228         height: 95%; 
     228        height: 90%; 
    229229        width: 100%; 
    230230        border: 0px #000000 solid; 
     
    250250        font-weight: bold; 
    251251        font-family: Arial; 
    252         font-size: 13px; 
     252        font-size: 10px; 
    253253        vertical-align: top; 
    254254        background-color: #778899; 
  • trunk/calendar/templates/celepar/footer.tpl

    r57 r766  
    99<!-- END footer_table --> 
    1010<!-- BEGIN footer_row --> 
    11          <td valign="top" width="33%"> 
     11         <td valign="top" width="30%"> 
    1212          <font size="-1"> 
    1313           <form action="{action_url}" method="post" name="{form_name}"> 
     
    1818            </select> 
    1919                        <input type="hidden" name="user" value="{user}"> 
     20                        <input type="hidden" name="dia_ini" value="{dia_ini}"> 
    2021            <noscript><input type="submit" value="{go}"></noscript> 
    2122           </form> 
     
    3132         </td> 
    3233<!-- END blank_row --> 
     34<!-- BEGIN num_dias --> 
     35        <td valign="top" width="30%"> 
     36                <font size="-1"> 
     37                        <form action="{acao}" method="post" name="{formname}"> 
     38                        <span style="display: {display}" > 
     39                                <label> 
     40                                        <b>{num_dias_label}:</b> 
     41                                </label> 
     42                                <select name="{num_dias_name}" onchange="{formonchange}"/> 
     43                                        {row_qtd} 
     44                                </select> 
     45                                <br /> 
     46                                <span style="font-size: 9px;"> 
     47                                        {tip} 
     48                                </span> 
     49                                <br /> 
     50                                <br /> 
     51                        </span> 
     52                        <span style="display: {display}"> 
     53                                <b>{day_ini_label}:</b> 
     54                                <select name="{day_ini_name}" onchange="{formonchange}"> 
     55                                        {row_ini} 
     56                                </select> 
     57                        </span> 
     58                        <input type="hidden" name="user" value="{user}"> 
     59                                <noscript><input type="submit" value="{go}"></noscript> 
    3360 
    34  
     61                        </form></font> 
     62        </td> 
     63<!-- END num_dias --> 
Note: See TracChangeset for help on using the changeset viewer.