Ignore:
Timestamp:
08/15/12 16:35:27 (12 years ago)
Author:
acoutinho
Message:

Ticket #3032 - Nao e enviado email de confirmacao de participacao de participante externo em tarefa

Location:
trunk/prototype/modules/calendar/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/init.js

    r7022 r7028  
    176176                                        text: $('<div></div>').html( DataLayer.render( 'templates/task_quick_add.ejs', {"componente" : componente} ) ), 
    177177                                        title: { 
    178                                                 text:'Nova tarefa',  
     178                                                text:'Nova Tarefa',  
    179179                                                button: '<a class="button close" href="#">close</a>' 
    180180                                        } 
  • trunk/prototype/modules/calendar/js/task.helpers.js

    r7006 r7028  
    252252    if (!UI.dialogs.addTask) { 
    253253 
    254         UI.dialogs.addTask = jQuery('#sandbox').append('<div title="Criar tarefa" class="new-task-win active"> <div>').find('.new-task-win.active').html(html).dialog({ 
     254        UI.dialogs.addTask = jQuery('#sandbox').append('<div title="Criar Tarefa" class="new-task-win active"> <div>').find('.new-task-win.active').html(html).dialog({ 
    255255            resizable: false, 
    256256            modal: true, 
Note: See TracChangeset for help on using the changeset viewer.