From 74c1b6168938872303b3ff61e9bea1c9c86a29c5 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 3 Mar 2015 09:18:04 +0100 Subject: make remove channel button work again --- view/tpl/settings.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 02937e4b2..6ad23b007 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -1,6 +1,6 @@
- +  {{$removeme}}

{{$ptitle}}

-- cgit v1.2.3 From 6e0b5b742c5b11dc0e8f181926c401bb892aab3b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 3 Mar 2015 11:32:54 +0100 Subject: login adjustment --- view/tpl/login.tpl | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 7bde90c23..9472bd961 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -1,29 +1,19 @@
-
- {{include file="field_input.tpl" field=$lname}} - {{include file="field_password.tpl" field=$lpassword}} +
+ {{include file="field_input.tpl" field=$lname}} + {{include file="field_password.tpl" field=$lpassword}} + {{include file="field_checkbox.tpl" field=$remember}} +
- -
- - {{include file="field_checkbox.tpl" field=$remember}} - -
- -
- -
- {{foreach $hiddens as $k=>$v}} {{/foreach}} - -- cgit v1.2.3