mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02:00
Added a div around the admin section links.
This commit is contained in:
parent
8d622659e2
commit
3db99e06e1
@ -72,9 +72,11 @@ void AdminPanel::render_admin_panel_list(Request *request) {
|
|||||||
for (int j = 0; j < links.size(); ++j) {
|
for (int j = 0; j < links.size(); ++j) {
|
||||||
AdminSectionLinkInfo &li = links[j];
|
AdminSectionLinkInfo &li = links[j];
|
||||||
|
|
||||||
|
b.div()->cls("section_entry");
|
||||||
b.a()->href(rootlink + s.section_url + "/" + li.link);
|
b.a()->href(rootlink + s.section_url + "/" + li.link);
|
||||||
b.w(li.name);
|
b.w(li.name);
|
||||||
b.ca();
|
b.ca();
|
||||||
|
b.cdiv();
|
||||||
}
|
}
|
||||||
|
|
||||||
links.clear();
|
links.clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user