]> git.quilime.com - clmpr.git/commitdiff
fixed tab index minimal-tags
authorGabriel Dunne <gdunne@quilime.com>
Mon, 26 Dec 2011 22:46:26 +0000 (14:46 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Mon, 26 Dec 2011 22:46:26 +0000 (14:46 -0800)
edit.php

index f07a916a8fcaedf2df62f396ca7b45ce5eaae1c9..ff07ae4308935e73b162f2f4a5107780bea3ea54 100644 (file)
--- a/edit.php
+++ b/edit.php
@@ -63,12 +63,12 @@ function deleteClump( id ) {
 
     <p>
     <label>description</label>
-    <textarea type="text" tabindex="4" name="description"><?php echo htmlentities($clump['description']); ?></textarea>
+    <textarea type="text" tabindex="3" name="description"><?php echo htmlentities($clump['description']); ?></textarea>
     </p>
 
     <p>
     <label>tags</label>
-    <input type="text" tabindex="3" name="tags" value="<?php echo htmlentities($clump['tags']); ?>">
+    <input type="text" tabindex="4" name="tags" value="<?php echo htmlentities($clump['tags']); ?>">
     <p>
 
     <p>