diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-12 07:31:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-12 07:31:07 +0000 |
commit | ee5fdafc63cae1e5149f9802f2cf3db88cb5ed10 (patch) | |
tree | 0f42691287ed90baf9b138efdd27b7aeb7361cd1 /usr | |
parent | accca15fdf37761bb376333f3cbc53808e8f4eae (diff) | |
download | pfsense-ee5fdafc63cae1e5149f9802f2cf3db88cb5ed10.zip pfsense-ee5fdafc63cae1e5149f9802f2cf3db88cb5ed10.tar.gz |
Correct this to sound more english like instead of southern twang ;)
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/pkg_mgr.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php index 0451c13..d496450 100755 --- a/usr/local/www/pkg_mgr.php +++ b/usr/local/www/pkg_mgr.php @@ -138,6 +138,9 @@ if(!$pkg_config['packages']) { $i++; } } + if($i == 0) { + echo "<tr><td colspan=\"3\"><center>There are currently no available packages for installation.</td></tr>"; + } ?> </table> </td> |