improve default profile behavior

This commit is contained in:
Marc Michalsky 2023-08-03 14:55:57 +02:00
parent 0c1493f47b
commit 57b61d06c6
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
4 changed files with 41 additions and 16 deletions

View file

@ -28,6 +28,7 @@
</tr>
<tr class="crm-section">
{if not $form.is_default}
<td class="label">{$form.selector.label}
<a
onclick='
@ -46,6 +47,7 @@
></a>
</td>
<td class="content">{$form.selector.html}</td>
{/if}
</tr>
<tr class="crm-section">
@ -378,4 +380,4 @@
});
twingle_membership_active_changed();
</script>
{/literal}
{/literal}