GUI: Bare bones field style
authorColeman Watts <coleman@civicrm.org>
Wed, 6 Nov 2019 13:31:11 +0000 (08:31 -0500)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:20 +0000 (19:13 -0700)
ext/afform/gui/ang/afGuiEditor/config-form.html
ext/afform/gui/ang/afGuiEditor/field.html

index 26794a3cbfc4f236b710d364c0d69ac4ff838d2b..ad83f171eda57175f24569824a89d25ef3f87a37 100644 (file)
@@ -5,7 +5,7 @@
 <label for="af_config_form_description">
   {{ ts('Description:') }}
 </label>
-<input ng-model="afform.description" class="form-control" id="af_config_form_description" />
+<textarea ng-model="afform.description" class="form-control" id="af_config_form_description" />
 <label for="af_config_form_server_route">
   {{ ts('URL:') }}
 </label>
index b67b7730c24307e3155e8dbecaf6a204b4faad1b..e3a55a518f60268df08052f167efb6ddfc160a90 100644 (file)
@@ -2,5 +2,6 @@
   <span>{{ getEntity().label + ': ' + getDefn().title }}</span>
 </div>
 <div>
-  {{ node.name }}
+  <label>{{ getDefn().title }}</label>
+  <input class="form-control" disabled placeholder="{{ node.name }}" />
 </div>