From e597f904d2004c3dda372fb65a0dbe03424251e9 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 23 Mar 2021 08:44:15 -0400 Subject: [PATCH] Afform Gui - Cleanup "Form Settings" tab Minor code cleanup, help text tweaks and organization on the config-form tab --- .../admin/ang/afGuiEditor/config-form.html | 114 +++++++++--------- 1 file changed, 59 insertions(+), 55 deletions(-) diff --git a/ext/afform/admin/ang/afGuiEditor/config-form.html b/ext/afform/admin/ang/afGuiEditor/config-form.html index 4b834f5c74..7c86404c12 100644 --- a/ext/afform/admin/ang/afGuiEditor/config-form.html +++ b/ext/afform/admin/ang/afGuiEditor/config-form.html @@ -1,59 +1,63 @@ -
- - -
- -
- - -

{{:: ts('Semi-private description about the form\'s purpose.') }}

- -
- -
- - -

{{:: ts('Expose the form as a standalone webpage. (Example: "civicrm/my-form")') }}

-
- -
- -

{{ts('The general look/feel should match the frontend')}}

-
- -
- -

{{ts('Allow email authors to easily link to this form')}}

-
- -
- -

{{:: ts('Allow backend users to embed the form on the dashboard.') }}

-
- -
- - -

{{:: ts('What permission is required to use this form?') }}

-
+
+ +

{{:: ts('Public title (usually displayed at the top of the form).') }}

+ +
+ +
+ + +

{{:: ts("Internal note about the form's purpose (not displayed on form).") }}

+ +
+ +
+ + +

{{:: ts('What permission is required to use this form?') }}

+
+ +
+ {{:: ts('Placement') }} + +
+ + +

{{:: ts('Expose the form as a standalone webpage. (Example: "civicrm/my-form")') }}

+
+ +
+ +
+ +
+ +

{{:: ts('Allows CiviMail authors to easily link to this page') }}

+
+ +
+ +

{{:: ts('Allow CiviCRM users to add the form to their home dashboard.') }}

+
+
-- 2.25.1