forked from extern/egroupware
S/MIME:
- Avoid getting scrollbar on main window when opening certificate info dialog
This commit is contained in:
parent
1d24707143
commit
673f1b1c9a
@ -5953,7 +5953,7 @@ app.classes.mail = AppJS.extend(
|
||||
title: egw.lang('Certificate info for email %1', _metadata.email),
|
||||
buttons: buttons,
|
||||
value:{content:content},
|
||||
template: egw.webserverUrl+'/mail/templates/default/smimeCertAddToContact.xet',
|
||||
template: egw.webserverUrl+'/mail/templates/default/smimeCertAddToContact.xet?1',
|
||||
resizable: false
|
||||
}, et2_dialog._create_parent('mail'));
|
||||
}
|
||||
|
@ -34,16 +34,14 @@
|
||||
<description id="certDetails[issuer][commonName]"/>
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" class="et2_nowrap" width="100%" span="all" tab_height="200" align_tabs="v">
|
||||
<tabbox id="tabs" class="et2_nowrap" tab_height="250" width="100%" align_tabs="h">
|
||||
<tabs>
|
||||
<tab id="brief" class="hideme"/>
|
||||
<tab id="details" label="Certificate Details"/>
|
||||
<tab id="certificate" label="Certificate in text"/>
|
||||
</tabs>
|
||||
<tabpanels>
|
||||
<description/>
|
||||
<html multiline="true" id="certHtml" readonly="true"/>
|
||||
<description id="cert"/>
|
||||
<textbox id="cert" readonly="true" multiline="true" class="et2_fullWidth" />
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</row>
|
||||
|
Loading…
Reference in New Issue
Block a user