cvsimport
[hcoop/zz_old/portal.git] / issue.mlt
index 3a6cb1b..f8a7230 100644 (file)
--- a/issue.mlt
+++ b/issue.mlt
@@ -260,6 +260,12 @@ switch viewingIssue of
        | Support.PENDING => %>Pending<%
        | Support.CLOSED => %>Closed<%
        end %></td> </tr>
+<%     switch #pstamp issue of
+                 SOME stamp => %><tr> <td>Changed to pending:</td> <td><% stamp %></td> </tr><%
+       end;
+       switch #cstamp issue of
+                 SOME stamp => %><tr> <td>Closed:</td> <td><% stamp %></td> </tr><%
+       end %>
 </table>
 
 <% if admin then %>