Aklapper has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/91875


Change subject: Fix one warning and backport upstream hooks in our extremely 
customized footer.html.tmpl. (Hooks can be used by extensions and I have had 
the fun of non-working extensions in Wikimedia Bugzilla already before, due to 
missing hooks.)
......................................................................

Fix one warning and backport upstream hooks in our extremely
customized footer.html.tmpl. (Hooks can be used by extensions
and I have had the fun of non-working extensions in Wikimedia
Bugzilla already before, due to missing hooks.)

Change-Id: I944e55e5e5fd4449c634b263f9c43d202fb21fd3
---
M template/en/custom/global/footer.html.tmpl
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/bugzilla/modifications 
refs/changes/75/91875/1

diff --git a/template/en/custom/global/footer.html.tmpl 
b/template/en/custom/global/footer.html.tmpl
index 00ac761..bb3e2d0 100644
--- a/template/en/custom/global/footer.html.tmpl
+++ b/template/en/custom/global/footer.html.tmpl
@@ -109,8 +109,9 @@
 
                <!-- footer -->
                <div id="footer" >
+                       <div class="intro">[% Hook.process('intro') %]</div>
                        <ul id="footer-info">
-                               <li>Bugzilla version [%+ 
constants.BUGZILLA_VERSION %]</li>
+                               <li>Bugzilla version [%+ 
constants.BUGZILLA_VERSION FILTER html %]</li>
                        </ul>
 
                        <ul id="footer-places">
@@ -122,7 +123,9 @@
                                <li id="footer-icon-poweredby"><a 
href="http://www.bugzilla.org/";><img 
src="skins/contrib/Wikimedia/images/bugzilla-badge.png" height="31" width="88" 
alt="Powered by Bugzilla" /></a></li>
                        </ul>
                        <div style="clear:both"></div>
+               <div class="outro">[% Hook.process('outro') %]</div>
                </div>
                <!-- /footer -->
+       [% Hook.process("end") %]
        </body>
 </html>

-- 
To view, visit https://gerrit.wikimedia.org/r/91875
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I944e55e5e5fd4449c634b263f9c43d202fb21fd3
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/bugzilla/modifications
Gerrit-Branch: master
Gerrit-Owner: Aklapper <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to