Skip to content

Commit d94c4e2

Browse files
committed
removed active status from package listing
1 parent f202520 commit d94c4e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/templates/admin/list_packages.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<table class="data-col1">
4141
<tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="package[]" value="<?php echo $key ?>"></td></tr>
4242
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></td></tr>
43-
<tr><td class="data-active"><b><?php print _('active');?></b></td></tr>
4443
</table>
4544
</td>
4645
<td class="data-dotted" width="830px" style="vertical-align:top;">

0 commit comments

Comments
 (0)