source: products/quintagroup.plonetabs/trunk/quintagroup/plonetabs/browser/templates/changemodelink.pt @ 3077

Last change on this file since 3077 was 872, checked in by mylan, 17 years ago

Checked translation, working with PFM, portlet formatting,working with qPloneComments

  • Property svn:eol-style set to native
File size: 442 bytes
Line 
1<a href="@@plonetabs-controlpanel"
2   class="plonetabsModeLink"
3   tal:define="mode context/@@plonetabs-mode;
4               new_mode python:view.test(mode=='plain','rich','plain')"
5   tal:attributes="href python:'%s/%s?ploneTabsMode=%s' % (context.portal_url(), attrs['href'], new_mode)"
6   i18n:domain="quintagroup.plonetabs"
7   i18n:translate=""
8   tal:content="python:view.test(mode=='plain','Rich Mode','Plain Mode')">
9    Edit Mode
10</a>
Note: See TracBrowser for help on using the repository browser.