nuxeo-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nuxeo-checkins] CVS: NuxForum/ui Posting_actions.zpt,1.2,1.3


From: Juan David Ibáñez Palomar
Subject: [Nuxeo-checkins] CVS: NuxForum/ui Posting_actions.zpt,1.2,1.3
Date: Tue, 07 May 2002 13:01:27 -0400

Update of /cvsroot/nuxeo/NuxForum/ui
In directory subversions:/tmp/cvs-serv23669/ui

Modified Files:
        Posting_actions.zpt 
Log Message:
Bug fix.


Index: Posting_actions.zpt
===================================================================
RCS file: /cvsroot/nuxeo/NuxForum/ui/Posting_actions.zpt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Posting_actions.zpt 3 May 2002 09:41:35 -0000       1.2
--- Posting_actions.zpt 7 May 2002 17:01:25 -0000       1.3
***************
*** 3,18 ****
  
    <a href=""
!      tal:attributes="href here/absolute_url"
       tal:content="python:gettext('Read more..')">
    </a>
    |
    <span tal:replace="python:gettext('%d comments')
!                      % here.get_number_of_comments()">
    </span>
    |
    <a href=""
!      tal:attributes="href string:${here/absolute_url}/add_comment_form"
       tal:content="python:gettext('Add comment')">
    </a>
  
! </div>
\ No newline at end of file
--- 3,18 ----
  
    <a href=""
!      tal:attributes="href posting/absolute_url"
       tal:content="python:gettext('Read more..')">
    </a>
    |
    <span tal:replace="python:gettext('%d comments')
!                      % posting.get_number_of_comments()">
    </span>
    |
    <a href=""
!      tal:attributes="href string:${posting/absolute_url}/add_comment_form"
       tal:content="python:gettext('Add comment')">
    </a>
  
! </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]