Skip to content
Snippets Groups Projects
Commit ab6eb91c authored by Héder Mihály's avatar Héder Mihály
Browse files

popup+help text system

parent a6a5b3d0
No related branches found
No related tags found
1 merge request!2GUI tweaks
Pipeline #74375 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -8,6 +8,12 @@ ...@@ -8,6 +8,12 @@
<link rel="stylesheet" href="{{ asset('css/src/default.css', 'accounting') }}"> <link rel="stylesheet" href="{{ asset('css/src/default.css', 'accounting') }}">
<link rel="icon" href="{{ asset("icons/favicon.ico") }}"> <link rel="icon" href="{{ asset("icons/favicon.ico") }}">
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
<script>
function doPopup(popupId) {
var popup = document.getElementById(popupId);
popup.classList.toggle("show");
}
</script>
</head> </head>
<body id="{{ templateId }}"> <body id="{{ templateId }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment