took out german, put in english
[nyc.indymedia.org.git] / etc / producer / batchnav.template
index 258ae85..e7f4d7b 100755 (executable)
@@ -24,12 +24,12 @@ function Go(x) {
 //-->
 </script>
 <form action="">
-<select size=1 name="Auswahl"
-  onChange="Go(this.form.Auswahl.options[this.form.Auswahl.options.selectedIndex].value)"
+<select size=1 name="Jump"
+  onChange="Go(this.form.Jump.options[this.form.Jump.options.selectedIndex].value)"
   class="navform">
-<option value="nothing">Seite ausw&auml;hlen</option>
+<option value="nothing">Jump to Page</option>
 <list batch.all as b>
 <option value="${docPrefix}${b.identifier}${docSuffix}">${b.index}</option></list>
-<option value="../index.shtml">STARTPAGE</option>
+<option value="../index.html">STARTPAGE</option>
 </select>
 </form>
\ No newline at end of file