Fixed up pr() left in Add Enquiry

This commit is contained in:
Karl Cordes 2009-02-23 16:18:50 +11:00
parent eb556f9780
commit 0c0a5e0572
2 changed files with 1 additions and 1 deletions

View file

@ -40,4 +40,3 @@ doesn't appear in the drop down list, click 'New Contact'")); ?>
<li><?php echo $html->link(__('New Customer', true), array('controller'=> 'customers', 'action'=>'add')); ?> </li> <li><?php echo $html->link(__('New Customer', true), array('controller'=> 'customers', 'action'=>'add')); ?> </li>
</ul> </ul>
</div> </div>
<?php pr($errors); ?>

View file

@ -482,6 +482,7 @@ fieldset legend {
color: #e32; color: #e32;
font-size: 160%; font-size: 160%;
font-weight: bold; font-weight: bold;
width: auto;
} }
fieldset fieldset { fieldset fieldset {
margin-top: 0px; margin-top: 0px;