web/views/baseviews.py
branchstable
changeset 3843 200719b9221f
parent 3794 c741061d5348
child 3890 d7a270f50f54
child 4212 ab6573088b4a
--- a/web/views/baseviews.py	Fri Nov 13 14:14:48 2009 +0100
+++ b/web/views/baseviews.py	Fri Nov 13 14:19:08 2009 +0100
@@ -174,7 +174,7 @@
         entity = self.entity(row, col)
         self.w(u'<div class="metadata">')
         if self.show_eid:
-            self.w(u'#%s - ' % entity.eid)
+            self.w(u'%s #%s - ' % (entity.dc_type(), entity.eid))
         if entity.modification_date != entity.creation_date:
             self.w(u'<span>%s</span> ' % _('latest update on'))
             self.w(u'<span class="value">%s</span>, '