Change Button Site ClipBoard Dialog....

JSuenram committed Feb 9, 2022 at 15:23 UTC 9eaf92c65ae3bc5701d603630b7310de2a37cc6d
1 file changed +2 -2
views/default.handlebars
+2 -2
@@ -9079,8 +9079,8 @@
9079 if (xxdialogMode || desktop == null || desktop.State != 3) return;
9080 Q('DeskClip').blur();
9081 var x = '';
9082 - if ((features2 & 0x0800) == 0) x += '<input id=dlgClipGet type=button value="' + "Get Clipboard" + '" style=width:120px onclick=showDeskClipGet()>';
9083 - if ((features2 & 0x1000) == 0) x += '<input id=dlgClipSet type=button value="' + "Set Clipboard" + '" style=width:120px onclick=showDeskClipSet()>';
9082 + if ((features2 & 0x0800) == 0) x += '<input id=dlgClipGet type=button value="' + "Get Clipboard" + '" style=width:160px onclick=showDeskClipGet()>';
9083 + if ((features2 & 0x1000) == 0) x += '<input id=dlgClipSet type=button value="' + "Set Clipboard" + '" style=width:160px onclick=showDeskClipSet()>';
9084 x += '<div id=dlgClipStatus style="display:inline-block;margin-left:8px" ></div>';
9085 x += '<textarea id=d2clipText style="width:100%;height:184px;resize:none" maxlength=65535></textarea>';
9086 x += '<input type=button value="Close" style=width:80px;float:right onclick=dialogclose(0)><div style=height:26px;margin-top:3px><span id=linuxClipWarn style=display:none>' + "Remote clipboard is valid for 60 seconds." + '</span>&nbsp;</div><div></div>';