Changeset 6d20d01 in github for program/steps/mail/func.inc
- Timestamp:
- Sep 20, 2008 1:36:06 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a094539
- Parents:
- c17dc6a
- File:
-
- 1 edited
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
r6925adb r6d20d01 457 457 $OUTPUT->add_gui_object('quotadisplay', $attrib['id']); 458 458 459 // allow the following attributes to be added to the <span> tag 460 $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id', 'display')); 461 462 $out = '<span' . $attrib_str . '>'; 463 $out .= rcmail_quota_content(NULL, $attrib); 464 $out .= '</span>'; 465 return $out; 459 return html::span($attrib, rcmail_quota_content(NULL, $attrib)); 466 460 } 467 461
Note: See TracChangeset
for help on using the changeset viewer.
