mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-12-23 21:16:50 +01:00
Set up a back link to the main admin panel.
This commit is contained in:
parent
aa1822e20e
commit
5037e01417
2
HEADS
2
HEADS
@ -1 +1 @@
|
||||
{"engine": {"master": "7485a80d12f5ac58116d9b33305c7f9bc5246239"}}
|
||||
{"engine": {"master": "5462650e1029586c828751365c48a870978339cd"}}
|
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user