Hi,
Does anyone know how to move page buttons, e.g. "Edit this page", "Rename 
page", to other part of webpage like "footer"?

I have edited my "templates/site.html", but it doesn't work.
<div id="footer">
<form py:match="form[@id='modifypage']" py:attrs="select('@*')">
     ${select('*')}
</form>
</div>

or

<div id="footer">
<div py:match="div[@class='buttons']" py:attrs="select('@*')">
    ${select('*')}
</div>
</div>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to