mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1742 changed icon for contact form and undefined lines in history
This commit is contained in:
@@ -371,12 +371,12 @@ function lineConstructor(line, id, imageDisplay) {
|
||||
newLine.find(".type-id").remove();
|
||||
break;
|
||||
case "contact":
|
||||
newLine.find(".type-icon i").addClass("line-icon icon-puzzle icon-yellow");
|
||||
newLine.find(".type-icon i").addClass("line-icon icon-mail-1 icon-yellow");
|
||||
newLine.find(".type-name").html(str_contact_form);
|
||||
newLine.find(".type-id").remove();
|
||||
break;
|
||||
default:
|
||||
newLine.find(".type-icon i").addClass("line-icon icon-help-circled icon-grey");
|
||||
newLine.find(".type-icon i").addClass("line-icon icon-help-puzzle icon-grey");
|
||||
newLine.find(".type-name").html(line.SECTION);
|
||||
newLine.find(".type-id").remove();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user