Switch to side-by-side view

--- a/views/settings.tpl
+++ b/views/settings.tpl
@@ -1,8 +1,6 @@
 %include header title=" / settings"
 <div id="settings-box">
 <form action="set" method="get">
-	<b>Prefix</b> <small class="gray">(location of documents on local drive)</small>
-	<input name="prefix" value={{prefix}}><br><br>
 	<b>Find similar</b> <small class="gray">(1 or 0, show "squats" and "squatter")</small>
 	<input name="stem" value={{stem}}><br><br>
 	<hr>
@@ -15,6 +13,11 @@
 	<b>Folder depth</b> <small class="gray">(number of levels of the folder dropdown)</small>
 	<input name="dirdepth" value={{dirdepth}}><br><br>
 	<hr>
+	<b>Locations</b><br>
+	%for d in dirs:
+		<small>{{d}}</small><input name="mount_{{d}}" value={{mounts[d]}}>
+	%end
+	<br><br><hr>
 	<input type="submit" value="Save">
 	<a href=".."><input type="button" value="Cancel"></a>
 </form>