Changeset 6d5dbae in github for program/steps/mail/compose.inc
- Timestamp:
- Jul 25, 2008 11:13:15 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 5f0724f
- Parents:
- 94e38bb
- File:
-
- 1 edited
-
program/steps/mail/compose.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
r59200ca r6d5dbae 646 646 647 647 foreach ($_SESSION['compose']['attachments'] as $id => $a_prop) 648 { 649 if (empty($a_prop)) 650 continue; 651 648 652 $out .= html::tag('li', array('id' => "rcmfile".$id), 649 653 html::a(array( … … 652 656 'onclick' => sprintf("return %s.command('remove-attachment','rcmfile%d', this)", JS_OBJECT_NAME, $id)), 653 657 $button) . Q($a_prop['name'])); 658 } 654 659 } 655 660
Note: See TracChangeset
for help on using the changeset viewer.
