|
Lines 158-163
Link Here
|
| 158 |
<label for="password">Password: </label> |
158 |
<label for="password">Password: </label> |
| 159 |
<input type="text" name="password" id="password" size="20" maxlength="40" value="[% account.password | html %]" /> |
159 |
<input type="text" name="password" id="password" size="20" maxlength="40" value="[% account.password | html %]" /> |
| 160 |
</li> |
160 |
</li> |
|
|
161 |
<li> |
| 162 |
<label for="upload_port">Upload port: </label> |
| 163 |
<input type="text" name="upload_port" id="upload_port" size="20" maxlength="40" value="[% account.upload_port | html %]" /> |
| 164 |
</li> |
| 165 |
<li> |
| 166 |
<label for="download_port">Download port: </label> |
| 167 |
<input type="text" name="download_port" id="download_port" size="20" maxlength="40" value="[% account.download_port | html %]" /> |
| 168 |
</li> |
| 161 |
<li> |
169 |
<li> |
| 162 |
<label for="download_directory">Download directory: </label> |
170 |
<label for="download_directory">Download directory: </label> |
| 163 |
<input type="text" name="download_directory" id="download_directory" size="20" value="[% account.download_directory | html %]" /> |
171 |
<input type="text" name="download_directory" id="download_directory" size="20" value="[% account.download_directory | html %]" /> |
| 164 |
- |
|
|