Dzahn has submitted this change and it was merged.

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, 5 insertions(+), 1 deletion(-)

Approvals:
  Aklapper: Looks good to me, but someone else must approve
  Dzahn: Verified; Looks good to me, approved



diff --git a/template/en/custom/global/footer.html.tmpl 
b/template/en/custom/global/footer.html.tmpl
index 00ac761..3070944 100644
--- a/template/en/custom/global/footer.html.tmpl
+++ b/template/en/custom/global/footer.html.tmpl
@@ -1,5 +1,6 @@
 [% PROCESS global/variables.none.tmpl %]
                                <div class="visualClear"></div>
+                       [% Hook.process('main-end') %]
                        </div>
                        <!-- /bodyContent -->
                </div>
@@ -109,8 +110,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 +124,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: merged
Gerrit-Change-Id: I944e55e5e5fd4449c634b263f9c43d202fb21fd3
Gerrit-PatchSet: 2
Gerrit-Project: wikimedia/bugzilla/modifications
Gerrit-Branch: master
Gerrit-Owner: Aklapper <[email protected]>
Gerrit-Reviewer: Aklapper <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>

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

Reply via email to