Skip to content

Commit 2255716

Browse files
committed
chore: update layouts
1 parent d0c20cb commit 2255716

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1740588065597
1+
1741881521869

api/src/unraid-api/unraid-file-modifier/modifications/__test__/__fixtures__/downloaded/DefaultPageLayout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ function flashReport() {
676676
echo "<div class='nav-tile right'>";
677677
if (isset($myPage['Lock'])) {
678678
$title = $themes2 ? "" : _('Unlock sortable items');
679-
echo "<div class='nav-item LockButton util'><a 'href='#' class='hand' onclick='LockButton();return false;' title=\"$title\"><b class='icon-u-lock system green-text'></b><span>"._('Unlock sortable items')."</span></a></div>";
679+
echo "<div class='nav-item LockButton util'><a href='#' class='hand' onclick='LockButton();return false;' title=\"$title\"><b class='icon-u-lock system green-text'></b><span>"._('Unlock sortable items')."</span></a></div>";
680680
}
681681
if ($display['usage']) my_usage();
682682

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1740588063495
1+
1741881520894
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1740588063858
1+
1741881521463
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1740588065854
1+
1741881522200

api/src/unraid-api/unraid-file-modifier/modifications/__test__/snapshots/DefaultPageLayout.php.modified.snapshot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ function flashReport() {
667667
echo "<div class='nav-tile right'>";
668668
if (isset($myPage['Lock'])) {
669669
$title = $themes2 ? "" : _('Unlock sortable items');
670-
echo "<div class='nav-item LockButton util'><a 'href='#' class='hand' onclick='LockButton();return false;' title=\"$title\"><b class='icon-u-lock system green-text'></b><span>"._('Unlock sortable items')."</span></a></div>";
670+
echo "<div class='nav-item LockButton util'><a href='#' class='hand' onclick='LockButton();return false;' title=\"$title\"><b class='icon-u-lock system green-text'></b><span>"._('Unlock sortable items')."</span></a></div>";
671671
}
672672
if ($display['usage']) my_usage();
673673

0 commit comments

Comments
 (0)