Changeset 7152f59 in github
- Timestamp:
- Jan 1, 2012 1:52:30 PM (17 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 543ccbb
- Parents:
- 1c029b9
- Files:
-
- 3 edited
-
program/steps/mail/compose.inc (modified) (6 diffs)
-
skins/default/templates/compose.html (modified) (1 diff)
-
skins/larry/templates/compose.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
r89c30a0 r7152f59 1242 1242 'class' => 'delete'), 1243 1243 $button) . Q($a_prop['name'])); 1244 1244 1245 1245 $jslist['rcmfile'.$id] = array('name' => $a_prop['name'], 'complete' => true, 'mimetype' => $a_prop['mimetype']); 1246 1246 } … … 1256 1256 $OUTPUT->set_env('attachments', $jslist); 1257 1257 $OUTPUT->add_gui_object('attachmentlist', $attrib['id']); 1258 1258 1259 1259 return html::tag('ul', $attrib, $out, html::$common_attrib); 1260 1260 } … … 1263 1263 function rcmail_compose_attachment_form($attrib) 1264 1264 { 1265 global $ RCMAIL, $OUTPUT;1265 global $OUTPUT; 1266 1266 1267 1267 // set defaults … … 1303 1303 { 1304 1304 global $MESSAGE; 1305 1305 1306 1306 list($form_start, $form_end) = get_form_tags($attrib); 1307 1307 unset($attrib['form']); … … 1340 1340 1341 1341 if (!isset($attrib['id'])) 1342 $attrib['id'] = 'receipt'; 1342 $attrib['id'] = 'receipt'; 1343 1343 1344 1344 $attrib['name'] = '_receipt'; … … 1383 1383 function rcmail_editor_selector($attrib) 1384 1384 { 1385 global $CONFIG, $MESSAGE, $compose_mode;1386 1387 1385 // determine whether HTML or plain text should be checked 1388 1386 $useHtml = rcmail_compose_editor_mode(); -
skins/default/templates/compose.html
r3ee5a72 r7152f59 113 113 <div id="compose-editorfooter"> 114 114 <span id="spellcheck-control" style="margin-right:10px"></span> 115 <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" /> 115 116 <span> 116 117 <label><roundcube:label name="editortype" /></label> 117 118 <roundcube:object name="editorSelector" editorid="compose-body" tabindex="12" /> 118 119 </span> 120 <roundcube:endif /> 119 121 </div> 120 122 </div> -
skins/larry/templates/compose.html
rbab0433 r7152f59 110 110 111 111 <div id="composeoptions"> 112 <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" /> 112 113 <span class="composeoption"> 113 114 <label><roundcube:label name="editortype" /> 114 115 <roundcube:object name="editorSelector" editorid="composebody" tabindex="12" /></label> 115 116 </span> 117 <roundcube:endif /> 116 118 <span class="composeoption"> 117 119 <label><label for="rcmcomposepriority"><roundcube:label name="priority" />
Note: See TracChangeset
for help on using the changeset viewer.
