Changeset 1741 in subversion
- Timestamp:
- Sep 5, 2008 6:26:10 AM (5 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 6 edited
-
CHANGELOG (modified) (1 diff)
-
program/localization/de_CH/labels.inc (modified) (1 diff)
-
program/localization/de_DE/labels.inc (modified) (1 diff)
-
program/localization/en_US/labels.inc (modified) (1 diff)
-
program/steps/mail/compose.inc (modified) (1 diff)
-
skins/default/mail.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r1738 r1741 7 7 - Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946) 8 8 - Applied mime_decode patch by David Lublink 9 - Allowed max. attachment size now indicated in compose screen (#1485030) 9 10 10 11 2008/09/04 (alec) -
trunk/roundcubemail/program/localization/de_CH/labels.inc
r1737 r1741 156 156 $labels['savesentmessagein'] = 'Nachricht speichern in'; 157 157 $labels['dontsave'] = 'nicht speichern'; 158 $labels['maxuploadsize'] = 'Maximal erlaubte Dateigrösse ist $size'; 158 159 $labels['addcc'] = 'Cc hinzufÌgen'; 159 160 $labels['addbcc'] = 'Bcc hinzufÌgen'; -
trunk/roundcubemail/program/localization/de_DE/labels.inc
r1737 r1741 155 155 $labels['savesentmessagein'] = 'Nachricht speichern in'; 156 156 $labels['dontsave'] = 'nicht speichern'; 157 $labels['maxuploadsize'] = 'Maximal erlaubte Dateigrösse ist $size'; 157 158 $labels['addcc'] = 'Cc hinzufÌgen'; 158 159 $labels['addbcc'] = 'Bcc hinzufÌgen'; -
trunk/roundcubemail/program/localization/en_US/labels.inc
r1737 r1741 193 193 $labels['savesentmessagein'] = 'Save sent message in'; 194 194 $labels['dontsave'] = 'don\'t save'; 195 $labels['maxuploadsize'] = 'Maximum allowed file size is $size'; 195 196 196 197 $labels['addcc'] = 'Add Cc'; -
trunk/roundcubemail/program/steps/mail/compose.inc
r1668 r1741 694 694 $out = html::div($attrib, 695 695 $OUTPUT->form_tag(array('name' => 'form', 'method' => 'post', 'enctype' => 'multipart/form-data')) . 696 rcmail_compose_attachment_field(array()) . html::br() . 697 $button->show(rcube_label('close'), array('onclick' => "document.getElementById('$attrib[id]').style.visibility='hidden'")) . 698 $button->show(rcube_label('upload'), array('onclick' => JS_OBJECT_NAME . ".command('send-attachment', this.form)")) 696 html::div(null, rcmail_compose_attachment_field(array())) . 697 html::div('hint', rcube_label(array('name' => 'maxuploadsize', 'vars' => array('size' => show_bytes(parse_bytes(ini_get('upload_max_filesize'))))))) . 698 html::div('buttons', 699 $button->show(rcube_label('close'), array('onclick' => "document.getElementById('$attrib[id]').style.visibility='hidden'")) . ' ' . 700 $button->show(rcube_label('upload'), array('onclick' => JS_OBJECT_NAME . ".command('send-attachment', this.form)"))) 699 701 ); 700 702 -
trunk/roundcubemail/skins/default/mail.css
r1701 r1741 930 930 left: 20px; 931 931 z-index: 200; 932 padding: 8px;932 padding: 6px; 933 933 visibility: hidden; 934 934 border: 1px solid #CCCCCC; … … 936 936 } 937 937 938 #attachment-form input.button 939 { 940 margin-top: 8px; 941 } 942 938 #attachment-form div 939 { 940 padding: 2px; 941 } 942 943 #attachment-form div.buttons 944 { 945 margin-top: 4px; 946 }
Note: See TracChangeset
for help on using the changeset viewer.
