Maurício Meneghini Fauth
81104b0146
Refactor the sql/bookmark.twig template
...
Renames the template to _bookmark.twig to indicate that it's a partial
template. And uses Twig's include function to include the bookmark
template.
Extracts the onsubmit event from the form tag.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2026-01-17 14:27:57 -03:00
Kamil Tekiela
d05d6d55c5
Implement Format in a single line
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-10-08 13:55:57 +01:00
Maurício Meneghini Fauth
d65d0b220c
Remove the Functions JS global object
...
Exports each function individually and removes the Functions global
object.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-07-27 15:38:41 -03:00
Maurício Meneghini Fauth
b1cb1c8129
Replace trans tag with the t function in templates
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-25 14:17:52 -03:00
Maurício Meneghini Fauth
b6eda64b43
Replace trans filter with the t function for templates
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-25 14:10:42 -03:00
Maurício Meneghini Fauth
b2b53c6e18
Move ./templates directory to ./resources/templates
...
- Related to https://github.com/phpmyadmin/phpmyadmin/issues/18512
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-10-17 13:57:07 -03:00