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 e1084605f92f87477c1ddec573e9feba0f076b58 (commit)
from 43af07b6c4e99bc49a7c7bd82dec7efa2d351836 (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=e1084605f92f87477c1ddec573e9feba0f076b58
commit e1084605f92f87477c1ddec573e9feba0f076b58
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Mar 30 17:51:11 2017 +0200
Remove use of nonexistent images
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 0fcc720..2c94c68 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -465,11 +465,11 @@ class Layout extends FFError {
</tr>
<tr>
- <td class="align-left toptab" width="9"><img src="<?php echo
$this->imgbaseurl; ?>tabs/topleft.png" height="9" width="9" alt="" /></td>
+ <td class="align-left toptab" width="9"></td>
<td class="toptab" width="30"><img src="<?php echo
$this->imgbaseurl; ?>clear.png" width="30" height="1" alt="" /></td>
<td class="toptab"><img src="<?php echo $this->imgbaseurl;
?>clear.png" width="1" height="1" alt="" /></td>
<td class="toptab" width="30"><img src="<?php echo
$this->imgbaseurl; ?>clear.png" width="30" height="1" alt="" /></td>
- <td class="align-right toptab" width="9"><img src="<?php echo
$this->imgbaseurl; ?>tabs/topright.png" height="9" width="9" alt="" /></td>
+ <td class="align-right toptab" width="9"></td>
</tr>
<tr>
@@ -501,9 +501,9 @@ if (isset($params['group']) && $params['group']) {
?>
<tr>
- <td class="align-left projecttab"
width="9"><img src="<?php echo $this->imgbaseurl; ?>tabs/topleft-inner.png"
height="9" width="9" alt="" /></td>
+ <td class="align-left projecttab"
width="9"></td>
<td class="projecttab" ><img src="<?php echo
$this->imgbaseurl; ?>clear.png" width="1" height="1" alt="" /></td>
- <td class="align-right projecttab"
width="9"><img src="<?php echo $this->imgbaseurl; ?>tabs/topright-inner.png"
height="9" width="9" alt="" /></td>
+ <td class="align-right projecttab"
width="9"></td>
</tr>
<tr>
@@ -574,19 +574,17 @@ if (isset($params['group']) && $params['group']) {
function boxTop($title, $id = '') {
return '
<!-- Box Top Start -->
-
- <table class="fullwidth"
style="background:url('.$this->imgroot.'vert-grad.png)">
+ <table class="fullwidth">
<tr class="align-center">
- <td class="top align-right" width="10"
style="background:url('.$this->imgbaseurl.'box-topleft.png)"><img
src="'.$this->imgbaseurl.'clear.png" width="10" height="20" alt="" /></td>
- <td class="fullwidth"
style="background:url('.$this->imgbaseurl.'box-grad.png)"><span
class="titlebar">'.$title.'</span></td>
- <td class="top" width="10"
style="background:url('.$this->imgbaseurl.'box-topright.png)"><img
src="'.$this->imgbaseurl.'clear.png" width="10" height="20" alt="" /></td>
+ <td class="top align-right" width="10" "><img
src="'.$this->imgbaseurl.'clear.png" width="10" height="20" alt="" /></td>
+ <td class="fullwidth"><span
class="titlebar">'.$title.'</span></td>
+ <td class="top" width="10"><img
src="'.$this->imgbaseurl.'clear.png" width="10" height="20" alt="" /></td>
</tr>
<tr>
<td colspan="3">
- <table cellspacing="2" cellpadding="2"
class="fullwidth">
+ <table class="fullwidth">
<tr class="align-left">
<td colspan="2">
-
<!-- Box Top End -->';
}
@@ -603,7 +601,7 @@ if (isset($params['group']) && $params['group']) {
</td>
</tr>
<tr class="align-center">
- <td colspan="2"
style="background:url('.$this->imgbaseurl.'box-grad.png)"><span
class="titlebar">'.$title.'</span></td>
+ <td colspan="2"><span
class="titlebar">'.$title.'</span></td>
</tr>
<tr class="align-left">
<td colspan="2">
-----------------------------------------------------------------------
Summary of changes:
src/www/include/Layout.class.php | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits