Fixed up pr() left in Add Enquiry
This commit is contained in:
parent
eb556f9780
commit
0c0a5e0572
|
|
@ -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); ?>
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue