Changeset 5683 in subversion
- Timestamp:
- Jan 1, 2012 2:10:53 PM (17 months ago)
- Location:
- branches/release-0.7
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/compose.inc (modified) (6 diffs)
-
skins/default/templates/compose.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.7/CHANGELOG
r5681 r5683 2 2 =========================== 3 3 4 - Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override' 4 5 - Fix wrong (long) label usage (#1488283) 5 6 - Fix handling of INBOX's subfolders in special folders config (#1488279) -
branches/release-0.7/program/steps/mail/compose.inc
r5545 r5683 1239 1239 'onclick' => sprintf("return %s.command('remove-attachment','rcmfile%s', this)", JS_OBJECT_NAME, $id)), 1240 1240 $button) . Q($a_prop['name'])); 1241 1241 1242 1242 $jslist['rcmfile'.$id] = array('name' => $a_prop['name'], 'complete' => true, 'mimetype' => $a_prop['mimetype']); 1243 1243 } … … 1253 1253 $OUTPUT->set_env('attachments', $jslist); 1254 1254 $OUTPUT->add_gui_object('attachmentlist', $attrib['id']); 1255 1255 1256 1256 return html::tag('ul', $attrib, $out, html::$common_attrib); 1257 1257 } … … 1260 1260 function rcmail_compose_attachment_form($attrib) 1261 1261 { 1262 global $ RCMAIL, $OUTPUT;1262 global $OUTPUT; 1263 1263 1264 1264 // add ID if not given … … 1301 1301 { 1302 1302 global $MESSAGE; 1303 1303 1304 1304 list($form_start, $form_end) = get_form_tags($attrib); 1305 1305 unset($attrib['form']); … … 1338 1338 1339 1339 if (!isset($attrib['id'])) 1340 $attrib['id'] = 'receipt'; 1340 $attrib['id'] = 'receipt'; 1341 1341 1342 1342 $attrib['name'] = '_receipt'; … … 1381 1381 function rcmail_editor_selector($attrib) 1382 1382 { 1383 global $CONFIG, $MESSAGE, $compose_mode;1384 1385 1383 // determine whether HTML or plain text should be checked 1386 1384 $useHtml = rcmail_compose_editor_mode(); -
branches/release-0.7/skins/default/templates/compose.html
r4328 r5683 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>
Note: See TracChangeset
for help on using the changeset viewer.
