Skip to content

Commit 4803e8e

Browse files
authored
Merge pull request #5025 from LudiscapeXApi/patch-21
Update justification.php
2 parents 604308a + 1fb92e2 commit 4803e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/auth/justification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
if (!empty($userJustifications)) {
7575
if (count($fields) <= count($userJustifications) && $_REQUEST['a'] != 'notification_sent') {
76-
$formValidator->addHtml('<div class="alert alert-warning"><a href="'.api_get_self().'?a=notify_justification" >'.$plugin->get_lang('SendNotificationToAllAdmins').'</a></div>');
76+
$formValidator->addHtml('<label class="col-sm-2 control-label"></label><a class="btn btn-primary" href="'.api_get_self().'?a=notify_justification" >'.$plugin->get_lang('SendNotificationToAllAdmins').'</a>');
7777
}
7878
}
7979

0 commit comments

Comments
 (0)