From a7c1c22a2a9a5088f0961556bf58e4177005043d Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 16 Aug 2012 21:41:07 -0700 Subject: new contact edit mockup - verdict: too complicated, must simplify --- view/theme/duepuntozero/css/style.css | 26 +++++++++++++++++++++ view/tpl/abook_edit.tpl | 44 +++++++++++++++++++++++++++++++++++ view/tpl/field_acheckbox.tpl | 7 ++++++ 3 files changed, 77 insertions(+) create mode 100644 view/tpl/abook_edit.tpl create mode 100644 view/tpl/field_acheckbox.tpl (limited to 'view') diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index 5b9aee3d2..18f620110 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -2843,6 +2843,32 @@ aside input[type='text'] { } +.field_abook_help { + color: #888; +} +.abook-them { + margin-left: 225px; + margin-bottom: 15px; +} +.abook-me { + margin-left: 36px; + margin-bottom: 15px; +} +.acheckbox { + margin-bottom: 5px !important; +} + +#contact-slider { + width: 600px !important; +} + +.abook-edit-them, .abook-edit-me { + float: left; + width: 100px !important; +} +.field_abook_help { + float: left; +} .field .onoff { float: left; diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl new file mode 100644 index 000000000..8f72edc59 --- /dev/null +++ b/view/tpl/abook_edit.tpl @@ -0,0 +1,44 @@ + +

$header

+ +
+View ProfileArchive + +
+
+

Slide to adjust your degree of friendship

+ +$slide + +

Permissions

+ +
+ + + +
+Quick Links: +Full SharingCautious SharingFollow Only
+
+ +$them$me +
+
+{{inc field_acheckbox.tpl with $field=$perm01 }}{{endinc}} +{{inc field_acheckbox.tpl with $field=$perm02 }}{{endinc}} +{{inc field_acheckbox.tpl with $field=$perm03 }}{{endinc}} +{{inc field_acheckbox.tpl with $field=$perm04 }}{{endinc}} +{{inc field_acheckbox.tpl with $field=$perm05 }}{{endinc}} +{{inc field_acheckbox.tpl with $field=$perm06 }}{{endinc}} +{{inc field_acheckbox.tpl with $field=$perm07 }}{{endinc}} +{{inc field_acheckbox.tpl with $field=$perm08 }}{{endinc}} +{{inc field_acheckbox.tpl with $field=$perm09 }}{{endinc}} +{{inc field_acheckbox.tpl with $field=$perm10 }}{{endinc}} + +
+ + + + +
+
diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl new file mode 100644 index 000000000..6b7bd274b --- /dev/null +++ b/view/tpl/field_acheckbox.tpl @@ -0,0 +1,7 @@ + +
+ + + + $field.3 +
-- cgit v1.2.3