mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-28 22:01:55 +02:00
Fix mail subject modifier dialog
This commit is contained in:
parent
31293807f9
commit
67d50fca78
@ -6209,7 +6209,8 @@ app.classes.mail = AppJS.extend(
|
|||||||
buttons: buttons,
|
buttons: buttons,
|
||||||
value:{content:{value:subject}},
|
value:{content:{value:subject}},
|
||||||
template: egw.webserverUrl+'/mail/templates/default/modifyMessageSubjectDialog.xet?1',
|
template: egw.webserverUrl+'/mail/templates/default/modifyMessageSubjectDialog.xet?1',
|
||||||
resizable: false
|
resizable: false,
|
||||||
|
width: 500
|
||||||
}, et2_dialog._create_parent('mail'));
|
}, et2_dialog._create_parent('mail'));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<overlay>
|
<overlay>
|
||||||
<template id="mail.modifyMessageSubjectDialog" template="" lang="" group="0" version="17.1">
|
<template id="mail.modifyMessageSubjectDialog" template="" lang="" group="0" version="17.1">
|
||||||
<hbox class="et2_prompt">
|
<hbox class="et2_prompt">
|
||||||
<grid>
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="120"/>
|
<column width="120"/>
|
||||||
<column width="400"/>
|
<column width="400"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user