X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FUF%2FPage%2FField.tpl;h=95515046283bbb90529ea46d72a2b2d7d237cac7;hb=6f2311483b933b7547f5d24b2fdb2df1090b07a2;hp=9ff5e779d140231126c002c9c2a6c2ca438d61cd;hpb=2c53a8f729f160b603efc6e8f5eb03c118df6ed3;p=civicrm-core.git diff --git a/templates/CRM/UF/Page/Field.tpl b/templates/CRM/UF/Page/Field.tpl index 9ff5e779d1..9551504628 100644 --- a/templates/CRM/UF/Page/Field.tpl +++ b/templates/CRM/UF/Page/Field.tpl @@ -45,8 +45,7 @@ {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} {include file="CRM/common/crmeditable.tpl"} - {include file="CRM/common/jsortable.tpl"} - +
@@ -55,12 +54,11 @@ {/if} - + - {foreach from=$ufField item=row} @@ -71,12 +69,11 @@ {/if} - + - {/foreach}
{ts}Field Name{/ts}{ts}Searchable?{/ts} {ts}In Selector?{/ts}{ts}Order{/ts}{ts}Order{/ts} {ts}Required{/ts} {ts}View Only{/ts} {ts}Reserved{/ts}
{if $row.is_searchable eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {if $row.in_selector eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}{$row.order}{$row.weight} {if $row.is_required eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {if $row.is_view eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {if $row.is_reserved eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {$row.action|replace:'xx':$row.id}{$row.weight}
@@ -92,9 +89,12 @@ {else} {if $action eq 16} {capture assign=crmURL}{crmURL p="civicrm/admin/uf/group/field/add" q="reset=1&action=add&gid=$gid"}{/capture} -
-
- {ts 1=$groupTitle 2=$crmURL}There are no CiviCRM Profile Fields for '%1', you can add one now.{/ts} +
+
+ {ts}None found.{/ts} +
+ {/if} {/if}