[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1616-gf1e7aa6

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Thu Mar 30 18:24:15 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  f1e7aa6b3d1ea07cfb4f4c3d47afefed683c1a8d (commit)
      from  2d9840b8738a6c098502db67b11675717502e05d (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=f1e7aa6b3d1ea07cfb4f4c3d47afefed683c1a8d

commit f1e7aa6b3d1ea07cfb4f4c3d47afefed683c1a8d
Author: Marc-Etienne Vargenau <marc-etienne.vargenau at nokia.com>
Date:   Thu Mar 30 18:24:10 2017 +0200

    Remove use of nonexistent images

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index b64f53e..cb55928 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -426,7 +426,7 @@ class Layout extends FFError {
 		echo html_e('meta', array('name' => 'Forge-Identification', 'content' => $ff->software_name.':'.$ff->software_version));
 	}
 
-	function bodyHeader($params){
+	function bodyHeader($params) {
 		?>
 			<div class="header">
 			<table class="fullwidth" id="headertable">
@@ -524,9 +524,9 @@ if (isset($params['group']) && $params['group']) {
 				<td width="10" class="footer3" ><img src="<?php echo $this->imgbaseurl; ?>clear.png" width="2" height="1" alt="" /></td>
 			</tr>
 			<tr>
-				<td class="align-left footer1" width="9"><img src="<?php echo $this->imgbaseurl; ?>tabs/bottomleft-inner.png" height="11" width="11" alt="" /></td>
+				<td class="align-left footer1" width="9"></td>
 				<td class="footer3"><img src="<?php echo $this->imgbaseurl; ?>clear.png" width="1" height="1" alt="" /></td>
-				<td class="align-right footer1" width="9"><img src="<?php echo $this->imgbaseurl; ?>tabs/bottomright-inner.png" height="11" width="11" alt="" /></td>
+				<td class="align-right footer1" width="9"></td>
 			</tr>
 			</table>
 
@@ -536,9 +536,9 @@ if (isset($params['group']) && $params['group']) {
 		<td width="10" class="footer2"><img src="<?php echo $this->imgbaseurl; ?>clear.png" width="2" height="1" alt="" /></td>
 	</tr>
 	<tr>
-		<td class="align-left footer2" width="9"><img src="<?php echo $this->imgbaseurl; ?>tabs/bottomleft.png" height="9" width="9" alt="" /></td>
+		<td class="align-left footer2" width="9"></td>
 		<td class="footer2" colspan="3"><img src="<?php echo $this->imgbaseurl; ?>clear.png" width="1" height="1" alt="" /></td>
-		<td class="align-right footer2" width="9"><img src="<?php echo $this->imgbaseurl; ?>tabs/bottomright.png" height="9" width="9" alt="" /></td>
+		<td class="align-right footer2" width="9"></td>
 	</tr>
 </table>
 <?php

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

Summary of changes:
 src/www/include/Layout.class.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list