From c696860cc53bc25558d83de5eda65d9b583da382 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 23 Apr 2015 21:04:01 +0200 Subject: webpages blocks fixes --- view/css/mod_blocks.css | 29 +++++++++++++++++++ view/theme/redbasic/css/style.css | 1 + view/tpl/blocklist.tpl | 59 +++++++++++++++++++++++++++++---------- view/tpl/webpagelist.tpl | 30 +++++++++++++------- 4 files changed, 95 insertions(+), 24 deletions(-) (limited to 'view') diff --git a/view/css/mod_blocks.css b/view/css/mod_blocks.css index 117e99068..c930f5dc8 100644 --- a/view/css/mod_blocks.css +++ b/view/css/mod_blocks.css @@ -1,3 +1,32 @@ #block-editor { display: none; } + +#block-list-table { + width: 100%; +} + +#block-list-table th:nth-child(1){ + padding: 7px 3px 7px 10px; + white-space: nowrap; +} + +#block-list-table td:nth-child(1){ + padding: 7px 3px 7px 10px; +} + +#block-list-table th:nth-child(5), +#block-list-table td:nth-child(5){ + padding: 7px 3px; + white-space: nowrap; +} + +#block-list-table th:nth-child(6), +#block-list-table td:nth-child(6){ + padding: 7px 10px 7px 7px; + white-space: nowrap; +} + +.webpage-list-tool { + padding: 7px 10px; +} diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index eebd1566e..28d443c74 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1937,6 +1937,7 @@ nav .dropdown-menu { } [id^="webpage-list-item-"]:hover td, +[id^="block-list-item-"]:hover td, [id^="menu-list-item-"]:hover td, [id^="mitem-list-item-"]:hover td { background-color: $item_colour; diff --git a/view/tpl/blocklist.tpl b/view/tpl/blocklist.tpl index a8cb29b35..f599aade7 100644 --- a/view/tpl/blocklist.tpl +++ b/view/tpl/blocklist.tpl @@ -13,20 +13,51 @@ {{/if}} {{if $pages}} - -
+
+ + + + + + + + + {{foreach $pages as $key => $items}} - {{foreach $items as $item}} -
- {{if $edit}} {{/if}} - {{if $view}} {{/if}} - {{*if $preview}} {{/if*}} - {{$item.title}} -
- {{/foreach}} + {{foreach $items as $item}} + + + + + + + + {{/foreach}} - - -
- + {{/foreach}} +
{{$name}}
+ {{if $view}} + {{$item.title}} + {{else}} + {{$item.title}} + {{/if}} + + {{if $edit}} + + {{/if}} + + {{if $item.bb_element}} + + {{/if}} + + {{if $edit}} + + {{/if}} +
+
+
{{/if}} diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 549344903..77fb09492 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -29,31 +29,41 @@ {{foreach $items as $item}} - {{if $view}} + {{if $view}} {{$item.pagetitle}} - {{else}} + {{else}} {{$item.pagetitle}} - {{/if}} + {{/if}} - {{$item.title}} + {{$item.title}} - {{if $item.lockstate=='lock'}}{{/if}} + {{if $item.lockstate=='lock'}} + + + {{/if}} + - {{if $edit}}{{/if}} + {{if $edit}} + + {{/if}} - {{if $item.bb_element}}{{/if}} + {{if $item.bb_element}} + + {{/if}} - {{if $edit}}{{/if}} + {{if $edit}} + + {{/if}} - {{$item.created}} + {{$item.created}} - {{$item.edited}} + {{$item.edited}} {{/foreach}} -- cgit v1.2.3