Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
PCBK-228 - booking info layout alignemnt fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Valihora authored and guanhuan committed Dec 9, 2015
1 parent e6bb74d commit ea15e15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/Booking/Form/Booking/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down
4 changes: 4 additions & 0 deletions css/booking.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ td.text-right{
width: 20% !important;
padding-right: 10px
}

.crm-container .crm-section .content {
margin-left: 22%;
}
2 changes: 1 addition & 1 deletion templates/CRM/Booking/Form/Booking/Common.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div class="crm-section">
<div class="label">{$form.total_amount.label}</div>
<div class="content">
<div id='totalAmount'>{$form.currencySymbol.html|crmAddClass:two}&nbsp;{$form.total_amount.html|crmAddClass:eight}</div><br/>
{$form.currencySymbol.html|crmAddClass:two}&nbsp;{$form.total_amount.html|crmAddClass:eight}<br/>
<span class="description"> {ts}Booking payment amount. A contribution record will be created for this amount.{/ts} </span>
</div>
</div>
Expand Down

0 comments on commit ea15e15

Please sign in to comment.