<input type="checkbox" ng-checked="col.empty_value" ng-click="$ctrl.parent.toggleEmptyVal(col)" >
{{:: ts('Empty placeholder') }}
</label>
+ <a crm-ui-help="hs({id: 'empty', title: ts('Empty placeholder')})"></a>
<textarea rows="2" class="form-control crm-flex-1" ng-if="col.empty_value" ng-model="col.empty_value" ng-model-options="{updateOn: 'blur'}"></textarea>
<crm-search-admin-token-select ng-if="col.empty_value" model="col" field="empty_value" suffix=":label"></crm-search-admin-token-select>
</div>
<input type="checkbox" ng-checked="col.empty_value" ng-click="$ctrl.parent.toggleEmptyVal(col)" >
{{:: ts('Empty placeholder') }}
</label>
+ <a crm-ui-help="hs({id: 'empty', title: ts('Empty placeholder')})"></a>
<textarea rows="2" class="form-control crm-flex-1" ng-if="col.empty_value" ng-model="col.empty_value" ng-model-options="{updateOn: 'blur'}"></textarea>
<crm-search-admin-token-select ng-if="col.empty_value" model="col" field="empty_value" suffix=":label"></crm-search-admin-token-select>
</div>
{htxt id="rewrite"}
<p>{ts}Both search tokens and smarty tags are supported when rewriting fields.{/ts}</p>
+ <p>{ts}SMARTY conditions can be used by placing quotations around the values that should be evaluated.{/ts}</p>
+{/htxt}
+{htxt id="empty"}
+ <p>{ts}SMARTY conditions can be used by placing quotations around the values that should be evaluated.{/ts}</p>
{/htxt}