X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FAdmin%2FForm%2FOptions.tpl;h=eacc079b7c06a137999efc703fba5461de6f72ca;hb=4d8ab4afe3da8ce209e99624a255a43dfc1eff57;hp=c1cc4d9fb9670abacbbe413bbcb38a744a1a9cee;hpb=674cb8b854f6008090d4dcce9372ee76346a198f;p=civicrm-core.git diff --git a/templates/CRM/Admin/Form/Options.tpl b/templates/CRM/Admin/Form/Options.tpl index c1cc4d9fb9..eacc079b7c 100644 --- a/templates/CRM/Admin/Form/Options.tpl +++ b/templates/CRM/Admin/Form/Options.tpl @@ -74,6 +74,16 @@ {$form.grouping.html} {/if} + + {if $form.value.html && $gName neq 'redaction_rule'} + + {$form.value.label} + {$form.value.html}
+
{ts}Changing the Value field will unlink records which have been marked with this option. This change can not be undone except by restoring the previous value.{/ts}
+ + + {/if} + {if $gName eq 'custom_search'} {ts}Search Title{/ts} @@ -82,21 +92,14 @@ {else} - {if $gName eq 'redaction_rule'} - - {ts}Replacement (prefix){/ts} - {$form.value.html}
- {ts}Matched values are replaced with this prefix plus a unique code. EX: If replacement prefix for "Vancouver" is city_, occurrences will be replaced with city_39121.{/ts} - - - {elseif $form.value.html} - - {$form.value.label} - {$form.value.html}
-
{ts}Changing the Value field will unlink records which have been marked with this option. This change can not be undone except by restoring the previous value.{/ts}
- - - {/if} + {if $gName eq 'redaction_rule'} + + {ts}Replacement (prefix){/ts} + {$form.value.html}
+ {ts}Matched values are replaced with this prefix plus a unique code. EX: If replacement prefix for "Vancouver" is city_, occurrences will be replaced with city_39121.{/ts} + + + {/if} {if $form.name.html} {* Get the name value also *} {$form.name.label}