From b1c97dfcfd80263f94733d0ec6c357eebc5a57da Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 Mar 2017 10:47:30 +0100 Subject: some sed magic on button class names --- view/tpl/abook_edit.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'view/tpl/abook_edit.tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 82f900bae..76d52f699 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -3,7 +3,7 @@ {{if $notself}}
-
{{if $abook_prev || $abook_next}}
- - - + + +
@@ -470,7 +469,7 @@
{{/if}} -
+
{{if $notself}}{{$permnote}}{{/if}} -- cgit v1.2.3 From b897fd8315415245729e37c9f7cd61ad6571282a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 18 Mar 2017 20:02:13 +0100 Subject: more abook_edit --- view/tpl/abook_edit.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/tpl/abook_edit.tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index e2f3f3205..cfe80403a 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -82,7 +82,7 @@
-
+
{{include file="field_checkbox.tpl" field=$unapproved}}
@@ -384,7 +384,7 @@
-
+
{{if $slide}}
{{$lbl_slider}}
@@ -415,7 +415,7 @@
-
+
{{include file="field_textarea.tpl" field=$incl}} {{include file="field_textarea.tpl" field=$excl}} -- cgit v1.2.3 From 2bdf63d069954dcdcd211f519bdc7a1d8fee1295 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 18 Mar 2017 22:01:46 +0100 Subject: more abook_edit and some css --- view/tpl/abook_edit.tpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'view/tpl/abook_edit.tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index cfe80403a..79a6f338f 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -24,13 +24,15 @@ {{if $abook_prev || $abook_next}}
- - - {{/if}}
-- cgit v1.2.3 From 37d350c3f589779a32ca356047d8c7244ac4878f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 20 Mar 2017 11:18:23 +0100 Subject: update to latest bs4 from git and change hidden-* classes to d-* --- view/tpl/abook_edit.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/abook_edit.tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 79a6f338f..9fb5c4b18 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -208,8 +208,8 @@ {{if $vcard.fn}}{{$vcard.fn}}{{/if}} - {{if $vcard.emails.0.address}}{{/if}} - {{if $vcard.tels.0}}{{/if}} + {{if $vcard.emails.0.address}}{{$vcard.emails.0.address}}{{/if}} + {{if $vcard.tels.0}}{{$vcard.tels.0.nr}}{{if $is_mobile}} {{/if}}{{/if}}
-- cgit v1.2.3