Fix mail subject modifier dialog

This commit is contained in:
Hadi Nategh 2020-07-13 16:30:11 +02:00
parent 31293807f9
commit 67d50fca78
2 changed files with 3 additions and 2 deletions

View File

@ -6209,7 +6209,8 @@ app.classes.mail = AppJS.extend(
buttons: buttons,
value:{content:{value:subject}},
template: egw.webserverUrl+'/mail/templates/default/modifyMessageSubjectDialog.xet?1',
resizable: false
resizable: false,
width: 500
}, et2_dialog._create_parent('mail'));
},

View File

@ -4,7 +4,7 @@
<overlay>
<template id="mail.modifyMessageSubjectDialog" template="" lang="" group="0" version="17.1">
<hbox class="et2_prompt">
<grid>
<grid width="100%">
<columns>
<column width="120"/>
<column width="400"/>