Ignore:
Timestamp:
03/12/09 10:43:22 (15 years ago)
Author:
niltonneto
Message:

Implementação do desenvolvedor (amuller).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoCalendar/index.php

    r656 r696  
    3636        $cat->app_name = 'calendar'; // The categories still the same from egroupwareCalendar 
    3737        $optionCategories = $cat->formated_list('select','all',$bo->cat_id,'True'); 
     38        $optionCategories .= '<option selected value="0">'.lang("all").'</option>' . "\n"; 
     39         
    3840        foreach ($bo->list_cals() as $cal_) 
    3941                if (! strstr($cal_['value'],'g_')) 
Note: See TracChangeset for help on using the changeset viewer.