From a6ea75f5fe08f13913ae2ce23d7f4394fd3ceab8 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 20 Oct 2020 15:34:29 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02847=20-=20Rename=20backoffice.js=20into?= =?UTF-8?q?=20backoffice/toolbox.js=20for=20better=20consistency=20with=20?= =?UTF-8?q?other=20toolboxes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/pages/{backoffice.js => backoffice/toolbox.js} | 0 sources/application/WebPage/iTopWebPage.php | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename js/pages/{backoffice.js => backoffice/toolbox.js} (100%) diff --git a/js/pages/backoffice.js b/js/pages/backoffice/toolbox.js similarity index 100% rename from js/pages/backoffice.js rename to js/pages/backoffice/toolbox.js diff --git a/sources/application/WebPage/iTopWebPage.php b/sources/application/WebPage/iTopWebPage.php index 447c8c4ca..348e40e0e 100644 --- a/sources/application/WebPage/iTopWebPage.php +++ b/sources/application/WebPage/iTopWebPage.php @@ -140,7 +140,7 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.magnific-popup.min.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/moment-with-locales.min.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/showdown.min.js'); - $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/pages/backoffice.js'); + $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/pages/backoffice/toolbox.js'); $this->add_dict_entry('UI:FillAllMandatoryFields'); @@ -275,7 +275,7 @@ JS ); // TODO 3.0.0: This is for tag sets, refactor the attribute markup so it contains the necessary - // TODO 3.0.0: data-tooltip-* attributes to activate the tooltips automatically (see /js/pages/backoffice.js) + // TODO 3.0.0: data-tooltip-* attributes to activate the tooltips automatically (see /js/pages/backoffice/toolbox.js) // Attribute set tooltip on items $this->add_ready_script( <<add_ready_script( <<