VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: PRO on November 01, 2011, 14:30:49 PM

Title: [fixed] Layout Problem with Ask Question form
Post by: PRO on November 01, 2011, 14:30:49 PM
views/askquestion/tmp/form.php

Add a <br/>

Right under this
<?php
            $ask_comment = JText::sprintf('COM_VIRTUEMART_ASK_COMMENT', $min, $max);
            echo $ask_comment;
            ?>
Title: Re: Layout Problem with Ask Question form
Post by: Milbo on November 01, 2011, 14:46:56 PM
done