Sfoglia il codice sorgente

Added placeholder for warning text

E.Cannon 7 anni fa
parent
commit
4cc3b6a8f0
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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',