From 4a2c0fcc36695c70c70a83ac04a8cb25f28b02d2 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 26 Jan 2011 16:17:28 +0100 Subject: Add 'jot_tool' hook, plugins can add tool icons. --- view/en/jot.tpl | 5 +++++ view/fr/jot.tpl | 6 ++++++ view/it/jot.tpl | 7 +++++++ view/theme/default/style.css | 13 +++++++++++-- view/theme/duepuntozero/style.css | 12 ++++++++++++ 5 files changed, 41 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/en/jot.tpl b/view/en/jot.tpl index 6590cace8..de88fb84f 100644 --- a/view/en/jot.tpl +++ b/view/en/jot.tpl @@ -15,6 +15,11 @@ +
+ $jotplugins +
+
+
diff --git a/view/fr/jot.tpl b/view/fr/jot.tpl index 6590cace8..9a5c58153 100644 --- a/view/fr/jot.tpl +++ b/view/fr/jot.tpl @@ -15,6 +15,12 @@ +
+ $jotplugins +
+
+ +
diff --git a/view/it/jot.tpl b/view/it/jot.tpl index 5aaf9b923..b0c90ddf5 100644 --- a/view/it/jot.tpl +++ b/view/it/jot.tpl @@ -15,6 +15,11 @@ +
+ $jotplugins +
+
+
@@ -40,6 +45,8 @@
+ +
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index fcc9c94a8..6e643d4fe 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1034,7 +1034,7 @@ input#dfrn-url { margin-left: 110px; margin-top: 10px; } - +#profile-jot-plugin-wrapper, #profile-jot-submit-wrapper { margin-top: 15px; } @@ -1078,7 +1078,9 @@ input#dfrn-url { #profile-jot-perms-end { clear: both; } - +#profile-jot-plugin-end { + clear:both; +} #profile-jot-end { clear: both; margin-bottom: 30px; @@ -2000,3 +2002,10 @@ a.mail-list-link { margin-bottom: 15px; } +.tool-wrapper { + float: left; + margin-left: 5px; +} +.tool-link { + cursor: pointer; +} diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 1a415db45..76a37e7c4 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -907,6 +907,7 @@ input#dfrn-url { margin: 10px 0px 10px 110px; } +#profile-jot-plugin-wrapper, #profile-jot-submit-wrapper { margin-top: 15px; } @@ -952,6 +953,9 @@ input#dfrn-url { height: 30px; } +#profile-jot-plugin-end{ + clear: both; +} #profile-jot-end { /*clear: both;*/ margin-bottom: 30px; @@ -1885,3 +1889,11 @@ a.mail-list-link { margin-bottom: 15px; } + +.tool-wrapper { + float: left; + margin-left: 5px; +} +.tool-link { + cursor: pointer; +} -- cgit v1.2.3 From 6ca1e2ddfe649d2ffeb6bd157b1b04533fa835ff Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 26 Jan 2011 17:11:56 +0100 Subject: remove fixed width from wall-item-content --- view/theme/duepuntozero/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 76a37e7c4..7fbeed4fe 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -853,7 +853,7 @@ input#dfrn-url { } .wall-item-content { float: left; - width: 450px; + /*width: 450px;*/ margin-left: 10px; margin-bottom: 20px; padding: 20px; -- cgit v1.2.3 From b4642ca650e41c33ce461873561bb6d932c022b0 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 26 Jan 2011 14:25:36 -0800 Subject: search icons (?) --- view/de/jot.tpl | 5 +++++ view/theme/duepuntozero/style.css | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/de/jot.tpl b/view/de/jot.tpl index 1411b8a7f..f42f37156 100644 --- a/view/de/jot.tpl +++ b/view/de/jot.tpl @@ -13,6 +13,11 @@ +
+ $jotplugins +
+
+
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 7fbeed4fe..1f713f28d 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -810,7 +810,7 @@ input#dfrn-url { .wall-item-wrapper { float: left; margin-right: 5px; - width: 80px; + width: 150px; } .wall-item-lock { height: 20px; -- cgit v1.2.3 From d2dddd995abef2d0805901b278647bef0ce50f88 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 26 Jan 2011 20:29:32 -0800 Subject: set update frequency to twice daily for 'feed' contacts, unable to set update frequency on contact edit form. --- view/de/contact_edit.tpl | 6 ++++-- view/en/contact_edit.tpl | 7 ++++--- view/fr/contact_edit.tpl | 7 +++++-- view/it/contact_edit.tpl | 6 ++++-- 4 files changed, 17 insertions(+), 9 deletions(-) (limited to 'view') diff --git a/view/de/contact_edit.tpl b/view/de/contact_edit.tpl index 8455db30c..fcd3f2d66 100644 --- a/view/de/contact_edit.tpl +++ b/view/de/contact_edit.tpl @@ -23,6 +23,10 @@ $delete
+ +
+ +
$lastupdtext$last_update
$updpub
@@ -35,8 +39,6 @@ $insecure $blocked $ignored - -

Kontaktinformation / Notizen

diff --git a/view/en/contact_edit.tpl b/view/en/contact_edit.tpl index 79a7651c1..ea546b784 100644 --- a/view/en/contact_edit.tpl +++ b/view/en/contact_edit.tpl @@ -23,6 +23,10 @@ $delete
+ + + +
$lastupdtext$last_update
$updpub
@@ -35,9 +39,6 @@ $insecure $blocked $ignored - - -

Contact Information / Notes

diff --git a/view/fr/contact_edit.tpl b/view/fr/contact_edit.tpl index 79a7651c1..c7d2d5975 100644 --- a/view/fr/contact_edit.tpl +++ b/view/fr/contact_edit.tpl @@ -23,6 +23,11 @@ $delete
+ + + + +
$lastupdtext$last_update
$updpub
@@ -35,8 +40,6 @@ $insecure $blocked $ignored - -

Contact Information / Notes

diff --git a/view/it/contact_edit.tpl b/view/it/contact_edit.tpl index 4432f496a..d4217ba8c 100644 --- a/view/it/contact_edit.tpl +++ b/view/it/contact_edit.tpl @@ -23,6 +23,10 @@ $delete
+ + + +
$lastupdtext$last_update
$updpub
@@ -35,8 +39,6 @@ $insecure $blocked $ignored - -

Informazioni di contatto / Note

-- cgit v1.2.3