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 6b5dd23a18d510a227a6e886db2dbe9654b4dbb8 (commit)
from 834c205ea7ae479b2e4c64c34759d87dc235f438 (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=6b5dd23a18d510a227a6e886db2dbe9654b4dbb8
commit 6b5dd23a18d510a227a6e886db2dbe9654b4dbb8
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Mar 16 10:47:51 2017 +0100
Remove unused function html_table_top
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 9967dc3..6039044 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -1229,29 +1229,6 @@ if (isset($params['group']) && $params['group']) {
return $return;
}
- /**
- * @todo use listTableTop and make this function deprecated ?
- */
- function html_table_top($cols, $summary = '', $class = '',
$extra_params = '') {
- $return = '<table summary="' . $summary . '" ';
- if ($class) {
- $return .= 'class="' . $class . '" ';
- }
- if (is_array($extra_params)) {
- foreach ($extra_params as $key => $extra_params_value) {
- $return .= $key . '="' . $extra_params_value .
'" ';
- }
- }
- $return .= '>';
- $return .= '<thead><tr>';
- $nbCols = count($cols);
- for ($i = 0; $i < $nbCols; $i++) {
- $return .= '<th scope="col">' . $cols[$i] . '</th>';
- }
- $return .= '</tr></thead>';
- return $return;
- }
-
function getMonitorPic($title = '', $alt = '') {
return $this->getPicto('ic/mail16w.png', $title, $alt);
}
-----------------------------------------------------------------------
Summary of changes:
src/www/include/Layout.class.php | 23 -----------------------
1 file changed, 23 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits