+ {$form.currencySymbol.html|crmAddClass:two} {$form.total_amount.html|crmAddClass:eight}
{ts}Booking payment amount. A contribution record will be created for this amount.{/ts}
diff --git a/CRM/Booking/Form/Booking/Info.php b/CRM/Booking/Form/Booking/Info.php index 2c0bc5ff..5adc92d6 100644 --- a/CRM/Booking/Form/Booking/Info.php +++ b/CRM/Booking/Form/Booking/Info.php @@ -60,7 +60,7 @@ function buildQuickForm() { array() ); - $this->add('text', 'title', ts('Title'), array('size' => 80, 'maxlength' => 255), TRUE); + $this->add('text', 'title', ts('Title'), array('size' => 50, 'maxlength' => 255), TRUE); $this->addDate('event_start_date', ts('Date booking made'), TRUE, array('formatType' => 'activityDateTime')); $this->add('textarea', 'description', ts('Description')); $this->add('textarea', 'note', ts('Note')); diff --git a/css/booking.css b/css/booking.css index da841723..86d7c3de 100644 --- a/css/booking.css +++ b/css/booking.css @@ -12,3 +12,7 @@ td.text-right{ width: 20% !important; padding-right: 10px } + +.crm-container .crm-section .content { + margin-left: 22%; +} \ No newline at end of file diff --git a/templates/CRM/Booking/Form/Booking/Common.tpl b/templates/CRM/Booking/Form/Booking/Common.tpl index 012767ef..77d0e4fa 100644 --- a/templates/CRM/Booking/Form/Booking/Common.tpl +++ b/templates/CRM/Booking/Form/Booking/Common.tpl @@ -62,7 +62,7 @@