Change category icon in all apps

This commit is contained in:
Hadi Nategh 2015-03-12 17:01:11 +00:00
parent 6f5b5d8e7d
commit 7f330b1e89
2 changed files with 2 additions and 2 deletions

View File

@ -764,7 +764,7 @@ class calendar_ui
lang('Select a %1',lang('Category')). '"'.($cat_id && count($cat_id) > 1 ? ' multiple=true size=4':''). '>'.
'<option value="0">'.lang('All categories').'</option>'.
$this->categories->formatted_list('select','all',$cat_id,'True').
"</select>\n" . html::image('phpgwapi','attach','','id="calendar_cat_id_multiple"')."
"</select>\n" . html::image('phpgwapi','category','','id="calendar_cat_id_multiple"')."
<script type=\"text/javascript\" src=\"{$GLOBALS['egw_info']['server']['webserver_url']}/calendar/js/navigation.js\" id=\"calendar-navigation-script\"".
" data-link-day-url =\"".htmlspecialchars($link['day']).
"\" data-link-week-url=\"".htmlspecialchars($link['week']).

View File

@ -634,7 +634,7 @@ class nextmatch_widget
'add' => 'new',
'new' => 'new',
'delete' => 'delete',
'cat' => 'attach', // add as category icon to api
'cat' => 'category', // add as category icon to api
'document' => 'etemplate/merge',
'print'=> 'print',
'copy' => 'copy',