Attachment 'userform1-6-dev.diff'

Download

   1 --- userform_old.py	2006-12-09 13:32:00.000000000 +0100
   2 +++ userform.py	2006-12-10 18:13:18.000000000 +0100
   3 @@ -638,8 +638,10 @@
   4          pi = request.getPathinfo()
   5          action = u"%s%s" % (sn, pi)
   6          userprefslink = wikiutil.getSysPage(request, "UserPreferences").link_to(request, rel='nofollow')
   7 -        hint = _("To create an account or recover a lost password, see the %(userprefslink)s page.") % {
   8 -               'userprefslink': userprefslink}
   9 +        sendmypasswordlink = wikiutil.getSysPage(request, "SendMyPassword").link_to(request, rel='nofollow')
  10 +        hint = _("To create an account, see the %(userprefslink)s page. To recover a lost password, go to %(sendmypasswordlink)s.") % {
  11 +               'userprefslink': userprefslink,
  12 +               'sendmypasswordlink': sendmypasswordlink}
  13          self._form = html.FORM(action=action)
  14          self._table = html.TABLE(border="0")
  15  

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.
  • [get | view] (2006-08-19 11:27:51, 0.6 KB) [[attachment:SendAccountMail-1.5.py]]
  • [get | view] (2007-01-06 18:28:35, 2.1 KB) [[attachment:SendAccountMail-1.6-dev-2.py]]
  • [get | view] (2006-12-10 19:56:44, 1.8 KB) [[attachment:SendAccountMail1-6-dev-1.py]]
  • [get | view] (2006-12-10 17:18:39, 0.7 KB) [[attachment:SendMyPassword.txt]]
  • [get | view] (2006-08-19 11:27:36, 0.9 KB) [[attachment:userform.patch.txt]]
  • [get | view] (2006-12-10 17:18:16, 0.9 KB) [[attachment:userform1-6-dev.diff]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.