$this->fillData();
- $this->addElement('link', 'addmore_link',' ', 'addmore', 'Add another contribution page');
+ $this->addElement('link', 'addmore_link',' ', 'addmore', 'Add another contribution page or financial type.');
$this->addButtons(array(
array(
$('#' + "contribution_start_date_" + i).parent().parent().attr("id", 'crm-section-startdate-' + i);
$('#' + "contribution_end_date_" + i).parent().parent().attr("id", 'crm-section-enddate-' + i);
}
- $('#goal_amount').parent().after('<div class="crm-wci-pb"><hr></div><label><SMALL>Progressbar shows the sum of each percentage of contributions done on each selected contribution page</SMALL></label>');
+ $('#goal_amount').parent().after('<div class="crm-wci-pb"><hr></div><label><SMALL>Progressbar shows the sum of percentage of contributions done on each selected contribution page or financial type.</SMALL></label>');
});
$("#ProgressBar").validate({
rules: {
id_content = "content_enddate-" + count;
$('#' + id_section).append("<div class=\"content\" id="+ id_content + ">");
$('#' + id_content).append('<input type="text" size="20" id = "enddate_' + count + '" name="enddate_' + count +'" value="" />');
- $('#' + id_content).append('<span class=\"description\">(Format YYYY-MM-DD)</span><br><span class=\"description\">Date to which contributions to be added to this progress bar. Keep it empty to select contributions up to today</span>');
+ $('#' + id_content).append('<span class=\"description\">(Format YYYY-MM-DD)</span><br><span class=\"description\">Date to which contributions to be added to this progress bar. Keep it empty to select contributions up to today.</span>');
$('#' + id_section).append("</div");
id_section = "crm-section-per-" + count;
<div class="content">{$form.$elementName.html}
<span class="description">(Format YYYY-MM-DD)</span>
<br>
- <span class="description">{ts}Date to which contributions to be added to this progressbar. Keep it empty to select contributions up to today{/ts}</span>
+ <span class="description">{ts}Date to which contributions to be added to this progressbar. Keep it empty to select contributions up to today.{/ts}</span>
</div>
{else}
<div class="content">{$form.$elementName.html}</div>