Browse Source

Added a friendly message for ajax loading of fields if empty fields are shown

Stephen Ficklin 7 năm trước cách đây
mục cha
commit
e65b1059b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tripal/includes/TripalBundleUIController.inc

+ 1 - 1
tripal/includes/TripalBundleUIController.inc

@@ -179,7 +179,7 @@ function tripal_tripal_bundle_form($form, &$form_state, $entityDataType) {
       'hide' => t('Hide empty fields'),
       'show' => t('Show empty fields'),
     ),
-    '#description' => t('Choose either to show or hide all empty fields.'),
+    '#description' => t('Choose either to show or hide all empty fields.  If "Show empty fields" is selected then fields will be loaded via AJAX to help speed page loads.'),
     '#default_value' => !empty($empty_fields) ? array($empty_fields,) : array('hide',),
   );