|
|
@@ -635,9 +635,14 @@ class Route_Storage_AclStruct extends RouteBase {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- echo UI::h('details', ['style'=>"margin-bottom:24px; padding:0 10px; background-color:#eee", 'open' => "open"], [
|
|
|
- UI::h('summary', ['style'=>"font-size:1.4em; line-height:2em; cursor:pointer; outline:none"], [
|
|
|
- "Struktura obiektu '{$namespace}' ",
|
|
|
+ echo UI::h('div', ['style'=>"margin-bottom:24px; padding:0 10px; background-color:#eee", 'open' => "open"], [
|
|
|
+ UI::h('div', [], [
|
|
|
+ UI::h('a', [
|
|
|
+ 'class' => "btn btn-link",
|
|
|
+ 'href' => Router::getRoute('Storage')->getLink('tableList', [ 'idStorage' => 36 ]),
|
|
|
+ ], "« wróć do listy"),
|
|
|
+ " ",
|
|
|
+ UI::h('b', [ 'style' => "font-size:1.1em; line-height:2em" ], "Struktura obiektu '{$namespace}'"),
|
|
|
// UI::h('small', ['style'=>"font-size:0.8em; font-style:italic; color:#aaa"], " więcej...")
|
|
|
]),
|
|
|
UI::h('div', ['style'=>"padding:4px 24px; border-top:1px solid #fff"], [
|