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 3916eb28238631c0c1168fe757bfe2d763a26dbb (commit)
from 2fcb95d984ef289f5d337ba9dd3da028bc701b70 (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=3916eb28238631c0c1168fe757bfe2d763a26dbb
commit 3916eb28238631c0c1168fe757bfe2d763a26dbb
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Apr 21 18:12:21 2017 +0200
Remove dead code
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 628950f..3e1df0e 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -421,93 +421,7 @@ abstract class Layout extends FFError {
echo html_e('meta', array('name' => 'Forge-Identification',
'content' => $ff->software_name.':'.$ff->software_version));
}
- function bodyHeader($params) {
- ?>
- <div class="header">
- <table class="fullwidth" id="headertable">
- <tr>
- <td><?php util_make_link('/', html_image('logo.png',
198, 52)); ?></td>
- <td><?php $this->searchBox(); ?></td>
- <td align="right"><?php
- $items = $this->navigation->getUserLinks();
- for ($j = 0; $j < count($items['titles']); $j++) {
- echo util_make_link($items['urls'][$j],
$items['titles'][$j], array('class'=>'lnkutility'), true);
- }
-
- $params['template'] = ' {menu}';
- plugin_hook('headermenu', $params);
-
- $this->quickNav();
-
- plugin_hook('message', array());
-
- ?></td>
- <td></td>
- </tr>
-
-</table>
-
-<table class="fullwidth">
-
- <tr>
- <td></td>
- <td colspan="3">
-
-<?php $this->outerTabs($params); ?>
-
- </td>
- <td></td>
- </tr>
-
- <tr>
- <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"></td>
- </tr>
-
- <tr>
-
- <!-- Outer body row -->
-
- <td class="toptab"><img src="<?php echo $this->imgbaseurl;
?>clear.png" width="10" height="1" alt="" /></td>
- <td class="top toptab" width="99%" colspan="3">
-
- <!-- Inner Tabs / Shell -->
-
- <table class="fullwidth">
-<?php
-
-
-if (isset($params['group']) && $params['group']) {
-
- ?>
- <tr>
- <td></td>
- <td>
- <?php
$this->projectTabs($params['toptab'],$params['group']); ?>
- </td>
- <td></td>
- </tr>
- <?php
-
-}
-
-?>
- <tr>
- <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"></td>
- </tr>
-
- <tr>
- <td class="projecttab" ><img src="<?php echo
$this->imgbaseurl; ?>clear.png" width="10" height="1" alt="" /></td>
- <td style="width:99%" class="top projecttab">
-
- <?php
-
- }
+ abstract function bodyHeader($params);
abstract function footer($params = array());
-----------------------------------------------------------------------
Summary of changes:
src/www/include/Layout.class.php | 88 +---------------------------------------
1 file changed, 1 insertion(+), 87 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits