[quills-dev] [Collective-checkins] r32312 - Quills/trunk/browser
quills-dev at lists.etria.com quills-dev at lists.etria.comWed Oct 25 15:28:15 UTC 2006
- Previous message: [quills-dev] [Collective-checkins] r32311 - in Quills/trunk: . browser skins/Quills
- Next message: [quills-dev] ping - pls ignore
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tomster
Date: Wed Oct 25 15:28:14 2006
New Revision: 32312
Modified:
Quills/trunk/browser/manage_comments.pt
Log:
bugfix: contents of `getPath` doesn't work in all scenarios as value for `href`, better use `getURL`.
Modified: Quills/trunk/browser/manage_comments.pt
==============================================================================
--- Quills/trunk/browser/manage_comments.pt (original)
+++ Quills/trunk/browser/manage_comments.pt Wed Oct 25 15:28:14 2006
@@ -84,6 +84,7 @@
<tr tal:define="
comment_id comment/id;
comment_path comment/getPath;
+ comment_url comment/getURL;
comment_author comment/Creator;
comment_subject comment/Title;
comment_modified comment/modified;
@@ -107,8 +108,8 @@
<td tal:content="python:here.toLocalizedTime(comment_modified, long_format=1)">
08/19/2001 03:01 AM
</td>
- <td> <a tal:attributes="href comment_path" tal:content="comment_author" /></td>
- <td> <a tal:attributes="href comment_path" tal:content="comment_subject" /></td>
+ <td> <a tal:attributes="href comment_url" tal:content="comment_author" /></td>
+ <td> <a tal:attributes="href comment_url" tal:content="comment_subject" /></td>
</tr>
</tal:items>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Collective-checkins mailing list
Collective-checkins at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/collective-checkins
- Previous message: [quills-dev] [Collective-checkins] r32311 - in Quills/trunk: . browser skins/Quills
- Next message: [quills-dev] ping - pls ignore
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the quills-dev mailing list