Loading...
 
Skip to main content

Community activity rules: Illogical icons for rules list

Status
Open
Subject
Community activity rules: Illogical icons for rules list
Version
18.x
Category
  • Error
Feature
Admin Interface (UI)
Resolution status
New
Submitted by
hman
Lastmod by
hman
Rating
(1)
Related-to
Description

The listing of rules in the community control panel uses illogical icons. When you activate a rule, the icon changes to red, if you deactivate it, it turns green.

Quote from the page display's HTML source of /tiki-ajax_services.php?controller=managestream&action=list, "before and after", In both lines you see the logical contradiction in terms.

Copy to clipboard
<span class="text-success tips" title=":Aktiviert"><span class="icon icon-toggle-on delete" ><img src="img/icons/delete.png" alt="toggle-on"></span></span>

and

Copy to clipboard
<span class="tips" title=":Deaktiviert"><span class="icon icon-toggle-off accept" ><img src="img/icons/accept.png" alt="toggle-off"></span></span>

Importance
4
Easy to solve?
10 easy
Priority
40
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7529
Created
Sunday 06 September, 2020 16:31:29 UTC
by hman
LastModif
Monday 08 February, 2021 11:04:02 UTC


Show PHP error messages