1 |
wellsi |
1.1 |
diff -ruN e-smith-quota-2.0.0.old/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm e-smith-quota-2.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm |
2 |
|
|
--- e-smith-quota-2.0.0.old/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2008-10-07 18:37:12.000000000 +0100 |
3 |
|
|
+++ e-smith-quota-2.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2010-04-28 18:55:16.000000000 +0100 |
4 |
|
|
@@ -190,6 +190,7 @@ |
5 |
|
|
my $dev = Quota::getqcarg('/home/e-smith/files'); |
6 |
|
|
my ($bc, $bs, $bh, $bt, $ic, $is, $ih, $it) = |
7 |
|
|
Quota::query($dev, $uid); |
8 |
|
|
+ print '<tr><td>'; |
9 |
|
|
|
10 |
|
|
print |
11 |
|
|
$q->p($self->localise('USER')." $name (\"$acct\") ". |
12 |
|
|
@@ -217,6 +218,7 @@ |
13 |
|
|
-override => 1, |
14 |
|
|
-default => $self->toBestUnit($bh), |
15 |
|
|
-size => 12)))); |
16 |
|
|
+ print '</td></tr>'; |
17 |
|
|
return ''; |
18 |
|
|
} |
19 |
|
|
|