Mobile theme W.I.P.:

- Activate view mode for infolog
This commit is contained in:
Hadi Nategh 2016-02-05 09:41:50 +00:00
parent f1affcdd3e
commit 0b6eb098bc
3 changed files with 13 additions and 0 deletions

View File

@ -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,

View File

@ -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;
}
}
/**/

View File

@ -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