[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ removed some white
spaces to make searching using DOM easier
Michael Howitz
mh+zope at gocept.com
Thu Jul 1 11:33:37 EDT 2004
Log message for revision 26015:
removed some white spaces to make searching using DOM easier
-=-
Modified: Zope3/trunk/src/zope/app/rotterdam/template.pt
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/template.pt 2004-07-01 15:08:21 UTC (rev 26014)
+++ Zope3/trunk/src/zope/app/rotterdam/template.pt 2004-07-01 15:33:37 UTC (rev 26015)
@@ -51,13 +51,11 @@
<a href=""
tal:attributes="href string:@@logout.html?nextURL=${request/URL/url:quote}"
tal:condition="python: hasattr(request.principal, 'getLogin')"
- i18n:translate="">
- [Logout]</a>
+ i18n:translate="">[Logout]</a>
<a href=""
tal:attributes="href string:@@login.html?nextURL=${request/URL/url:quote}"
tal:condition="python: not hasattr(request.principal, 'getLogin')"
- i18n:translate="">
- [Login]</a>
+ i18n:translate="">[Login]</a>
</div>
<img tal:attributes="src context/++resource++zope3logo.gif" />
</div>
Modified: Zope3/trunk/src/zope/app/security/browser/login_failed.pt
===================================================================
--- Zope3/trunk/src/zope/app/security/browser/login_failed.pt 2004-07-01 15:08:21 UTC (rev 26014)
+++ Zope3/trunk/src/zope/app/security/browser/login_failed.pt 2004-07-01 15:33:37 UTC (rev 26015)
@@ -6,9 +6,7 @@
<p style="font-size: 150%" i18n:translate="">
You cancelled the login procedure.
- <a tal:attributes= "href python: view.request.get('nextURL', '.')">
- Click here to return.
- </a>
+ <a tal:attributes= "href python: view.request.get('nextURL', '.')">Click here to return.</a>
</p>
</div>
More information about the Zope3-Checkins
mailing list