I have read the short documentation about interface customisation
http://trac.edgewall.org/wiki/TracInterfaceCustomization
and even the Genshi py:match explaination
http://genshi.edgewall.org/wiki/Documentation/xml-templates.html#id5

What i whis is basicaly completly replace the defaut Trac footer.
I have try this code in site.html :

<html xmlns="http://www.w3.org/1999/xhtml";
      xmlns:py="http://genshi.edgewall.org/"; py:strip="">
  <!--! Custom match templates go here -->
<div py:match="[EMAIL PROTECTED]'footer']" py:attrs="select('@*')">
new footer
</div>
</html>

But this did unfortunatly not change the default footer.
So did anyone have a correct code to change a specific <div
id="something"> element ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to