Adds description with KB link
This commit is contained in:
@@ -109,7 +109,7 @@ define(
|
|||||||
'first_name',
|
'first_name',
|
||||||
'last_name',
|
'last_name',
|
||||||
'list_status',
|
'list_status',
|
||||||
'global_status',
|
'global_status'
|
||||||
]).trigger('change');
|
]).trigger('change');
|
||||||
|
|
||||||
nextStepButton.click(function nextClick() {
|
nextStepButton.click(function nextClick() {
|
||||||
|
@@ -37,6 +37,12 @@
|
|||||||
<th scope="row">
|
<th scope="row">
|
||||||
<label for="export_columns">
|
<label for="export_columns">
|
||||||
<%= __('List of fields to export') %>
|
<%= __('List of fields to export') %>
|
||||||
|
<p class="description">
|
||||||
|
<%= __('<strong>[link]Read the guide on the fields.[/link]')
|
||||||
|
|replaceLinkTags('http://beta.docs.mailpoet.com/article/XXX', {'target' : '_blank'})
|
||||||
|
|raw
|
||||||
|
%>
|
||||||
|
</p>
|
||||||
</label>
|
</label>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user