소스 검색

Moved Unpublish button to the right

Stephen Ficklin 4 년 전
부모
커밋
42f7931307
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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