From 61697ca048f12eb5b0e8a5e30eabf45a8ce838d4 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 25 Jan 2024 19:44:52 +0000 Subject: [PATCH] docs/confirm-restore: restyled the page Signed-off-by: Rico Hoppe --- src/templates/docs/confirm-restore.html | 54 +++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 3 deletions(-) diff --git a/src/templates/docs/confirm-restore.html b/src/templates/docs/confirm-restore.html index 3001a5fa..1ea66351 100644 --- a/src/templates/docs/confirm-restore.html +++ b/src/templates/docs/confirm-restore.html @@ -3,13 +3,13 @@ {% block title %}{{ _("Restore %s") % page.page }}{% end block %} {% block content %} -
+ + +
+
+
+ + +

{{ _("Restore %s") % page.page }}

+
+
+
+ +
+

+ {{ _("Do you really want to restore this page to its revision from %s?") % locale.format_date(page.timestamp) }} +

+ +
+ {% raw xsrf_form_html() %} + + + + +
+ +
+ + +
+
+ {% end block %} -- 2.39.5