Skip to content
Snippets Groups Projects
Commit 9b818603 authored by mattwire's avatar mattwire
Browse files

Fix display of field names on forms

parent c2ec0825
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
{* Are you sure to delete form *}
<h3>{ts}Delete Data Processor{/ts}</h3>
<div class="crm-block crm-form-block crm-data-processor_label-block">
<div class="crm-section">{ts 1=$rule->label}Are you sure to delete data processor '%1'?{/ts}</div>
<div class="crm-section">{ts 1=$rule.label}Are you sure to delete data processor '%1'?{/ts}</div>
</div>
{elseif $action eq 128}
{* Export form *}
......
......@@ -3,7 +3,7 @@
{* Are you sure to delete form *}
<h3>{ts}Delete Field{/ts}</h3>
<div class="crm-block crm-form-block crm-data-processor_label-block">
<div class="crm-section">{ts 1=$field->title}Are you sure to delete field '%1'?{/ts}</div>
<div class="crm-section">{ts 1=$field.title}Are you sure to delete field '%1'?{/ts}</div>
</div>
<div class="crm-submit-buttons">
......
......@@ -4,7 +4,7 @@
{* Are you sure to delete form *}
<h3>{ts}Delete Field{/ts}</h3>
<div class="crm-block crm-form-block crm-data-processor_label-block">
<div class="crm-section">{ts 1=$filter->title}Are you sure to delete filter '%1'?{/ts}</div>
<div class="crm-section">{ts 1=$filter.title}Are you sure to delete filter '%1'?{/ts}</div>
</div>
<div class="crm-submit-buttons">
......
......@@ -4,7 +4,7 @@
{* Are you sure to delete form *}
<h3>{ts}Delete Data Source{/ts}</h3>
<div class="crm-block crm-form-block crm-data-processor_label-block">
<div class="crm-section">{ts 1=$source->title}Are you sure to delete data processor source '%1'?{/ts}</div>
<div class="crm-section">{ts 1=$source.title}Are you sure to delete data processor source '%1'?{/ts}</div>
</div>
<div class="crm-submit-buttons">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment