X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/4d7ca9fff81a9844139ff1a0eb6e6d6078545173..a4cedcc96d65d8d12ddb08e44f0a14cdc78c66c3:/doc/bugs/Add_a_footer_div_on_all_pages_to_improve_theming.mdwn diff --git a/doc/bugs/Add_a_footer_div_on_all_pages_to_improve_theming.mdwn b/doc/bugs/Add_a_footer_div_on_all_pages_to_improve_theming.mdwn index 24a584007..e0dd100fa 100644 --- a/doc/bugs/Add_a_footer_div_on_all_pages_to_improve_theming.mdwn +++ b/doc/bugs/Add_a_footer_div_on_all_pages_to_improve_theming.mdwn @@ -31,43 +31,119 @@ Indeed, the misc.tmpl, recentchanges.tmpl and editpage.tmpl templates lack such >> I can update the patch, if you want to follow and test this idea. --Fred -This patch is against current svn. +>>> Sure, go ahead --[[Joey]] + +>>>>Here is an updated patch against current svn. --Fred Index: templates/recentchanges.tmpl =================================================================== - --- templates/recentchanges.tmpl (révision 3543) + --- templates/recentchanges.tmpl (révision 3575) +++ templates/recentchanges.tmpl (copie de travail) - @@ -64,6 +64,8 @@ - + @@ -12,7 +12,11 @@ + + + + + + + +
+ + +
+ + / + @@ -65,5 +69,10 @@ - + + + + +
+
+ + + + + Index: templates/page.tmpl + =================================================================== + --- templates/page.tmpl (révision 3575) + +++ templates/page.tmpl (copie de travail) + @@ -13,7 +13,11 @@ + + + + + + + +
+ + +
+ + + @@ -95,5 +99,10 @@ + +
+ +
+ + + +
+ +
+ + Index: templates/editpage.tmpl =================================================================== - --- templates/editpage.tmpl (révision 3543) + --- templates/editpage.tmpl (révision 3575) +++ templates/editpage.tmpl (copie de travail) - @@ -86,5 +86,7 @@ + @@ -12,6 +12,11 @@ + + + + + + + + +
+ + + +

+ Your changes conflict with other changes made to the page. + @@ -86,5 +91,11 @@

- + + + + +
+
+ + Index: templates/misc.tmpl =================================================================== - --- templates/misc.tmpl (révision 3543) + --- templates/misc.tmpl (révision 3575) +++ templates/misc.tmpl (copie de travail) - @@ -22,6 +22,8 @@ -
+ @@ -12,7 +12,11 @@ + + + + + + + +
+ + +
+ + / + @@ -23,5 +27,10 @@
- + + +
+ + + +
+ +
+ + + +> I took a more intrusive approach to avoid ugly names like "realfooter". +> [[done]] --[[Joey]]