瀏覽代碼

Added placeholder for warning text

E.Cannon 7 年之前
父節點
當前提交
4cc3b6a8f0
共有 1 個文件被更改,包括 5 次插入0 次删除
  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) {
 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
   // CSS support to the form
   $form['#attached']['css'] = array(
   $form['#attached']['css'] = array(
     drupal_get_path('module', 'blast_ui') . '/theme/css/form.css',
     drupal_get_path('module', 'blast_ui') . '/theme/css/form.css',