Skip to content

Commit

Permalink
Changed icon-check to icon-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdelaziz77 committed May 4, 2024
1 parent b203daa commit 7364302
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$iconStates = [
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-check',
1 => 'icon-publish',
2 => 'icon-archive',
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
$iconStates = [
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-check',
1 => 'icon-publish',
2 => 'icon-archive',
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
$iconStates = [
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-check',
1 => 'icon-publish',
2 => 'icon-archive',
];
?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
$iconStates = [
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-check',
1 => 'icon-publish',
2 => 'icon-archive',
];
?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
$iconStates = [
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-check',
1 => 'icon-publish',
2 => 'icon-archive',
];
?>
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_fields/tmpl/fields/modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
$iconStates = [
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-check',
1 => 'icon-publish',
2 => 'icon-archive',
];
foreach ($this->items as $i => $item) :
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
$iconStates = [
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-check',
1 => 'icon-publish',
2 => 'icon-archive',
];
foreach ($this->items as $i => $item) :
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
$iconStates = [
-2 => 'icon-trash',
0 => 'icon-unpublish',
1 => 'icon-check',
1 => 'icon-publish',
2 => 'icon-archive',
];
?>
Expand Down

0 comments on commit 7364302

Please sign in to comment.