From a70e42edac9580eab7013f1fcdc5eae252a10dd1 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 29 Dec 2014 14:47:41 +0000 Subject: Remove link to hubloc status in admin panel. This is a potentially useful tool, but plain doesn't work at the moment. --- view/tpl/admin_aside.tpl | 1 - 1 file changed, 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl index 2ab3edcc2..013b72d50 100755 --- a/view/tpl/admin_aside.tpl +++ b/view/tpl/admin_aside.tpl @@ -18,7 +18,6 @@
  • {{$admin.channels.1}}
  • {{$admin.plugins.1}}
  • {{$admin.themes.1}}
  • -
  • {{$admin.hubloc.1}}
  • {{$admin.dbsync.1}}
  • -- cgit v1.2.3 From e69e59d260c311ceae4cbde3239c33d8caea4553 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 29 Dec 2014 22:07:40 +0100 Subject: Don't show current channel separately in channel manager, highlight it instead --- view/tpl/channel.tpl | 4 +--- view/tpl/channels.tpl | 8 -------- 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index c151ba8b2..af80e7b4d 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -1,4 +1,4 @@ -
    +
    {{if $channel.default_links}} {{if $channel.default}}
    {{$msg_default}}
    @@ -10,5 +10,3 @@
    {{$channel.channel_name}}
    - -
    diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl index 0dec68a53..26d0e14d2 100755 --- a/view/tpl/channels.tpl +++ b/view/tpl/channels.tpl @@ -13,14 +13,6 @@ {{$channel_usage_message}}
    {{/if}} -{{if $selected}} -
    -
    {{$msg_selected}}
    -{{include file="channel.tpl" channel=$selected}} -
    -
    -{{/if}} -
    {{$desc}}
    -- cgit v1.2.3 From f2bfdf0c76d2cce95f136b5240a6d7aa18bea8dc Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 29 Dec 2014 22:45:07 +0100 Subject: some work on cloud actionspanel and minor cleanup --- view/tpl/cloud_actionspanel.tpl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index d88bc94c4..0e621e9db 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -2,16 +2,17 @@
    - - + +
    +
    -
    - - + +
    +
    -- cgit v1.2.3