forked from extern/egroupware
Change category icon in all apps
This commit is contained in:
parent
6f5b5d8e7d
commit
7f330b1e89
@ -764,7 +764,7 @@ class calendar_ui
|
|||||||
lang('Select a %1',lang('Category')). '"'.($cat_id && count($cat_id) > 1 ? ' multiple=true size=4':''). '>'.
|
lang('Select a %1',lang('Category')). '"'.($cat_id && count($cat_id) > 1 ? ' multiple=true size=4':''). '>'.
|
||||||
'<option value="0">'.lang('All categories').'</option>'.
|
'<option value="0">'.lang('All categories').'</option>'.
|
||||||
$this->categories->formatted_list('select','all',$cat_id,'True').
|
$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\"".
|
<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-day-url =\"".htmlspecialchars($link['day']).
|
||||||
"\" data-link-week-url=\"".htmlspecialchars($link['week']).
|
"\" data-link-week-url=\"".htmlspecialchars($link['week']).
|
||||||
|
@ -634,7 +634,7 @@ class nextmatch_widget
|
|||||||
'add' => 'new',
|
'add' => 'new',
|
||||||
'new' => 'new',
|
'new' => 'new',
|
||||||
'delete' => 'delete',
|
'delete' => 'delete',
|
||||||
'cat' => 'attach', // add as category icon to api
|
'cat' => 'category', // add as category icon to api
|
||||||
'document' => 'etemplate/merge',
|
'document' => 'etemplate/merge',
|
||||||
'print'=> 'print',
|
'print'=> 'print',
|
||||||
'copy' => 'copy',
|
'copy' => 'copy',
|
||||||
|
Loading…
Reference in New Issue
Block a user