]> git.sur5r.net Git - bacula/docs/commitdiff
ebl small fix
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 17 Sep 2007 20:58:35 +0000 (20:58 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 17 Sep 2007 20:58:35 +0000 (20:58 +0000)
docs/home-page/pages/testimonial.php

index 5afed367d0b74edf5413b041053a11c316b72f17..4810f78fb55afc099f14d28143c93603f2e86919 100644 (file)
@@ -729,6 +729,7 @@ Best regards.
 
         mail($email, $subject, $message, "From: Bacula WebMaster <$from>");
         mail($from, $subject, $message, "From: Bacula WebMaster <$from>");
+        mail('eric@eb.homelinux.org', $subject, $message, "From: Bacula WebMaster <$from>");
 
         echo "The email has been sent for approval.<br/>";
 }
@@ -896,16 +897,16 @@ function print_formul($formul)
         <tr><td> GB/Month: </td><td><? echo $formul['month_gb'] ?> </td></tr>
    <? } ?>
 
-   <tr><td> Comments: </td><td><i><? echo $formul['comments'] ?> </i></td></tr>
+   <tr><td> Comments: </td><td width='350'><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>
+   <? } ?>
    </table>
    </td>
    <td>
    <? if ($formul['org_logo']) { ?>
         <a href="<? echo $formul['org_logo'] ?>" ><img width='150' src="<? echo $formul['org_logo'] ?>"></a>
    <? } ?>
-   <? if ($formul['publish_contact']) { ?>
-        <tr align='right'><td></td><td><i><? echo $formul['contact_name'] ?> </i></td></tr>
-   <? } ?>
    </td>
    </table>
 <?