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 761ce01bcf5d202e1a7fed7166d1d5c2dff03b4e (commit)
from 4ba9df11a6881cb0c45d2ec6795367dc922a7ed7 (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=761ce01bcf5d202e1a7fed7166d1d5c2dff03b4e
commit 761ce01bcf5d202e1a7fed7166d1d5c2dff03b4e
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri May 5 15:03:51 2017 +0200
Use HTML 5 <nav> in Funky theme
diff --git a/src/www/themes/funky/Theme.class.php
b/src/www/themes/funky/Theme.class.php
index 4f1d38b..98078a9 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -125,6 +125,7 @@ class Theme_Funky extends Layout {
$cells[] = array($this->quickNav().$this->searchBox(), 'id' =>
'header-line2', 'colspan' => 2);
echo $this->multiTableRow(array(), $cells);
echo $this->listTableBottom();
+ echo html_ao('nav', array('role' => 'navigation'));
$this->outerTabs($params);
echo '<!-- inner tabs -->' . "\n";
echo html_ao('div', array('class' => 'innertabs'));
@@ -132,6 +133,7 @@ class Theme_Funky extends Layout {
$this->projectTabs($params['toptab'], $params['group']);
}
echo html_ac(html_ap() -1); // </div>
+ echo html_ac(html_ap() -1); // </nav>
echo html_ac(html_ap() -1); // </header>
echo html_ao('main', array('id' => 'maindiv'));
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky/Theme.class.php | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits