Changeset 564 in subversion
- Timestamp:
- May 17, 2007 1:01:22 PM (6 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 3 edited
-
program/include/rcmail_template.inc (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (1 diff)
-
skins/default/templates/mail.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcmail_template.inc
r543 r564 340 340 341 341 if ($condmet) 342 $result = $submatches[0] . preg_replace('/.*<roundcube:endif\s+[^>]+>/is', '',$submatches[3]);342 $result = $submatches[0] . ($submatches[1] != 'endif' ? preg_replace('/.*<roundcube:endif\s+[^>]+>/Uis', '', $submatches[3], 1) : $submatches[3]); 343 343 else 344 344 $result = "<roundcube:$submatches[1] $submatches[2]>" . $submatches[3]; -
trunk/roundcubemail/program/steps/mail/func.inc
r543 r564 64 64 // set current mailbox in client environment 65 65 $OUTPUT->set_env('mailbox', $IMAP->get_mailbox_name()); 66 //$OUTPUT->set_pagetitle(rcube_charset_convert($IMAP->get_mailbox_name(), 'UTF-7', 'UTF-8'));66 $OUTPUT->set_env('quota', $IMAP->get_capability('quota')); 67 67 68 68 if ($CONFIG['trash_mbox']) -
trunk/roundcubemail/skins/default/templates/mail.html
r412 r564 78 78 <roundcube:button command="select-all" prop="unread" label="unread" classAct="active" /> 79 79 <roundcube:button command="select-none" label="none" classAct="active" /> 80 <roundcube:if condition="env:quota" /> 80 81 <roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="120" id="quotadisplay" /> 82 <roundcube:endif /> 81 83 </div> 82 84
Note: See TracChangeset
for help on using the changeset viewer.
