diff --git a/mod/webpages.php b/mod/webpages.php index 04c2e07c5..2c5728531 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -99,7 +99,7 @@ $r = q("select * from item_id where uid = %d and service = 'WEBPAGE' order by si '$pages' => $pages, '$channel' => $which, '$view' => t('View'), - '$preview' => '1', + '$preview' => t('Preview'), )); diff --git a/version.inc b/version.inc index 97a5c28f4..93650e11b 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-10-22.474 +2013-10-23.475 diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index edb1434dd..4f41cf923 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3487,3 +3487,11 @@ a .drop-icons { .item-category { margin-right: 10px; } + +.design-icons { + margin-right: 10px; +} + +#menulist { + list-style-type: none; +} \ No newline at end of file diff --git a/view/tpl/menulist.tpl b/view/tpl/menulist.tpl index 19428aca2..271bace82 100644 --- a/view/tpl/menulist.tpl +++ b/view/tpl/menulist.tpl @@ -7,7 +7,7 @@ {{if $menus }} {{/if}} diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 9a189230b..437e93348 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -6,12 +6,11 @@ {{foreach $pages as $key => $items}} {{foreach $items as $item}}
- {{if $edit}}{{$edit}} | {{/if}} - {{if $view}}{{$view}} {{$item.title}} | {{/if}} - {{if $preview}} Preview {{/if}} - {{if $widget}}{{$item.title}}{{/if}} - -
+ {{if $edit}} {{/if}} + {{if $view}} {{/if}} + {{if $preview}} {{/if}} + {{$item.title}} + {{/foreach}} {{/foreach}}