web commit by Fred
parent
514b0844cf
commit
a07f7ee4fb
|
@ -0,0 +1,42 @@
|
||||||
|
The following patch adds a footer div on all pages to ease CSS themeing.
|
||||||
|
Indeed, the misc.tmpl, recentchanges.tmpl and editpage.tmpl templates lack such a div.
|
||||||
|
This patch is against current svn.
|
||||||
|
|
||||||
|
Index: templates/recentchanges.tmpl
|
||||||
|
===================================================================
|
||||||
|
--- templates/recentchanges.tmpl (révision 3543)
|
||||||
|
+++ templates/recentchanges.tmpl (copie de travail)
|
||||||
|
@@ -64,6 +64,8 @@
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- from <TMPL_VAR NAME=WIKINAME> -->
|
||||||
|
+<div id="footer">
|
||||||
|
+</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
Index: templates/editpage.tmpl
|
||||||
|
===================================================================
|
||||||
|
--- templates/editpage.tmpl (révision 3543)
|
||||||
|
+++ templates/editpage.tmpl (copie de travail)
|
||||||
|
@@ -86,5 +86,7 @@
|
||||||
|
<TMPL_VAR PAGE_PREVIEW>
|
||||||
|
</div>
|
||||||
|
</TMPL_IF>
|
||||||
|
+<div id="footer">
|
||||||
|
+</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
Index: templates/misc.tmpl
|
||||||
|
===================================================================
|
||||||
|
--- templates/misc.tmpl (révision 3543)
|
||||||
|
+++ templates/misc.tmpl (copie de travail)
|
||||||
|
@@ -22,6 +22,8 @@
|
||||||
|
<div id="content">
|
||||||
|
<TMPL_VAR PAGEBODY>
|
||||||
|
</div>
|
||||||
|
+<div id="footer">
|
||||||
|
+</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue