Skip to content

Commit

Permalink
Merge pull request #11735 from mukeshcompucorp/CRM-21814-add-proper-c…
Browse files Browse the repository at this point in the history
…ontainer-to-text

CRM-21814: Fixed text wrapping
  • Loading branch information
colemanw authored Mar 1, 2018
2 parents 536a7c4 + 92e15dd commit 748ad23
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions templates/CRM/Event/Form/ManageEvent/Fee.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,12 @@

<div id="map-field" >
<fieldset id="map-field"><legend>{ts}Regular Fees{/ts}</legend>
{ts}Use the table below to enter descriptive labels and amounts for up to ten event fee levels. These will be presented as a list of radio button options. Both the label and dollar amount will be displayed. You can also configure one or more sets of discounted fees by checking "Discounts by Signup Date" below.{/ts}<br />
{if $isQuick}{ts}Click <a id='quickconfig' href='#'>here</a> if you want to configure the Regular Fees below as part of a Price Set, with the added flexibility and complexity that entails.{/ts}{/if}
<span class="description">{ts}Use the table below to enter descriptive labels and amounts for up to ten event fee levels. These will be presented as a list of radio button options. Both the label and dollar amount will be displayed. You can also configure one or more sets of discounted fees by checking "Discounts by Signup Date" below.{/ts}
<br />
{if $isQuick}
{ts}Click <a id='quickconfig' href='#'>here</a> if you want to configure the Regular Fees below as part of a Price Set, with the added flexibility and complexity that entails.{/ts}
{/if}
</span>
<table id="map-field-table">
<tr class="columnheader"><td scope="column">{ts}Fee Label{/ts}</td><td scope="column">{ts}Amount{/ts}</td><td scope="column">{ts}Default?{/ts}<br />{$form.default.0.html}</td></tr>
{section name=loop start=1 loop=11}
Expand Down Expand Up @@ -201,7 +205,7 @@

{if $discountSection}
<fieldset id="map-field"><legend>{ts}Discounted Fees{/ts}</legend>
<p>{ts}Use the table below to enter descriptive labels and amounts for up to ten discounted event fees for each discount set. <strong>Don't forget to click 'Save' when you are finished.</strong>{/ts}</p>
<span class="description">{ts}Use the table below to enter descriptive labels and amounts for up to ten discounted event fees for each discount set. <strong>Don't forget to click 'Save' when you are finished.</strong>{/ts}</span>
<table id="map-field-table">
<tr class="columnheader">
<td scope="column">{ts}Fee Label{/ts}</td>
Expand Down Expand Up @@ -363,4 +367,4 @@
});
</script>
{/literal}
{/if}
{/if}

0 comments on commit 748ad23

Please sign in to comment.