diff --git a/htconfig.php b/htconfig.php
index 63a40c809..872572654 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -69,7 +69,7 @@ $a->config['system']['rino_encrypt'] = true;
// allowed themes (change this from admin panel after installation)
-$a->config['system']['allowed_themes'] = 'dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr,diabook,diabook-blue';
+$a->config['system']['allowed_themes'] = 'dispy,quattro,vier,darkzero,duepuntozero,greenzero,purplezero,slackr,diabook';
// default system theme
diff --git a/include/conversation.php b/include/conversation.php
index 1b869b91e..521b4623b 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -553,6 +553,14 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
'$myphoto' => $a->contact['thumb'],
'$comment' => t('Comment'),
'$submit' => t('Submit'),
+ '$edbold' => t('Bold'),
+ '$editalic' => t('Italic'),
+ '$eduline' => t('Underline'),
+ '$edquote' => t('Quote'),
+ '$edcode' => t('Code'),
+ '$edimg' => t('Image'),
+ '$edurl' => t('Link'),
+ '$edvideo' => t('Video'),
'$preview' => t('Preview'),
'$ww' => (($mode === 'network') ? $commentww : '')
));
diff --git a/view/theme/duepuntozero/bbedit.png b/view/theme/duepuntozero/bbedit.png
new file mode 100644
index 000000000..b89f2f7a8
Binary files /dev/null and b/view/theme/duepuntozero/bbedit.png differ
diff --git a/view/theme/duepuntozero/comment_item.tpl b/view/theme/duepuntozero/comment_item.tpl
index 84b9597e8..ea24d95cc 100755
--- a/view/theme/duepuntozero/comment_item.tpl
+++ b/view/theme/duepuntozero/comment_item.tpl
@@ -13,28 +13,28 @@
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 0429ba5f0..2667c4334 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2956,62 +2956,62 @@ aside input[type='text'] {
}
.editicon {
display: inline-block;
- width: 21px;
- height: 21px;
- background: url(editicons.png) no-repeat;
- border: 0;
+ width: 16px;
+ height: 16px;
+ background-image: url(bbedit.png);
+ background-color: #fff;
text-decoration: none;
}
.editicon:hover {
- border: 0;
+ background-color: #ccc;
}
.boldbb {
background-position: 0px 0px;
}
.boldbb:hover {
- background-position: -22px 0px;
+ background-position: 0px -16px;
}
.italicbb {
- background-position: 0px -22px;
+ background-position: -16px 0px;
}
.italicbb:hover {
- background-position: -22px -22px;
+ background-position: -16px -16px;
}
.underlinebb {
- background-position: 0px -44px;
+ background-position: -32px 0px;
}
.underlinebb:hover {
- background-position: -22px -44px;
+ background-position: -32px -16px;
}
.quotebb {
- background-position: 0px -66px;
+ background-position: -48px 0px;
}
.quotebb:hover {
- background-position: -22px -66px;
+ background-position: -48px -16px;
}
.codebb {
- background-position: 0px -88px;
+ background-position: -64px 0px;
}
.codebb:hover {
- background-position: -22px -88px;
+ background-position: -64px -16px;
}
.imagebb {
- background-position: -44px 0px;
+ background-position: -80px 0px;
}
.imagebb:hover {
- background-position: -66px 0px;
+ background-position: -80px -16px;
}
.urlbb {
- background-position: -44px -22px;
+ background-position: -96px 0px;
}
.urlbb:hover {
- background-position: -66px -22px;
+ background-position: -96px -16px;
}
.videobb {
- background-position: -44px -44px;
+ background-position: -112px 0px;
}
.videobb:hover {
- background-position: -66px -44px;
+ background-position: -112px -16px;
}
.attachtype {