Browse Source

Moved Unpublish button to the right

Stephen Ficklin 4 years ago
parent
commit
42f7931307
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tripal/includes/TripalEntityUIController.inc

+ 1 - 0
tripal/includes/TripalEntityUIController.inc

@@ -544,6 +544,7 @@ function tripal_entity_form($form, &$form_state, $term_id = '', $entity = NULL)
         '#value' => t('Unpublish'),
         '#name' => 'unpublish_data',
         '#weight' => 1002,
+        '#attributes' => ['style' => 'float: right'],
       ];
     }
     // Put the delete button on the far-right so that it's harder