web/views/basecomponents.py
changeset 3072 6fb42c53f6df
parent 3023 7864fee8b4ec
parent 3037 45de36c7d47c
child 3185 bd0126d17e83
--- a/web/views/basecomponents.py	Thu Aug 27 13:02:45 2009 +0200
+++ b/web/views/basecomponents.py	Mon Aug 31 19:09:54 2009 +0200
@@ -226,10 +226,10 @@
     }
 
     def call(self, vid):
-        self.req.add_css('cubes.confman.css')
         entity = self.entity(0,0)
-        self.w(u'<a href="%s" class="otherView"><img src="data/pdf_icon.gif"/></a>' %
-               (xml_escape(entity.absolute_url() + '?vid=%s&__template=pdf-main-template' % vid)))
+        url = entity.absolute_url(vid=vid, __template='pdf-main-template')
+        self.w(u'<a href="%s" class="otherView"><img src="data/pdf_icon.gif" alt="%s"/></a>' %
+               (xml_escape(url), self.req._('download page as pdf')))