From 3b951a0e37ddd4f32d1d1601fe5f50c7251abaf5 Mon Sep 17 00:00:00 2001 From: Linty Date: Wed, 16 Apr 2025 14:26:37 +0200 Subject: [PATCH] issue #2354 rename common css and js files reorganisation of common files before adding the standard profile page --- .../css/{identification_register.css => standard_pages.css} | 0 .../js/{identification_register.js => standard_pages.js} | 0 themes/standard_pages/template/identification.tpl | 4 ++-- themes/standard_pages/template/password.tpl | 4 ++-- themes/standard_pages/template/register.tpl | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) rename themes/standard_pages/css/{identification_register.css => standard_pages.css} (100%) rename themes/standard_pages/js/{identification_register.js => standard_pages.js} (100%) diff --git a/themes/standard_pages/css/identification_register.css b/themes/standard_pages/css/standard_pages.css similarity index 100% rename from themes/standard_pages/css/identification_register.css rename to themes/standard_pages/css/standard_pages.css diff --git a/themes/standard_pages/js/identification_register.js b/themes/standard_pages/js/standard_pages.js similarity index 100% rename from themes/standard_pages/js/identification_register.js rename to themes/standard_pages/js/standard_pages.js diff --git a/themes/standard_pages/template/identification.tpl b/themes/standard_pages/template/identification.tpl index 93481023f..1fcec76e5 100644 --- a/themes/standard_pages/template/identification.tpl +++ b/themes/standard_pages/template/identification.tpl @@ -1,4 +1,4 @@ -{combine_css id='identification_register' path="themes/standard_pages/css/identification_register.css" order=100} +{combine_css id='standard_pages_css' path="themes/standard_pages/css/standard_pages.css" order=100} {combine_css path="themes/default/vendor/fontello/css/gallery-icon.css" order=-10} -{combine_script id='identification_register' load='async' require='jquery' path='themes/standard_pages/js/identification_register.js'} +{combine_script id='standard_pages_js' load='async' require='jquery' path='themes/standard_pages/js/standard_pages.js'} diff --git a/themes/standard_pages/template/password.tpl b/themes/standard_pages/template/password.tpl index a890a2291..a8b05c6b4 100644 --- a/themes/standard_pages/template/password.tpl +++ b/themes/standard_pages/template/password.tpl @@ -1,4 +1,4 @@ -{combine_css id='identification_register' path="themes/standard_pages/css/identification_register.css" order=100} +{combine_css id='standard_pages_css' path="themes/standard_pages/css/standard_pages.css" order=100} {combine_css path="themes/default/vendor/fontello/css/gallery-icon.css" order=-10} -{combine_script id='identification_register' load='async' require='jquery' path='themes/standard_pages/js/identification_register.js'} +{combine_script id='standard_pages_js' load='async' require='jquery' path='themes/standard_pages/js/standard_pages.js'} diff --git a/themes/standard_pages/template/register.tpl b/themes/standard_pages/template/register.tpl index 2d7aa7b49..60b865872 100644 --- a/themes/standard_pages/template/register.tpl +++ b/themes/standard_pages/template/register.tpl @@ -1,4 +1,4 @@ -{combine_css id='identification_register' path="themes/standard_pages/css/identification_register.css" order=100} +{combine_css id='standard_pages_css' path="themes/standard_pages/css/standard_pages.css" order=100} {combine_css path="themes/default/vendor/fontello/css/gallery-icon.css" order=-10} -{combine_script id='identification_register' load='async' require='jquery' path='themes/standard_pages/js/identification_register.js'} +{combine_script id='standard_pages_js' load='async' require='jquery' path='themes/standard_pages/js/standard_pages.js'}