Author: djce
Date: 2006-12-20 21:32:20 +0000 (Wed, 20 Dec 2006)
New Revision: 8752
Modified:
mb_server/branches/RELEASE_20061217-BRANCH/htdocs/comp/showmod
Log:
Don't show any sort of "end" time for a TOBEDELETED edit (bug #2232)
Modified: mb_server/branches/RELEASE_20061217-BRANCH/htdocs/comp/showmod
===================================================================
--- mb_server/branches/RELEASE_20061217-BRANCH/htdocs/comp/showmod
2006-12-20 21:23:06 UTC (rev 8751)
+++ mb_server/branches/RELEASE_20061217-BRANCH/htdocs/comp/showmod
2006-12-20 21:32:20 UTC (rev 8752)
@@ -77,6 +77,7 @@
% }
+% unless ($edit->GetStatus == &ModDefs::STATUS_TOBEDELETED) {
% my $timelbl = ($is_open
% ? $edit->GetExpired ? "Expired" : "Expires"
% : "Closed");
@@ -85,6 +86,7 @@
<td class="lblinfo"><% $timelbl %>:
</td>
<td><% $time |n %></td>
</tr>
+% }
</table>
</td>
|