Project

General

Profile

« Previous | Next » 

Revision 5df6a315

Added by Scott Ullrich almost 15 years ago

Add Supported by BSD Perimter field

View differences:

usr/local/www/pkg_mgr_installed.php
74 74
					<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
75 75
						<tr>
76 76
							<td width="10%" class="listhdrr"><?=gettext("Package Name"); ?></td>
77
							<td width="20%" class="listhdrr"><?=gettext("Category"); ?></td>
77
							<td width="15%" class="listhdrr"><?=gettext("Category"); ?></td>
78 78
							<td width="10%" class="listhdrr"><?=gettext("Package Info"); ?></td>
79
							<td width="5%" class="listhdrr"><?=gettext("Supported by BSD Perimter"); ?></td>
79 80
							<td width="15%" class="listhdrr"><?=gettext("Package Version"); ?></td>
80 81
							<td width="45%" class="listhdr"><?=gettext("Description"); ?></td>
81 82
						</tr>
......
138 139
							}
139 140
							?>
140 141
							</td>
142
							<td class="listr">
143
								<?php
144
									if($pkg['supportedbybsdperimeter'])  
145
										echo "YES";
146
									else 
147
										echo "NO";
148
								?>
149
							</td>							
141 150
							<td class="<?=$tdclass;?>">
142 151
									<?=$pkgver;?>
143 152
							</td>

Also available in: Unified diff