We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 604308a + 1fb92e2 commit 4803e8eCopy full SHA for 4803e8e
main/auth/justification.php
@@ -73,7 +73,7 @@
73
74
if (!empty($userJustifications)) {
75
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>');
+ $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>');
77
}
78
79
0 commit comments