diff options
author | thomascube <thomas@roundcube.net> | 2009-10-28 17:14:39 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-10-28 17:14:39 +0000 |
commit | 09915f14307f179bb0744889c06147448d1ceb6f (patch) | |
tree | a002a882ffe0400f63bef5dae14fce69b254c698 /skins/default | |
parent | 87c7690ebfebff53c1e4b20d012be5e64a928bc2 (diff) |
Specify toolbar container in compose template (#1486247)
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/compose.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index a5d7dcc71..d2b36e045 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -21,6 +21,7 @@ <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " /> <roundcube:button command="add-attachment" type="link" class="buttonPas attach" classAct="button attach" classSel="button attachSel" title="addattachment" content=" " /> <roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " /> + <roundcube:container name="toolbar" id="compose-toolbar" /> </td> <td id="priority-selector"> <label for="rcmcomposepriority"><roundcube:label name="priority" />:</label> <roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /> |