Attachment '_init_.diff'
Download 1 --- __init__old.py 2007-02-28 23:24:50.000000000 +0100
2 +++ __init__.py 2007-02-28 23:32:02.000000000 +0100
3 @@ -1067,7 +1067,7 @@
4 editbar_actions.append(self.supplementation_page_nameLink(page))
5 elif editbar_item == 'Comments':
6 # we just use <a> to get same style as other links:
7 - editbar_actions.append('<a id="toggleCommentsButton" onClick="toggleComments();">%s</a>' % _('Comments'))
8 + editbar_actions.append('<a href="#" id="toggleCommentsButton" onClick="toggleComments();return false;">%s</a>' % _('Comments'))
9 elif editbar_item == 'Edit':
10 editbar_actions.append(self.editorLink(page))
11 elif editbar_item == 'Info':
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.