aboutsummaryrefslogtreecommitdiff
path: root/templates/recentchanges.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-04 07:21:51 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-04 07:21:51 +0000
commit0ff488e3807aa9a1b21033f33b236ad06ff9bdbb (patch)
tree560253a9a85c6406c3f2ee1c03166643ab79d23a /templates/recentchanges.tmpl
parente059c9eff94ab37598d740cc5777e591216368a1 (diff)
downloadikiwiki-0ff488e3807aa9a1b21033f33b236ad06ff9bdbb.tar
ikiwiki-0ff488e3807aa9a1b21033f33b236ad06ff9bdbb.tar.gz
add a commit type column
Diffstat (limited to 'templates/recentchanges.tmpl')
-rw-r--r--templates/recentchanges.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl
index 1ea2f8a45..026a3cd02 100644
--- a/templates/recentchanges.tmpl
+++ b/templates/recentchanges.tmpl
@@ -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">