Skip to content

Commit

Permalink
[FIX][UX]Cypht Settings Tab, menus Filters PGP: Color them green when…
Browse files Browse the repository at this point in the history
… active
  • Loading branch information
amaninyumu1 authored and josaphatim committed Jul 11, 2024
1 parent 5e88e14 commit c008f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/pgp/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ protected function output() {
*/
class Hm_Output_pgp_settings_link extends Hm_Output_Module {
protected function output() {
$res = '<li class="menu_profiles"><a class="unread_link" href="?page=pgp">';
$res = '<li class="menu_pgp"><a class="unread_link" href="?page=pgp">';
if (!$this->get('hide_folder_icons')) {
$res .= '<i class="bi bi-lock-fill account_icon"></i> ';
}
Expand Down
2 changes: 1 addition & 1 deletion modules/sievefilters/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ protected function output() {
if (!$this->get('sieve_filters_enabled')) {
return '';
}
$res = '<li class="menu_filters"><a class="unread_link" href="?page=sieve_filters">';
$res = '<li class="menu_sieve_filters"><a class="unread_link" href="?page=sieve_filters">';
if (!$this->get('hide_folder_icons')) {
$res .= '<i class="bi bi-journal-bookmark-fill fs-5 me-2"></i>';
}
Expand Down

0 comments on commit c008f27

Please sign in to comment.