Set up a back link to the main admin panel.

This commit is contained in:
Relintai 2021-11-14 22:18:20 +01:00
parent aa1822e20e
commit 5037e01417
2 changed files with 7 additions and 1 deletions

2
HEADS
View File

@ -1 +1 @@
{"engine": {"master": "7485a80d12f5ac58116d9b33305c7f9bc5246239"}}
{"engine": {"master": "5462650e1029586c828751365c48a870978339cd"}}

View File

@ -292,6 +292,12 @@ MourneApplication::MourneApplication() :
_admin_panel->set_default_header(b.result);
b.result = "";
b.div()->cls("back")->f()->a()->href("/")->f()->w("<--- Back")->ca()->cdiv();
b.br();
_admin_panel->set_default_body_top(b.result);
compile_menu();
}