[Python-checkins] r56972 - tracker/instances/python-dev/html/file.index.html

erik.forsberg python-checkins at python.org
Mon Aug 13 07:45:25 CEST 2007


Author: erik.forsberg
Date: Mon Aug 13 07:45:24 2007
New Revision: 56972

Modified:
   tracker/instances/python-dev/html/file.index.html
Log:
Show description in file listing.


Modified: tracker/instances/python-dev/html/file.index.html
==============================================================================
--- tracker/instances/python-dev/html/file.index.html	(original)
+++ tracker/instances/python-dev/html/file.index.html	Mon Aug 13 07:45:24 2007
@@ -7,6 +7,7 @@
 
 <table class="otherinfo" tal:define="batch request/batch">
  <tr><th style="padding-right: 10" i18n:translate="">Download</th>
+     <th style="padding-right: 10" i18n:translate="">Descriptoin</th>
      <th style="padding-right: 10" i18n:translate="">Content Type</th>
      <th style="padding-right: 10" i18n:translate="">Uploaded By</th>
      <th style="padding-right: 10" i18n:translate="">Date</th>
@@ -16,6 +17,7 @@
    <a tal:attributes="href string:file${file/id}/${file/name}"
       tal:content="file/name">dld link</a>
   </td>
+  <td tal:content="file/description">description</td>
   <td tal:content="file/type">content type</td>
   <td tal:content="file/creator">creator's name</td>
   <td tal:content="file/creation">creation date</td>


More information about the Python-checkins mailing list