mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01: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,
|
||||
value:{content:{value:subject}},
|
||||
template: egw.webserverUrl+'/mail/templates/default/modifyMessageSubjectDialog.xet?1',
|
||||
resizable: false
|
||||
resizable: false,
|
||||
width: 500
|
||||
}, et2_dialog._create_parent('mail'));
|
||||
},
|
||||
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user