diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js
index 26b2a2b0..46c30db8 100644
--- a/copyparty/web/browser.js
+++ b/copyparty/web/browser.js
@@ -929,18 +929,18 @@ ebi('widget').innerHTML = (
'' +
'π¨shareβname' + (fun_tgl ? 'βοΈ' : 'β') + 'nameποΈdel.βcut' + (fun_tgl ? 'βοΈ' : 'β') + 'cutβ§copyπpaste' +
'' + (fun_tgl ? 'β¬οΈπ¦' : 'download') + 'zip' +
'sel.
allsel.
inv.β¬οΈzipβ¬οΈfiles' +
+ ' href="#" id="selall" tt="' + L.wt_selall + '">' + (fun_tgl ? 'β
sel. ' : 'sel.
') + 'all' + (fun_tgl ? 'π
sel. ' : 'sel.
') + 'inv.' + (fun_tgl ? 'π¦
' : '') + 'zip' + (fun_tgl ? 'β¬οΈ
' : '') + 'files' +
'πircπtxt' +
@@ -1495,31 +1495,31 @@ QS('#op_msg input[type="submit"]').value = L.ab_msg;
// right-click menu
ebi('rcm').innerHTML = (
- '' + L.rc_opn + '' +
- '' + L.rc_ply + '' +
- '' + L.rc_pla + '' +
- '' + L.rc_txt + '' +
- '' + L.rc_md + '' +
+ '' + (fun_tgl ? 'βοΈ ' : '') + L.rc_opn + '' +
+ '' + (fun_tgl ? 'βΆ ' : '') + L.rc_ply + '' +
+ '' + (fun_tgl ? 'π§ ' : '') + L.rc_pla + '' +
+ '' + (fun_tgl ? 'π ' : '') + L.rc_txt + '' +
+ '' + (fun_tgl ? 'π ' : '') + L.rc_md + '' +
'' +
- '' + L.rc_cpl + '' +
- '' + L.rc_dl + '' +
+ '' + (fun_tgl ? 'π ' : '') + L.rc_cpl + '' +
+ '' + (fun_tgl ? 'β¬οΈ ' : '') + L.rc_dl + '' +
(have_zip ?
- '' + L.rc_zip + ''
+ '' + (fun_tgl ? 'π¦ ' : '') + L.rc_zip + ''
: '') +
'' +
- (have_del ? '' + L.rc_del + '' : '') +
- (have_mv ? '' + L.rc_cut + '' : '') +
- '' + L.rc_cpy + '' +
+ (have_del ? '' + (fun_tgl ? 'ποΈ ' : '') + L.rc_del + '' : '') +
+ (have_mv ? '' + (fun_tgl ? 'βοΈ ' : '') + L.rc_cut + '' : '') +
+ '' + (fun_tgl ? 'β§ ' : '') + L.rc_cpy + '' +
(has(perms, "write") ?
- '' + L.rc_pst + '' +
- (have_mv ? '' + L.rc_rnm + '' : '') +
+ '' + (fun_tgl ? 'π ' : '') + L.rc_pst + '' +
+ (have_mv ? '' + (fun_tgl ? 'βοΈ ' : '') + L.rc_rnm + '' : '') +
'' +
- '' + L.rc_nfo + '' +
- '' + L.rc_nfi + ''
+ '' + (fun_tgl ? 'π ' : '') + L.rc_nfo + '' +
+ '' + (fun_tgl ? 'π ' : '') + L.rc_nfi + ''
: '') +
'' +
- '' + L.rc_sal + '' +
- '' + L.rc_sin + '' +
+ '' + (fun_tgl ? 'β
' : '') + L.rc_sal + '' +
+ '' + (fun_tgl ? 'π ' : '') + L.rc_sin + '' +
''
);
@@ -9602,7 +9602,7 @@ var arcfmt = (function () {
o.setAttribute("href", m[1] + arg + m[4]);
o.textContent = fmt.split('_')[0];
}
- ebi('selzip').textContent = 'β¬οΈ' + fmt.split('_')[0];
+ ebi('selzip').innerHTML = (fun_tgl ? 'π¦
' : '') + fmt.split('_')[0];
ebi('selzip').setAttribute('fmt', arg);
QS('#zip1 span').textContent = fmt.split('_')[0];