From: pdontthink Date: Sat, 4 Aug 2012 23:00:43 +0000 (+0000) Subject: Add more flexibility for plugins X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=ab0c4c3a6d9ae04b2d9735a8b7a040d49a14eec9;hp=3f55fe04a3f2093e0dc89b83fb3b3c42b16000cd Add more flexibility for plugins git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14336 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/compose_attachments.tpl b/templates/default/compose_attachments.tpl index 546f916a..5314fe1f 100644 --- a/templates/default/compose_attachments.tpl +++ b/templates/default/compose_attachments.tpl @@ -22,7 +22,7 @@ extract($t); /** Begin template **/ ?>
- +
: @@ -41,10 +41,12 @@ extract($t); if($max_file_size != -1) { echo '(' . _("Max.") . ' ' . humanReadableSize($max_file_size) . ')'; } + if (!empty($plugin_output['add_attachment_notes'])) echo $plugin_output['add_attachment_notes']; ?>