Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Little bug in /views/reservation/tmpl/default.php
(1 viewing) (1) Guest
Universal booking and reservations component for Joomla!.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Little bug in /views/reservation/tmpl/default.php

Little bug in /views/reservation/tmpl/defaul​t.php 11 years, 9 months ago #31907

Hi there
Only to tell you that there is a little bug in /views/reservation/tmpl/default.php
You have forgotten to close with quotes the class tag with value "clr" in the last div

<div class="bookingToolbar">
<?php
list($avail,$text) = BookingHelper::getInvoiceLink($this->reservation->id);
if ($avail==1)
echo '<a href="javascript:void(0)" class="aIconToolInvoice tool invoice" onclick="window.open(\''.$text.'\',\'win2\', \'status=yes,toolbar=yes,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no\');">'.JText::_('Invoice').'</a>';
elseif ($avail==2)
echo '<span href="javascript:void(0)" class="hasTip aIconToolInvoice tool invoice" title="'.JText::_('Invoice not available').'::'.JText::_($text).'">'.JText::_('Invoice not available').'</span>';
?>
<div class="clr></div>
</div>
 


As I say you before a little bug :-), in my case the consequence it was that the paypal button was not visible, and instead of this some jscript code in the place of the button.

I see in this forum that are some people that are not putting in value your effort in making this component, I have to say the very best component I could see to solve our rent a car booking requirements, sincerely congratulations great job.
The topic has been locked.
  • Page:
  • 1
User Login Empty