This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  a4d6f246583c085ac483c1fc735cfd59b1c9eb59 (commit)
      from  4aec1717ea1e6627ea87e2491ac64aa82500f6cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=a4d6f246583c085ac483c1fc735cfd59b1c9eb59

commit a4d6f246583c085ac483c1fc735cfd59b1c9eb59
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Oct 3 10:19:53 2016 +0200

    Whitespace

diff --git a/src/plugins/forumml/www/scripts/cc_attach_js.php 
b/src/plugins/forumml/www/scripts/cc_attach_js.php
index 429dca1..241381e 100644
--- a/src/plugins/forumml/www/scripts/cc_attach_js.php
+++ b/src/plugins/forumml/www/scripts/cc_attach_js.php
@@ -42,21 +42,21 @@ function addHeader(cc,file,header_type)
 
   newdiv.setAttribute("id",divIdName);
   if (header_type == 1) {
-       newdiv.innerHTML += "<table><tr><td width='65' 
align='right'><b><i><?php echo _('Cc:') ?> </i></b></td><td align=center 
width=350><input name='ccs["
-                                       +num
-                                       +"]' type='text' value='"
-                                       +cc
-                                       +"'size=41></td><td align=center><a 
href=\"javascript:;\" onclick=\"removeHeader(\'"
-                                       +divIdName
-                                       +"\')\"><?php echo 
$HTML->getDeletePic('', ''); ?></a></td></tr></table>";
+       newdiv.innerHTML += "<table><tr><td width='65' 
align='right'><b><i><?php echo _('Cc:') ?> </i></b></td><td align=center 
width=350><input name='ccs["
+                                       +num
+                                       +"]' type='text' value='"
+                                       +cc
+                                       +"'size=41></td><td align=center><a 
href=\"javascript:;\" onclick=\"removeHeader(\'"
+                                       +divIdName
+                                       +"\')\"><?php echo 
$HTML->getDeletePic('', ''); ?></a></td></tr></table>";
   } else {
-       newdiv.innerHTML += "<table><tr><td width='65' 
align='right'><b><i><?php echo _('Attach:') ?> </i></b></td><td align=center 
width=350><input name='files["
-                                       +num
-                                       +"]'' type='file' value='"
-                                       +file
-                                       +"'size=30></td><td align=center><a 
href=\"javascript:;\" onclick=\"removeHeader(\'"
-                                       +divIdName
-                                       +"\')\"><?php echo 
$HTML->getDeletePic('', ''); ?></a></td></tr></table>";
+       newdiv.innerHTML += "<table><tr><td width='65' 
align='right'><b><i><?php echo _('Attach:') ?> </i></b></td><td align=center 
width=350><input name='files["
+                                       +num
+                                       +"]'' type='file' value='"
+                                       +file
+                                       +"'size=30></td><td align=center><a 
href=\"javascript:;\" onclick=\"removeHeader(\'"
+                                       +divIdName
+                                       +"\')\"><?php echo 
$HTML->getDeletePic('', ''); ?></a></td></tr></table>";
   }
   ni.appendChild(newdiv);
 }

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/forumml/www/scripts/cc_attach_js.php | 28 ++++++++++++------------
 1 file changed, 14 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to