mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
remove bullets from main calendar menu
This commit is contained in:
parent
4f7976cdff
commit
c8d6dc3c13
@ -508,7 +508,8 @@ class calendar_ui
|
|||||||
return array(
|
return array(
|
||||||
'text' => $select,
|
'text' => $select,
|
||||||
'no_lang' => True,
|
'no_lang' => True,
|
||||||
'link' => False
|
'link' => False,
|
||||||
|
'icon' => false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -696,6 +697,7 @@ class calendar_ui
|
|||||||
'','/index.php',array('menuaction'=>'calendar.calendar_uilist.listview')),
|
'','/index.php',array('menuaction'=>'calendar.calendar_uilist.listview')),
|
||||||
'no_lang' => True,
|
'no_lang' => True,
|
||||||
'link' => False,
|
'link' => False,
|
||||||
|
'icon' => false,
|
||||||
);
|
);
|
||||||
// Minicalendar
|
// Minicalendar
|
||||||
$link = array();
|
$link = array();
|
||||||
@ -751,7 +753,8 @@ class calendar_ui
|
|||||||
$file[++$n] = array(
|
$file[++$n] = array(
|
||||||
'text' => $select,
|
'text' => $select,
|
||||||
'no_lang' => True,
|
'no_lang' => True,
|
||||||
'link' => False
|
'link' => False,
|
||||||
|
'icon' => false,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
@ -804,7 +807,8 @@ class calendar_ui
|
|||||||
' style="width: '.(count($accounts) > 1 && in_array($this->common_prefs['account_selection'],array('selectbox','groupmembers')) ? '99%' : '86%').';"'.
|
' style="width: '.(count($accounts) > 1 && in_array($this->common_prefs['account_selection'],array('selectbox','groupmembers')) ? '99%' : '86%').';"'.
|
||||||
' title="'.lang('select a %1',lang('user')).'"','',$grants,false,array($this->bo,'participant_name')),
|
' title="'.lang('select a %1',lang('user')).'"','',$grants,false,array($this->bo,'participant_name')),
|
||||||
'no_lang' => True,
|
'no_lang' => True,
|
||||||
'link' => False
|
'link' => False,
|
||||||
|
'icon' => false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -833,7 +837,8 @@ class calendar_ui
|
|||||||
$file[] = array(
|
$file[] = array(
|
||||||
'text' => $select,
|
'text' => $select,
|
||||||
'no_lang' => True,
|
'no_lang' => True,
|
||||||
'link' => False
|
'link' => False,
|
||||||
|
'icon' => false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user