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 2ed4cb2b6ab5a2b4a959a32bb8c250fb85b17c07 (commit)
from aa5b08589365f9d8d1bc0cd5f66ecfaa3292e859 (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=2ed4cb2b6ab5a2b4a959a32bb8c250fb85b17c07
commit 2ed4cb2b6ab5a2b4a959a32bb8c250fb85b17c07
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Apr 21 16:14:58 2017 +0200
Remove dead code
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 3c02bbf..628950f 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -509,36 +509,7 @@ if (isset($params['group']) && $params['group']) {
}
- function footer($params = array()) {
-
- ?>
-
- <!-- end main body row -->
-
- </td>
- <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"></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"></td>
- </tr>
- </table>
-
- <!-- end inner body row -->
-
- </td>
- <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"></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"></td>
- </tr>
-</table>
-<?php
- $this->footerEnd();
- }
+ abstract function footer($params = array());
function footerEnd() { ?>
diff --git a/src/www/themes/css/fusionforge.css
b/src/www/themes/css/fusionforge.css
index f367d32..a2bc532 100644
--- a/src/www/themes/css/fusionforge.css
+++ b/src/www/themes/css/fusionforge.css
@@ -161,15 +161,6 @@ table.listing tbody tr:nth-child(odd),
text-decoration: none;
}
-td.footer1,
-td.footer2 {
- background-color: #E0E0E0;
-}
-
-td.footer3 {
- background-color: #fff;
-}
-
td.notseltab {
background-color: #909090;
}
-----------------------------------------------------------------------
Summary of changes:
src/www/include/Layout.class.php | 31 +------------------------------
src/www/themes/css/fusionforge.css | 9 ---------
2 files changed, 1 insertion(+), 39 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits