Add lost option in godmode. Fixed style.

This commit is contained in:
m-lopez-f 2015-08-04 12:50:21 +02:00
parent 09cce73c76
commit 257782236e
2 changed files with 2 additions and 1 deletions

View File

@ -128,6 +128,7 @@ if (check_acl ($config['id_user'], 0, "LM") || check_acl ($config['id_user'], 0,
if (check_acl ($config['id_user'], 0, "LM")) {
$sub = array ();
$sub["godmode/alerts/alert_list"]["text"] = __('List of Alerts');
$sub["godmode/alerts/alert_templates"]["text"] = __('Templates');
$sub["godmode/alerts/alert_actions"]["text"] = __('Actions');

View File

@ -2986,7 +2986,7 @@ table#policy_modules td * {
}
.databox.data td>img,.databox.data th>img, .databox.data td>div>a>img,
.databox.data td>span>img, .databox.data td>span>a>img,
.databox.data td>a>img {
.databox.data td>a>img, .databox.data td>form>a>img {
vertical-align: middle;
}