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 fadd19126982a78b1875ee391c45c0df70c7b00d (commit)
from dee9ce1a75fe73a39abe8c6adcab6a432512f95e (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 -----------------------------------------------------------------
commit fadd19126982a78b1875ee391c45c0df70c7b00d
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Jul 3 10:26:46 2014 +0200
wiki: remove <h2>Views</h2> for nice display
diff --git a/src/plugins/wiki/www/themes/MonoBook/templates/actionbar.tmpl
b/src/plugins/wiki/www/themes/MonoBook/templates/actionbar.tmpl
index d62dcd6..5903b50 100644
--- a/src/plugins/wiki/www/themes/MonoBook/templates/actionbar.tmpl
+++ b/src/plugins/wiki/www/themes/MonoBook/templates/actionbar.tmpl
@@ -7,7 +7,6 @@
$isBrowse = $request->getArg('action') == 'browse';
?>
<div class="portlet" id="p-cactions">
- <h2><?php echo _("Views") ?></h2>
<ul>
<?php if (!string_ends_with($pagename, SUBPAGE_SEPARATOR._("Discussion")))
{ ?>
<?php $talk = new WikiPageName('Talk:'.$pagename); ?>
diff --git a/src/plugins/wiki/www/themes/Sidebar/templates/actionbar.tmpl
b/src/plugins/wiki/www/themes/Sidebar/templates/actionbar.tmpl
index 7c29943..9d1f897 100644
--- a/src/plugins/wiki/www/themes/Sidebar/templates/actionbar.tmpl
+++ b/src/plugins/wiki/www/themes/Sidebar/templates/actionbar.tmpl
@@ -8,7 +8,6 @@
$mayChange = mayAccessPage('change', $pagename);
?>
<div class="portlet" id="p-cactions">
- <h2><?php echo _("Views") ?></h2>
<ul>
<?php if ($request->getArg('action') != "") { ?>
<?php echo ActionButton("browse", _("View Page"), false, array('title'
=> _("View Page")." [alt-c]")) ?>
-----------------------------------------------------------------------
Summary of changes:
src/plugins/wiki/www/themes/MonoBook/templates/actionbar.tmpl | 1 -
src/plugins/wiki/www/themes/Sidebar/templates/actionbar.tmpl | 1 -
2 files changed, 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits