summaryrefslogtreecommitdiff
path: root/htroot/Settings_Seed_UploadFile.inc
blob: 4b34a3a868907f1cbcca113b96b9bffb091d92fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<fieldset>
<p><strong>Store into filesystem:</strong></p>
<p>You must configure this if you want to store the seed-list file onto the file system.</p>
<form action="SettingsAck_p.html" method="post">
<input type="hidden" name="transactionToken" value="#[transactionToken]#"/>
<table border="0" cellspacing="5">
  <tr valign="top">
    <td><label for="fs_path">File Location:</label></td>
    <td><input name="seedFilePath" type="text" id="fs_path" size="40" value="#[seedFilePath]#"/></td>
    <td><i>Here you can specify the path within the filesystem where the seed-list file should be stored.</i></td>
  </tr>
  <tr>
    <td>current:</td><td>#[seedFilePath]# </td><td></td>
  </tr>
  <tr>
    <td colspan="3"><input type="submit" name="seedFileSettings" class="btn btn-primary" value="Submit" /></td>
  </tr>  
</table>
</form>
</fieldset>