Browse Source

Added placeholder for warning text

E.Cannon 7 years ago
parent
commit
4cc3b6a8f0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      includes/blast_ui.form_per_program.inc

+ 5 - 0
includes/blast_ui.form_per_program.inc

@@ -15,6 +15,11 @@
  */
 function blast_ui_per_blast_program_form($form, $form_state) {
 
+  // Add a warning, if need be (to be used for temporary messages like down-for-maintanence)
+  $form['warning'] = array(
+    '#markup' => t(''),
+  );
+  
   // CSS support to the form
   $form['#attached']['css'] = array(
     drupal_get_path('module', 'blast_ui') . '/theme/css/form.css',