Changeset 1620 for pykota/trunk/cgi-bin/printquota.cgi
- Timestamp:
- 07/21/04 21:20:06 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r1614 r1620 23 23 # 24 24 # $Log$ 25 # Revision 1.32 2004/07/21 19:20:05 jalet 26 # Missing translation in CGI script 27 # 25 28 # Revision 1.31 2004/07/21 13:32:02 jalet 26 29 # All messages should be translatable now. … … 324 327 dico.update({ "hostname" : hostname }) 325 328 prevurl = "%s?%s" % (os.environ.get("SCRIPT_NAME", ""), urllib.urlencode(dico)) 326 self.report.append('<a href="%s"> Previous page</a>' % prevurl)329 self.report.append('<a href="%s">%s</a>' % (_("Previous page"), prevurl)) 327 330 self.body = "\n".join(self.report) 328 331