[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1746-gc1a49d9

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Thu May 4 11:13:41 CEST 2017


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  c1a49d95d96042e7883544df6743fa2583fc1a6e (commit)
      from  d6eb991d2f4febedeca27aed6545e2f3af6d4dbc (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=c1a49d95d96042e7883544df6743fa2583fc1a6e

commit c1a49d95d96042e7883544df6743fa2583fc1a6e
Author: Marc-Etienne Vargenau <marc-etienne.vargenau at nokia.com>
Date:   Thu May 4 11:13:29 2017 +0200

    Use CSS; translate ":"

diff --git a/src/plugins/forumml/www/index.php b/src/plugins/forumml/www/index.php
index da04e3e..dba3354 100644
--- a/src/plugins/forumml/www/index.php
+++ b/src/plugins/forumml/www/index.php
@@ -107,19 +107,19 @@ if ($p && $plugin_manager->isPluginAvailable($p) && $p->isAllowed()) {
 	echo "<form name='form' method='post' enctype='multipart/form-data'>
 	<table>
     <tr>
-		<td valign='top' align='left'><b> "._('Subject').": </b></td>
-		<td align='left'><input type=text name='subject' size='80'></td>
+		<td class='top align-left'><b> "._('Subject')._(': ')."</b></td>
+		<td class='align-left'><input type=text name='subject' size='80'></td>
 	</tr></table>";
 	echo '<table>
     <tr>
-		<td align="left">
+		<td class="align-left">
 			<p><a href="javascript:;" onclick="addHeader(\'\',\'\',1);">['.('Add cc').']</a>
 			- <a href="javascript:;" onclick="addHeader(\'\',\'\',2);">['._('Attach:').']</a></p>
 			<input type="hidden" value="0" id="header_val" />
 			<div id="mail_header"></div></td></tr></table>';
 	echo "<table><tr>
-			<td valign='top' align='left'><b>"._('Message')._(': ')."</b></td>
-			<td align='left'><textarea rows='20' cols='100' name='message'></textarea></td>
+			<td class='top align-left'><b>"._('Message')._(': ')."</b></td>
+			<td class='align-left'><textarea rows='20' cols='100' name='message'></textarea></td>
 		</tr>
 		<tr>
 			<td></td>

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

Summary of changes:
 src/plugins/forumml/www/index.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list