mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Mobile theme W.I.P.:
- Activate view mode for infolog
This commit is contained in:
parent
f1affcdd3e
commit
0b6eb098bc
@ -1071,6 +1071,7 @@ class infolog_ui
|
||||
'caption' => 'Open',
|
||||
'default' => true,
|
||||
'allowOnMultiple' => false,
|
||||
'onExecute' => html::$ua_mobile?'javaScript:app.infolog.viewEntry':'',
|
||||
'url' => 'menuaction=infolog.infolog_ui.edit&info_id=$id',
|
||||
'popup' => egw_link::get_registry('infolog', 'add_popup'),
|
||||
'group' => $group=1,
|
||||
|
@ -510,5 +510,9 @@ button#infolog-edit_timestamp {
|
||||
width: 52%;
|
||||
margin-left: 5px;
|
||||
}
|
||||
/*Disable notification label in view mode*/
|
||||
#infolog-view tr.dialogHeadbar div.et2_hbox {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/**/
|
||||
|
@ -484,6 +484,14 @@ button#infolog-edit_timestamp {
|
||||
width:52%;
|
||||
margin-left:5px;
|
||||
}
|
||||
/*Disable notification label in view mode*/
|
||||
#infolog-view {
|
||||
tr.dialogHeadbar{
|
||||
div.et2_hbox {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**/// Ende der APP INfolo
|
Loading…
Reference in New Issue
Block a user