Sorry for the delayed answer. Meanwhile I setup with the latest Version and now it looks
nearly correct.
When going to the booking-form the backgroung is not displayed. Because of that it's not possible to read the breadcrumps.
Where can i fix that ??
Just to give all information : I made some changes in the dobooking.class.php to eliminate the display of the room-price-column in the booking-form. (I followed the hint in Jomres-Forum) and I commented out a part of J05020.dobooking.class.php to eliminate the availability-calendar in the form (Following the instructions proposed by you Piranha)
$mrConfig=getPropertySpecificSettings();
/* Auf Kommentar gesetzt um Kalender nicht mehr im Buchungsformular anzuzeigen 20100506
if ( $mrConfig['singleRoomProperty'] || $mrConfig['fixedPeriodBookings'] == "1" )
{
showSingleRoomPropAvl($property_uid);
}
elseif ($mrConfig['showRoomsInPropertyDetails'])
{
$componentArgs=array('all'=>"all",'property_uid'=>$property_uid,"showlinks"=>false);
$MiniComponents->triggerEvent('00018',$componentArgs);
//showRoomDetails("all",$property_uid);
}
*/
}
You can see the (unfortunately not very nice) form
here