Changeset 1792 in subversion
- Timestamp:
- Sep 14, 2008 8:47:00 AM (5 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 4 edited
-
program/steps/mail/compose.inc (modified) (1 diff)
-
program/steps/settings/func.inc (modified) (1 diff)
-
skins/default/templates/compose.html (modified) (1 diff)
-
skins/default/templates/message.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/compose.inc
r1782 r1792 816 816 { 817 817 $attrib['name'] = '_store_target'; 818 $select = rcmail_mailbox_select(array ('noselection' => '- '.rcube_label('dontsave').' -'));818 $select = rcmail_mailbox_select(array_merge($attrib, array('noselection' => '- '.rcube_label('dontsave').' -'))); 819 819 return $select->show(rcmail::get_instance()->config->get('sent_mbox'), $attrib); 820 820 } -
trunk/roundcubemail/program/steps/settings/func.inc
r1723 r1792 231 231 if (!isset($no_override['default_imap_folders'])) { 232 232 $RCMAIL->imap_init(true); 233 $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true ));233 $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true, 'maxlength' => 30)); 234 234 235 235 $table = new html_table(array('cols' => 2)); -
trunk/roundcubemail/skins/default/templates/compose.html
r1716 r1792 138 138 </td> 139 139 <td style="text-align:center; white-space: nowrap"> 140 <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" /></label>140 <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" /></label> 141 141 </td> 142 142 <td style="text-align:right; white-space:nowrap"> -
trunk/roundcubemail/skins/default/templates/message.html
r1766 r1792 36 36 <div id="mailboxlist-container"> 37 37 <div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div> 38 <roundcube:object name="mailboxlist" id="mailboxlist" maxlength=" 16" />38 <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" /> 39 39 </div> 40 40
Note: See TracChangeset
for help on using the changeset viewer.
