Changeset 71f60cc in github
- Timestamp:
- Sep 8, 2010 2:00:15 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4d7acb3
- Parents:
- 8fd1cf9
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/compose.inc (modified) (1 diff)
-
skins/default/functions.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rec581c1 r71f60cc 19 19 - Show disabled checkboxes for protected folders instead of dots (#1485498) 20 20 - Added fieldsets in Identity form, added 'identity_form' hook 21 - Re-added 'Close' button in upload form (#1486930, #1486823) 21 22 22 23 RELEASE 0.4 -
program/steps/mail/compose.inc
rd37e1e2 r71f60cc 995 995 html::div('hint', rcube_label(array('name' => 'maxuploadsize', 'vars' => array('size' => $max_filesize)))) . 996 996 html::div('buttons', 997 //$button->show(rcube_label('close'), array('class' => 'button', 'onclick' => "$('#$attrib[id]').hide()")) . ' ' .997 $button->show(rcube_label('close'), array('class' => 'button', 'onclick' => "$('#$attrib[id]').hide()")) . ' ' . 998 998 $button->show(rcube_label('upload'), array('class' => 'button mainaction', 'onclick' => JS_OBJECT_NAME . ".command('send-attachment', this.form)")) 999 999 ) -
skins/default/functions.js
rec581c1 r71f60cc 37 37 mailboxmenu: {id:'mailboxoptionsmenu', above:1}, 38 38 composemenu: {id:'composeoptionsmenu', editable:1}, 39 uploadmenu: {id:'attachment-form', editable:1, above:1, toggle:bw.safari&&bw.win } 39 // toggle: #1486823, #1486930 40 uploadmenu: {id:'attachment-form', editable:1, above:1, toggle:!bw.ie&&!bw.linux } 40 41 }; 41 42
Note: See TracChangeset
for help on using the changeset viewer.
