Эх сурвалжийг харах

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

Stephen Ficklin 7 жил өмнө
parent
commit
e65b1059b6

+ 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',),
   );