set the 'all' option as option at end of the list because the all option

currently select also lists which cannot be exported in xml correctly
pull/1/head
Michael Peter Christen 12 years ago
parent af465cdca5
commit aa067da86b

@ -71,10 +71,10 @@
Here you can export a blacklist as an XML file. This file will contain additional Here you can export a blacklist as an XML file. This file will contain additional
information about which cases a blacklist is activated for.<br /><br /> information about which cases a blacklist is activated for.<br /><br />
<select name="listname"> <select name="listname">
<option value="">all</option>
#{blackListNames}# #{blackListNames}#
<option value="#[blackListName]#">#[blackListName]#</option> <option value="#[blackListName]#">#[blackListName]#</option>
#{/blackListNames}# #{/blackListNames}#
<option value="">all</option>
</select> </select>
<input type="submit" value="Export list as XML" /> <input type="submit" value="Export list as XML" />
</fieldset> </fieldset>
@ -86,10 +86,10 @@
Here you can export a blacklist as a regular text file with one blacklist entry per line. Here you can export a blacklist as a regular text file with one blacklist entry per line.
This file will not contain any additional information.<br /><br /> This file will not contain any additional information.<br /><br />
<select name="listname"> <select name="listname">
<option value="">all</option>
#{blackListNames}# #{blackListNames}#
<option value="#[blackListName]#">#[blackListName]#</option> <option value="#[blackListName]#">#[blackListName]#</option>
#{/blackListNames}# #{/blackListNames}#
<option value="">all</option>
</select> </select>
<input type="hidden" name="col" value="black" /> <input type="hidden" name="col" value="black" />
<input type="submit" value="Export list as text" /> <input type="submit" value="Export list as text" />

Loading…
Cancel
Save