Fix tabindex
authorJoey Schulze <joey@infodrom.org>
Tue, 12 Nov 2013 07:57:14 +0000 (07:57 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 12 Nov 2013 07:57:14 +0000 (07:57 +0000)
src/InfoCon/account/edit.wml

index 31f4c48..1fad265 100644 (file)
@@ -129,15 +129,15 @@ textarea {
 
 <br class="none">
 <label for=descr>Verwendungszweck</label>
 
 <br class="none">
 <label for=descr>Verwendungszweck</label>
-<textarea id=descr name=descr rows=5 cols=67><? echo $row['descr']; ?></textarea>
+<textarea id=descr name=descr rows=5 cols=67 tabindex=8><? echo $row['descr']; ?></textarea>
 
 <p><center>
 <? if (isset ($_GET[id])) { ?>
 
 <p><center>
 <? if (isset ($_GET[id])) { ?>
-<input class=button type=submit value="Update" tabindex=8>
+<input class=button type=submit value="Update" tabindex=9>
 &nbsp;&nbsp;&nbsp;
 <input class=button type=submit value="Delete" name=delete tabindex=9>
 <? } else { ?>
 &nbsp;&nbsp;&nbsp;
 <input class=button type=submit value="Delete" name=delete tabindex=9>
 <? } else { ?>
-<input class=button type=submit value="Insert" tabindex=8>
+<input class=button type=submit value="Insert" tabindex=9>
 <? } ?>
 </center><p>
 </form>
 <? } ?>
 </center><p>
 </form>