From fc20fb17c299100fd39e900f20c70d823baaebdf Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 31 Jan 2011 14:21:23 -0800 Subject: force text paste in editor --- view/en/jot-header.tpl | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/en/jot-header.tpl b/view/en/jot-header.tpl index b687f65a6..93eb440a4 100644 --- a/view/en/jot-header.tpl +++ b/view/en/jot-header.tpl @@ -2,17 +2,20 @@ -- cgit v1.2.3 From 837cce8a75e884f76a67aef5ee47a9363b96fbcc Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 31 Jan 2011 19:07:13 -0800 Subject: email cc recipients (front end) --- view/de/jot.tpl | 6 +++++- view/en/jot.tpl | 6 +++++- view/fr/jot.tpl | 7 ++++++- view/it/jot.tpl | 7 ++++++- 4 files changed, 22 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/de/jot.tpl b/view/de/jot.tpl index f42f37156..d86d8f847 100644 --- a/view/de/jot.tpl +++ b/view/de/jot.tpl @@ -40,8 +40,12 @@
-
Berechtigungseinstellungen$bang
+
Berechtigungseinstellungen$bang
+ diff --git a/view/en/jot.tpl b/view/en/jot.tpl index de88fb84f..d2a1014e7 100644 --- a/view/en/jot.tpl +++ b/view/en/jot.tpl @@ -40,8 +40,12 @@
-
Permission Settings$bang
+
Permission Settings$bang
+ diff --git a/view/fr/jot.tpl b/view/fr/jot.tpl index 9a5c58153..7c49d771d 100644 --- a/view/fr/jot.tpl +++ b/view/fr/jot.tpl @@ -41,8 +41,13 @@
-
Permission Settings$bang
+
Permission Settings$bang
+ + diff --git a/view/it/jot.tpl b/view/it/jot.tpl index b0c90ddf5..7153c341c 100644 --- a/view/it/jot.tpl +++ b/view/it/jot.tpl @@ -40,8 +40,13 @@
-
Impostazione permessi$bang
+
Impostazione permessi$bang
+ + -- cgit v1.2.3 From 7dbdf8e6faf082e962772b76511f0fd24b6227cc Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 31 Jan 2011 20:52:23 -0800 Subject: let there be purple! ;-) --- view/theme/purplezero/border.jpg | Bin 0 -> 364 bytes view/theme/purplezero/head.jpg | Bin 0 -> 1109 bytes view/theme/purplezero/shiny.png | Bin 0 -> 320 bytes view/theme/purplezero/style.css | 27 +++++++++++++++++++++++++++ 4 files changed, 27 insertions(+) create mode 100644 view/theme/purplezero/border.jpg create mode 100644 view/theme/purplezero/head.jpg create mode 100644 view/theme/purplezero/shiny.png create mode 100644 view/theme/purplezero/style.css (limited to 'view') diff --git a/view/theme/purplezero/border.jpg b/view/theme/purplezero/border.jpg new file mode 100644 index 000000000..66c7a6fcc Binary files /dev/null and b/view/theme/purplezero/border.jpg differ diff --git a/view/theme/purplezero/head.jpg b/view/theme/purplezero/head.jpg new file mode 100644 index 000000000..1acd2ddb8 Binary files /dev/null and b/view/theme/purplezero/head.jpg differ diff --git a/view/theme/purplezero/shiny.png b/view/theme/purplezero/shiny.png new file mode 100644 index 000000000..d3f71ee1d Binary files /dev/null and b/view/theme/purplezero/shiny.png differ diff --git a/view/theme/purplezero/style.css b/view/theme/purplezero/style.css new file mode 100644 index 000000000..16c9dc650 --- /dev/null +++ b/view/theme/purplezero/style.css @@ -0,0 +1,27 @@ +@import url('../duepuntozero/style.css'); + +a, a:visited { color: #7433af; text-decoration: none; } +a:hover {text-decoration: underline; } + + +body { background-image: url(head.jpg); } +aside( background-image: url(border.jpg); } +section { background-image: url(border.jpg); } +#profile-tabs-wrapper { background-image: url(head.jpg); } +div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } + + +.nav-commlink, .nav-login-link { + background-color: #aed3b2; + +} + +.fakelink, .fakelink:visited { + color: #7433af; +} + +.wall-item-name-link { + color: #7433af; +} + + -- cgit v1.2.3 From 9d561d4471bccdd199821cd9ce5b2f6354ab8e65 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 31 Jan 2011 23:06:45 -0800 Subject: oembed contsant name, fix dfrnpubdeliver, add 'code' editor button --- view/en/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/en/jot-header.tpl b/view/en/jot-header.tpl index 93eb440a4..d0c956a02 100644 --- a/view/en/jot-header.tpl +++ b/view/en/jot-header.tpl @@ -9,7 +9,7 @@ tinyMCE.init({ mode : "specific_textareas", editor_selector: /(profile-jot-text|prvmail-text)/, plugins : "bbcode,paste", - theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect", + theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", -- cgit v1.2.3