mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
yWeb: remove upload function from Y_Tools_Cmd.yhtm
Origin commit data
------------------
Branch: ni/coolstream
Commit: fb695bd8de
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Origin message was:
------------------
- yWeb: remove upload function from Y_Tools_Cmd.yhtm
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -38,10 +38,6 @@ function setCaretToEnd(control)
|
||||
control.setSelectionRange(l, l);
|
||||
}
|
||||
}
|
||||
function doUpload()
|
||||
{
|
||||
upload = window.open('Y_Tools_Cmd_Upload.yhtm?path='+document.f.pwd.value,'upload',"width=500,height=400,scrollbars=yes");
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
@@ -59,7 +55,6 @@ function doUpload()
|
||||
<tr>
|
||||
<td><input type="button" name="clear" value="{=L:clear=}" onclick="do_clear()"/></td>
|
||||
<td><input type="checkbox" name="appendx" value="1" title="append output (only IE)"/> {=L:tools.cmd_shell.output_desc=}
|
||||
<!--<input type="button" value="Upload" title="upload a file to current directory" onClick="doUpload()">-->
|
||||
</td>
|
||||
</tr><tr>
|
||||
<td>{=L:tools.path=}: </td>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version=2.9.1.02
|
||||
version=2.9.1.04
|
||||
date=06.09.2022
|
||||
info=NI-Neutrino
|
||||
|
Reference in New Issue
Block a user