5 Aug 2012 01:00
SF.net SVN: squirrelmail:[14336] trunk/squirrelmail/templates/default/ compose_attachments.tpl
Revision: 14336
http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14336&view=rev
Author: pdontthink
Date: 2012-08-04 23:00:43 +0000 (Sat, 04 Aug 2012)
Log Message:
-----------
Add more flexibility for plugins
Modified Paths:
--------------
trunk/squirrelmail/templates/default/compose_attachments.tpl
Modified: trunk/squirrelmail/templates/default/compose_attachments.tpl
===================================================================
--- trunk/squirrelmail/templates/default/compose_attachments.tpl 2012-07-28 05:57:50 UTC (rev 14335)
+++ trunk/squirrelmail/templates/default/compose_attachments.tpl 2012-08-04 23:00:43 UTC (rev 14336)
<at> <at> -22,7 +22,7 <at> <at>
/** Begin template **/
?>
<div class="compose">
-<table cellspacing="0" class="table1">
+<table cellspacing="0" class="table1" id="attachment_table">
<tr class="header">
<td class="fieldName" style="width: 1%; white-space: nowrap;">
<?php echo _("New attachment");?>:
<at> <at> -41,10 +41,12 <at> <at>
if($max_file_size != -1) {
echo '(' . _("Max.") . ' ' . humanReadableSize($max_file_size) . ')';
}
+ if (!empty($plugin_output['add_attachment_notes'])) echo $plugin_output['add_attachment_notes'];
?>
</td>
</tr>
<?php
+ if (!empty($plugin_output['attachment_inputs'])) echo $plugin_output['attachment_inputs'];
$attachment_count = 1;
foreach ($attachments as $attach) {
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@...
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn
RSS Feed