From 9b5e062b573cf6299ef73dcd32b00999922ca802 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 23 Nov 2021 18:59:23 -0700 Subject: [PATCH] Correct the path to the sortable library and add indentation. --- core/dashboard/index.php | 149 +++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 75 deletions(-) diff --git a/core/dashboard/index.php b/core/dashboard/index.php index ee6a05743e..4c0c2f0eec 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -128,7 +128,7 @@ require_once "resources/header.php"; //include sortablejs - echo ""; + echo ""; //include chart.js echo ""; @@ -267,81 +267,80 @@ } echo "\n"; +//begin edit + if ($_GET['edit'] == 'true') { + ?> + + + + + - - - - -