|
|
@ -27,11 +27,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div id="forwardmenu" class="popupmenu">
|
|
|
|
<div id="forwardmenu" class="popupmenu">
|
|
|
|
<ul class="toolbarmenu">
|
|
|
|
<ul class="toolbarmenu">
|
|
|
|
<li>
|
|
|
|
<li class="block">
|
|
|
|
<input type="radio" name="forwardtype" value="0" onchange="rcmail.command('save-pref', {name: 'forward_attachment', value: 0, env: 'forward_attachment'});" />
|
|
|
|
<input type="radio" name="forwardtype" value="0" onchange="rcmail.command('save-pref', {name: 'forward_attachment', value: 0, env: 'forward_attachment'});" />
|
|
|
|
<roundcube:button command="forward" label="forwardinline" prop="sub" classAct="forwardlink active" class="forwardlink" />
|
|
|
|
<roundcube:button command="forward" label="forwardinline" prop="sub" classAct="forwardlink active" class="forwardlink" />
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<li class="block">
|
|
|
|
<input type="radio" name="forwardtype" value="1" onchange="rcmail.command('save-pref', {name: 'forward_attachment', value: 1, env: 'forward_attachment'})" />
|
|
|
|
<input type="radio" name="forwardtype" value="1" onchange="rcmail.command('save-pref', {name: 'forward_attachment', value: 1, env: 'forward_attachment'})" />
|
|
|
|
<roundcube:button command="forward-attachment" label="forwardattachment" prop="sub" classAct="forwardattachmentlink active" class="forwardattachmentlink" />
|
|
|
|
<roundcube:button command="forward-attachment" label="forwardattachment" prop="sub" classAct="forwardattachmentlink active" class="forwardattachmentlink" />
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|