From 1b090d5baa4d8168f0a793bce1a9f2c2e775f84d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 13 Oct 2025 15:20:15 +0200 Subject: [PATCH] wait #7782 @0.75 --- .../FluidbookPublication/LinksOperation.php | 6 +- .../link_editor_icons.blade.php | 122 ++++++++---------- 2 files changed, 55 insertions(+), 73 deletions(-) diff --git a/app/Http/Controllers/Admin/Operations/FluidbookPublication/LinksOperation.php b/app/Http/Controllers/Admin/Operations/FluidbookPublication/LinksOperation.php index ea9a0a522..405a1c208 100644 --- a/app/Http/Controllers/Admin/Operations/FluidbookPublication/LinksOperation.php +++ b/app/Http/Controllers/Admin/Operations/FluidbookPublication/LinksOperation.php @@ -290,7 +290,7 @@ trait LinksOperation $target = '_blank'; $toPrefix = ''; $toSuffix = ''; - $skipFirst = true; + $skipFirstRow = true; $vPadding = 2; $hPadding = 2; $tooltip = ''; @@ -315,8 +315,8 @@ trait LinksOperation $highlights = $fluidbook->getHightlightData($ignoreSeparators); foreach ($excel as $search => $url) { - if ($skipFirst) { - $skipFirst = false; + if ($skipFirstRow) { + $skipFirstRow = false; continue; } diff --git a/resources/views/fluidbook_publication/link_editor_icons.blade.php b/resources/views/fluidbook_publication/link_editor_icons.blade.php index 904f9c041..a09347877 100644 --- a/resources/views/fluidbook_publication/link_editor_icons.blade.php +++ b/resources/views/fluidbook_publication/link_editor_icons.blade.php @@ -25,60 +25,20 @@ Edit here : https://toolbox.fluidbook.com/tool-sprite/3/edit Button Play Streamline Icon: https://streamlinehq.com - - - - - + - - - - - + - - - - - - - + + + - - - - - - - + + + - - - - - - + + @@ -89,27 +49,49 @@ Edit here : https://toolbox.fluidbook.com/tool-sprite/3/edit - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +