How to remove red buttons from the page in the web client?

Please post here if you have problems in using Wing FTP Server.
Post Reply
supportrfc
Posts: 3
Joined: Sun Jan 10, 2021 8:15 am

How to remove red buttons from the page in the web client?

Post by supportrfc »

How to remove red buttons from the page in the web client? (eg: more actions, multi-files operation: zip files, delete files, cut files, copy files)
supportrfc
Posts: 3
Joined: Sun Jan 10, 2021 8:15 am

Re: How to remove red buttons from the page in the web clien

Post by supportrfc »

attached screenshot
Image
supportrfc
Posts: 3
Joined: Sun Jan 10, 2021 8:15 am

Re: How to remove red buttons from the page in the web clien

Post by supportrfc »

<!--<td align="right" style="padding-top:6px; ">-->
<!--<b><%=LANG["multifiles_action"]%>:</b>-->
<!--&nbsp;<button class="mybutton" onclick="zipFile(1);" title="<%=LANG["item_mzip"]%>" id="mzip_btn" tabIndex="-1"><span style="vertical-align:middle;"><em><img src="images/compress.gif" align="absmiddle">&nbsp;<%=LANG["item_mzip"]%></em></span></button>&nbsp;<button class="mybutton" onclick="deleteFile(1);" title="<%=LANG["item_mdelete"]%>" id="mdelete_btn" tabIndex="-1"><span style="vertical-align:middle;"><em><img src="images/delete.gif" align="absmiddle">&nbsp;<%=LANG["item_mdelete"]%></em></span></button>&nbsp;<button class="mybutton" onclick="cutFile(1);" title="<%=LANG["item_mcut"]%>" id="mcut_btn" tabIndex="-1"><span style="vertical-align:middle;"><em><img src="images/cut.gif" align="absmiddle">&nbsp;<%=LANG["item_mcut"]%></em></span></button>&nbsp;<button class="mybutton" onclick="copyFile(1);" title="<%=LANG["item_mcopy"]%>" id="mcopy_btn" tabIndex="-1"><span style="vertical-align:middle;"><em><img src="images/copy.gif" align="absmiddle">&nbsp;<%=LANG["item_mcopy"]%></em></span></button>-->
<!--</td>-->
Post Reply