File tree Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
Roundcube Webmail ContextMenu
2
2
=============================
3
3
4
+ Version 3.3.1 (2022-06-18, rc-1.5)
5
+ =================================================
6
+ * Add placeholder for undeleted icon
7
+
4
8
Version 3.3 (2021-10-19, rc-1.5)
5
9
=================================================
6
10
* Support Dark Mode in Elastic
Original file line number Diff line number Diff line change 5
5
"homepage" : " https://github.com/johndoh/roundcube-contextmenu/" ,
6
6
"license" : " GPL-3.0-or-later" ,
7
7
"type" : " roundcube-plugin" ,
8
- "version" : " 3.3" ,
8
+ "version" : " 3.3.1 " ,
9
9
"authors" : [
10
10
{
11
11
"name" : " Philip Weir" ,
Original file line number Diff line number Diff line change 28
28
*/
29
29
class contextmenu extends rcube_plugin
30
30
{
31
- public $ task = '^(( ?!login).)*$ ' ;
31
+ public $ task = '?( ?!login$|logout$|cli$).* ' ;
32
32
private $ rcube ;
33
33
34
34
public function init ()
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /* Author: Eyad Tamer */
3
+
4
+ $ labels = [];
5
+ $ labels ['collapseall ' ] = 'تصغير كل المجلدات ' ;
6
+ $ labels ['expandall ' ] = 'قم بتوسيع كافة المجلدات ' ;
7
+
8
+ $ messages = [];
Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ div.contextmenu ul.iconized li a.unflaggedlink span.icon
132
132
background-position : 7px -153px ;
133
133
}
134
134
135
+ div .contextmenu ul .iconized li a .undeletedlink span .icon
136
+ {
137
+ background-position : 7px -1000px ;
138
+ }
139
+
135
140
div .contextmenu ul .iconized li a .messagemenu span .icon ,
136
141
div .contextmenu ul .iconized li a .contactmenu span .icon ,
137
142
div .contextmenu ul .iconized li a .keymenu span .icon
You can’t perform that action at this time.
0 commit comments