| | |
| | | 'movingmessage', 'copyingmessage', 'deletingmessage', 'markingmessage', |
| | | 'copy', 'move', 'quota', 'replyall', 'replylist', 'stillsearching', |
| | | 'flagged', 'unflagged', 'unread', 'deleted', 'replied', 'forwarded', |
| | | 'priority', 'withattachment'); |
| | | 'priority', 'withattachment', 'fileuploaderror'); |
| | | } |
| | | |
| | | $pagetitle = $RCMAIL->localize_foldername($mbox_name, true); |
| | |
| | | )); |
| | | |
| | | $content = html::tag('input', array('type' => 'hidden', 'name' => '_unlock', 'value' => '')) |
| | | . html::tag('input', array('type' => 'hidden', 'name' => '_framed', 'value' => '1')) |
| | | . html::div(null, $fileinput->show()) |
| | | . html::div('hint', $RCMAIL->gettext(array('name' => 'maxuploadsize', 'vars' => array('size' => $max_filesize)))); |
| | | |