]> git.sur5r.net Git - bacula/docs/commitdiff
ebl change max logo width from 250 to 150
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 9 Aug 2007 16:12:55 +0000 (16:12 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 9 Aug 2007 16:12:55 +0000 (16:12 +0000)
docs/home-page/pages/testimonial.php

index 0038c2da48f3e74284552052d564872cc4b3839c..5afed367d0b74edf5413b041053a11c316b72f17 100644 (file)
@@ -319,7 +319,7 @@ size='4' maxlength='6' value=''></td>
 <td class='ItemName'>Organization Logo :</td>
 <td class='ItemValue'>
 <input type="file" name="org_logo" title="png, gif or jpeg file only please"/>
-</td><td><i>max width 250px. png, gif or jpeg only</i></td>
+</td><td><i>max width 150px. png, gif or jpeg only</i></td>
 </tr>
 
 <tr><td class='ItemName'><font color='red'>*</font>Country:</td>
@@ -901,7 +901,7 @@ function print_formul($formul)
    </td>
    <td>
    <? if ($formul['org_logo']) { ?>
-        <img width='250' src="<? echo $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>