add a commit type column

master
joey 2006-07-04 07:21:51 +00:00
parent e059c9eff9
commit 0ff488e380
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,12 @@
<tr class="changeheader">
<th align="left">user</th>
<th align="left">time</th>
<th align="left">changes</th>
<th align="left" colspan="2">changes</th>
</tr>
</thead>
<TMPL_LOOP NAME="CHANGELOG">
<tbody>
<!-- <TMPL_VAR NAME="REV"> -->
<!-- <TMPL_VAR NAME="COMMITTYPE"> -->
<tr class="changeheader">
<td><TMPL_VAR NAME="USER"></td>
<td class="changetime"><TMPL_VAR NAME="WHEN"></td>
@ -46,6 +45,7 @@
</TMPL_IF>
</TMPL_LOOP>
</td>
<td><TMPL_VAR NAME="COMMITTYPE"></td>
</tr>
<tr>
<td colspan="3">