Bug 36767: Add a hint to show the new default of 22
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
09d2bdf90a
commit
2b50c3fc3c
2 changed files with 3 additions and 1 deletions
|
@ -163,10 +163,12 @@
|
|||
<li>
|
||||
<label for="upload_port">Upload port: </label>
|
||||
<input type="text" name="upload_port" id="upload_port" size="20" maxlength="40" value="[% account.upload_port | html %]" />
|
||||
<div class="hint">The upload port will default to 22 if not set.</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="download_port">Download port: </label>
|
||||
<input type="text" name="download_port" id="download_port" size="20" maxlength="40" value="[% account.download_port | html %]" />
|
||||
<div class="hint">The download port will default to 22 if not set.</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="download_directory">Download directory: </label>
|
||||
|
|
Loading…
Reference in a new issue