refresh to match the gtk client

This commit is contained in:
Damien Churchill 2008-09-04 01:15:13 +00:00
parent 818b626440
commit 5eaf9dd259
1 changed files with 35 additions and 14 deletions

View File

@ -1,24 +1,45 @@
<form> <form>
<fieldset> <fieldset>
<legend>$_('Download Location')</legend> <legend>$_('Folders')</legend>
<label>$_('Default download location'):</label><input type="text" name="download_location" /><br/> <label>
<label><input type="checkbox" name="move_completed" />$_('Move completed to'):</label><input type="text" name="move_completed_path" /> $_('Download to'):
</fieldset> </label>
<fieldset> <input type="text" name="download_location" /><br/>
<legend>$_('Torrent File Copy')</legend>
<label><input type="checkbox" name="copy_torrent_file" />$_('Save .torrent file'):</label><input type="text" name="torrentfiles_location" /> <label>
</fieldset> <input type="checkbox" name="move_completed" />
<fieldset> $_('Move completed to'):
<legend>$_('Auto Add Folder')</legend> </label>
<label><input type="checkbox" name="autoadd_enable" />$_('Enable Folder'):</label><input type="text" name="autoadd_location" /> <input type="text" name="move_completed_path" /><br />
<label>
<input type="checkbox" name="copy_torrent_file" />
$_('Copy of .torrent files to'):
</label>
<input type="text" name="torrentfiles_location" /><br/>
<label>
<input type="checkbox" name="autoadd_enable" />
$_('Auto add .torrents from'):
</label>
<input type="text" name="autoadd_location" /><br/>
</fieldset> </fieldset>
<fieldset> <fieldset>
<legend>$_('Allocation')</legend> <legend>$_('Allocation')</legend>
<label><input type="radio" name="compact_allocation" value="false" />$_('Use Full Allocation')</label> <label>
<label><input type="radio" name="compact_allocation" value="true" />$_('Use Compact Allocation')</label> <input type="radio" name="compact_allocation" value="false" />
$_('Use Full Allocation')
</label>
<label>
<input type="radio" name="compact_allocation" value="true" />
$_('Use Compact Allocation')
</label>
</fieldset> </fieldset>
<fieldset> <fieldset>
<legend>$_('Options')</legend> <legend>$_('Options')</legend>
<label class="fluid"><input type="checkbox" name="prioritize_first_last_pieces" />$_('Prioritize first and last pieces of torrent')</label> <label class="fluid">
<input type="checkbox" name="prioritize_first_last_pieces" />
$_('Prioritize first and last pieces of torrent')
</label>
</fieldset> </fieldset>
</form> </form>