X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/3eb541e36acc858bd086354b470fc1deef05bbdc..7c3fe95e5282c2fca3159c93d8b3b7303d192869:/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 67db77c4b..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 @@ -33,43 +33,117 @@ Indeed, the misc.tmpl, recentchanges.tmpl and editpage.tmpl templates lack such >>> Sure, go ahead --[[Joey]] -This patch is against current svn. +>>>>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]]