web/views/idownloadable.py
branchstable
changeset 6823 dc4693820fc7
parent 6814 48402faff043
child 6926 2cda8f1b4fae
equal deleted inserted replaced
6821:945fce560757 6823:dc4693820fc7
   170         self.w(u'<a href="%s">%s</a> [<a href="%s">%s</a>]' %
   170         self.w(u'<a href="%s">%s</a> [<a href="%s">%s</a>]' %
   171                (url, name, durl, self._cw._('download')))
   171                (url, name, durl, self._cw._('download')))
   172 
   172 
   173 IDownloadableLineView = class_renamed(
   173 IDownloadableLineView = class_renamed(
   174     'IDownloadableLineView', IDownloadableOneLineView,
   174     'IDownloadableLineView', IDownloadableOneLineView,
   175     '[3.10] IDownloadableLineView is deprecated, use %IDownloadableOneLineView')
   175     '[3.10] IDownloadableLineView is deprecated, use IDownloadableOneLineView')
   176 
   176 
   177 
   177 
   178 class AbstractEmbeddedView(EntityView):
   178 class AbstractEmbeddedView(EntityView):
   179     __abstract__ = True
   179     __abstract__ = True
   180 
   180