We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a87c4 commit 2461f9cCopy full SHA for 2461f9c
web/templates/admin/edit_mail_acc.html
@@ -115,7 +115,7 @@
115
</td>
116
</tr>
117
<tr>
118
- <td class="step-left">
+ <td>
119
<table style="display:<?php if ($v_autoreply == 'yes') { echo 'block';} else {echo 'none';}?> ;" id="autoreplytable">
120
121
<td class="vst-text" style="padding: 12px 0 0 0;">
@@ -124,7 +124,7 @@
124
125
126
<td>
127
- <textarea size="20" class="vst-textinput" name="v_autoreply_message"><?=htmlentities(trim($v_autoreply_message, "'"))?></textarea>
+ <textarea size="20" class="vst-textinput short" name="v_autoreply_message"><?=htmlentities(trim($v_autoreply_message, "'"))?></textarea>
128
129
130
</table>
0 commit comments