Ignore:
Timestamp:
09/21/12 11:24:32 (12 years ago)
Author:
acoutinho
Message:

Ticket #3134 - Inconsistencias ao Manter Atividade e Configuracoes de Grupos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/activity.helpers.js

    r7075 r7269  
    138138 
    139139UI.dialogs.addActivity.find('.button-add-alarms').click(function(){ 
    140             DataLayer.render( 'templates/alarms_add_itemlist.ejs', {type: 0}, function( template ){                      
     140            DataLayer.render( 'templates/alarms_add_itemlist.ejs', {type: 2}, function( template ){ 
    141141            jQuery('.activity-alarms-list').append(template) 
    142             .find('li:last label:eq(0)').remove().end() 
    143142            .find('.number').numeric().end() 
    144143            .find('.button.remove').button({ 
Note: See TracChangeset for help on using the changeset viewer.