mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-05 00:04:46 +00:00
Descriptive names for file transfer target dirs
This commit is contained in:
parent
926b6c4faa
commit
efd40ceab2
@ -447,8 +447,8 @@
|
|||||||
<p>
|
<p>
|
||||||
<label for="upload_destination">{{ _("Target directory:") }}</label>
|
<label for="upload_destination">{{ _("Target directory:") }}</label>
|
||||||
<select name="destination" id="upload_destination">
|
<select name="destination" id="upload_destination">
|
||||||
<option value="images">{{ env["image_dir"] }}</option>
|
<option value="images">Images - {{ env["image_dir"] }}</option>
|
||||||
<option value="afp">{{ AFP_DIR }}</option>
|
<option value="afp">AppleShare - {{ AFP_DIR }}</option>
|
||||||
</select>
|
</select>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
@ -496,8 +496,8 @@
|
|||||||
<form action="/files/download_url" method="post">
|
<form action="/files/download_url" method="post">
|
||||||
<label for="download_destination">{{ _("Target directory:") }}</label>
|
<label for="download_destination">{{ _("Target directory:") }}</label>
|
||||||
<select name="destination" id="download_destination">
|
<select name="destination" id="download_destination">
|
||||||
<option value="images">{{ env["image_dir"] }}</option>
|
<option value="images">Images - {{ env["image_dir"] }}</option>
|
||||||
<option value="afp">{{ AFP_DIR }}</option>
|
<option value="afp">AppleShare - {{ AFP_DIR }}</option>
|
||||||
</select>
|
</select>
|
||||||
<label for="download_url">{{ _("URL:") }}</label>
|
<label for="download_url">{{ _("URL:") }}</label>
|
||||||
<input name="url" id="download_url" required="" type="url">
|
<input name="url" id="download_url" required="" type="url">
|
||||||
|
Loading…
Reference in New Issue
Block a user