From 418aad891dc728e29b68e58c06c7e9f546fb25c4 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Wed, 6 Mar 2024 21:05:19 +0100 Subject: [PATCH] Fix translation of top menu --- .../main/webapp/WEB-INF/layouts/standard.html | 28 +------------------ .../src/main/webapp/tour-menu.inc.html | 27 ++++++++++++++++++ 2 files changed, 28 insertions(+), 27 deletions(-) create mode 100644 view-webapp/src/main/webapp/tour-menu.inc.html diff --git a/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html b/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html index 0b7bb58..e611fe9 100644 --- a/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html +++ b/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html @@ -41,33 +41,7 @@ #if($tour) -
-
-
-
Information
-
-
-
-
-
Registration
-
-
-
-
-
Pairing
-
-
-
-
-
Results
-
-
-
-
-
Standings
-
-
-
+ #translate('tour-menu.inc.html') #end
diff --git a/view-webapp/src/main/webapp/tour-menu.inc.html b/view-webapp/src/main/webapp/tour-menu.inc.html new file mode 100644 index 0000000..a232c33 --- /dev/null +++ b/view-webapp/src/main/webapp/tour-menu.inc.html @@ -0,0 +1,27 @@ +
+
+
+
Information
+
+
+
+
+
Registration
+
+
+
+
+
Pairing
+
+
+
+
+
Results
+
+
+
+
+
Standings
+
+
+