[med-svn] r708 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sat Oct 13 19:38:18 UTC 2007
Author: hanska-guest
Date: 2007-10-13 19:38:18 +0000 (Sat, 13 Oct 2007)
New Revision: 708
Modified:
trunk/community/website/bugs.tmpl
Log:
Adding severities to the overview
Modified: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl 2007-10-13 16:08:11 UTC (rev 707)
+++ trunk/community/website/bugs.tmpl 2007-10-13 19:38:18 UTC (rev 708)
@@ -21,16 +21,14 @@
<div class="pageBody">
<h1><?=_("Summary bugs page")?></h1>
<table class="bugs">
- <div node="-rep:packagelist">
- <tr>
- <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
- <td> </td>
- </tr>
- <tr node="rep:numbers">
- <td><a href="" node="con:id"></a></td>
- <td class="summary"><a href="" node="con:summary"></a></td>
- </tr>
- </div>
+ <div node="-rep:packagelist"><tr>
+ <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
+ <td> </td>
+ </tr>
+ <div node="-rep:numbers"><tr node="con:row">
+ <td><a href=""></a></td>
+ <td class="summary"><a href=""></a></td>
+ </tr></div></div>
</table>
<div class="messageBody">
</div>
More information about the debian-med-commit
mailing list