Ignore:
Timestamp:
08/09/12 16:46:57 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Suporte a edicao de tarefas na edicao de tarefas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/task_add_itemlist.ejs

    r6974 r6977  
    22    <div style="overflow:hidden; width:100%; display:table;">    
    33        <div class="activity-options" style="float: right; margin: 0 10px 0 0;"> 
    4             <a class="button info activity-options-button-edit new ui-icon-notice">Informações</a> 
     4            <%if(data[0].isWrite){%> 
     5                <a class="button edit activity-options-button-edit new ui-icon-pencil">Editar</a> 
     6            <%}%> 
     7            <a class="button info activity-options-button-notice new ui-icon-notice">Informações</a> 
    58            <a class="button close new">Remover</a> 
    69        </div>   
Note: See TracChangeset for help on using the changeset viewer.