]> git.sur5r.net Git - bacula/docs/commitdiff
ebl display fd and GB/m only if the are > 1
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 17 Sep 2007 21:12:12 +0000 (21:12 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 17 Sep 2007 21:12:12 +0000 (21:12 +0000)
docs/home-page/pages/testimonial.php

index 4810f78fb55afc099f14d28143c93603f2e86919..d9458c307e1219bf24fecda938bd29ee0bf49479 100644 (file)
@@ -889,15 +889,15 @@ function print_formul($formul)
         <tr><td> Website: </td><td><? echo $formul['website'] ?> </td></tr>
    <? } ?>
 
-   <? if ($formul['number_fd']) { ?>
+   <? if ($formul['number_fd'] > 1) { ?>
         <tr><td> Number of fd: </td><td><? echo $formul['number_fd'] ?> </td></tr>
    <? } ?>
 
-   <? if ($formul['month_gb']) { ?>
+   <? if ($formul['month_gb'] > 1) { ?>
         <tr><td> GB/Month: </td><td><? echo $formul['month_gb'] ?> </td></tr>
    <? } ?>
 
-   <tr><td> Comments: </td><td width='350'><i><? echo $formul['comments'] ?> </i></td></tr>
+   <tr><td> Comments: </td><td width='450'><i><? echo $formul['comments'] ?> </i></td></tr>
    <? if ($formul['publish_contact']) { ?>
         <tr align='right'><td></td><td><i><? echo $formul['contact_name'] ?> </i></td></tr>
    <? } ?>