[Fusionforge-commits] FusionForge branch master updated. 6.0.4-878-g269688f

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Thu Sep 15 11:39:19 CEST 2016


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  269688f84327156e8f1e0942ed817346d869b8b0 (commit)
       via  9d9660fb61c8d989ab73f4d7d094ac81229bda42 (commit)
      from  649a314a9f6952eb53e266edc6b5c0bf9399aaa8 (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=269688f84327156e8f1e0942ed817346d869b8b0

commit 269688f84327156e8f1e0942ed817346d869b8b0
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Thu Sep 15 11:39:15 2016 +0200

    &

diff --git a/src/www/admin/unsubscribe.php b/src/www/admin/unsubscribe.php
index 22dc95b..fcec0e1 100644
--- a/src/www/admin/unsubscribe.php
+++ b/src/www/admin/unsubscribe.php
@@ -112,7 +112,7 @@ if ($pattern) {
 			$cells = array();
 			$cells[][] = ' ';
 			$cells[][] = $row['user_id'];
-			$cells[][] = util_make_link('/admin/unsubscribe.php?submit=1&user_name='.$row['user_name'], $row['user_name']);
+			$cells[][] = util_make_link('/admin/unsubscribe.php?submit=1&user_name='.$row['user_name'], $row['user_name']);
 			$cells[][] = $row['realname'];
 			$cells[][] = $row['email'];
 			$cells[][] = $row['mail_siteupdates'];
diff --git a/src/www/pm/admin/index.php b/src/www/pm/admin/index.php
index 0a98cb7..51b68c2 100644
--- a/src/www/pm/admin/index.php
+++ b/src/www/pm/admin/index.php
@@ -192,7 +192,7 @@ if ($add_cat && $group_project_id) {
 		for ($i=0; $i < $rows; $i++) {
 			$cells = array();
 			$cells[][] = db_result($result, $i, 'category_id');
-			$cells[][] = util_make_link('/pm/admin/?update_cat=1&id='.db_result($result, $i, 'category_id').'&group_id='.$group_id.'&group_project_id='. $pg->getID(),
+			$cells[][] = util_make_link('/pm/admin/?update_cat=1&id='.db_result($result, $i, 'category_id').'&group_id='.$group_id.'&group_project_id='. $pg->getID(),
 							db_result($result, $i, 'category_name'));
 			echo $HTML->multiTableRow(array('class' => $HTML->boxGetAltRowStyle($i, true)), $cells);
 		}

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=9d9660fb61c8d989ab73f4d7d094ac81229bda42

commit 9d9660fb61c8d989ab73f4d7d094ac81229bda42
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Thu Sep 15 11:38:39 2016 +0200

    Use CSS

diff --git a/src/www/mail/index.php b/src/www/mail/index.php
index 012b128..2a96c2e 100644
--- a/src/www/mail/index.php
+++ b/src/www/mail/index.php
@@ -90,15 +90,15 @@ if ($group_id) {
 				echo '<td colspan="4">'.$currentList->getErrorMessage().'</td>';
 			} elseif ($currentList->getStatus() == MAIL__MAILING_LIST_IS_REQUESTED) {
 				echo '<td class="halfwidth" colspan="2"><strong>'.$currentList->getName().'</strong></td>'.
-					'<td width="25%">'.htmlspecialchars($currentList->getDescription()). '</td>'.
-					'<td width="25%" class="align-center">'._('Not activated yet').'</td>';
+					'<td class="onequarterwidth">'.htmlspecialchars($currentList->getDescription()). '</td>'.
+					'<td class="onequarterwidth align-center">'._('Not activated yet').'</td>';
 			} else {
-				echo '<td width="25%">'.
+				echo '<td class="onequarterwidth">'.
 					'<strong><a href="'.$currentList->getArchivesUrl().'">' .
 					sprintf(_('%s Archives'), $currentList->getName()).'</a></strong></td>'.
-					'<td width="25%" align="center"><a href="mailto:'.$currentList->getListEmail().'">'.$currentList->getListEmail(). '</a></td>'.
-					'<td width="25%">'.htmlspecialchars($currentList->getDescription()). '</td>'.
-					'<td width="25%" class="align-center"><a href="'.$currentList->getExternalInfoUrl().'">'._('Subscribe/Unsubscribe/Preferences').'</a>'.
+					'<td class="onequarterwidth align-center"><a href="mailto:'.$currentList->getListEmail().'">'.$currentList->getListEmail(). '</a></td>'.
+					'<td class="onequarterwidth">'.htmlspecialchars($currentList->getDescription()). '</td>'.
+					'<td class="onequarterwidth align-center"><a href="'.$currentList->getExternalInfoUrl().'">'._('Subscribe/Unsubscribe/Preferences').'</a>'.
 					'</td>';
 			}
 			echo '</tr>';

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

Summary of changes:
 src/www/admin/unsubscribe.php |  2 +-
 src/www/mail/index.php        | 12 ++++++------
 src/www/pm/admin/index.php    |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list