diff options
Diffstat (limited to 'alias-list-form.txr')
-rw-r--r-- | alias-list-form.txr | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/alias-list-form.txr b/alias-list-form.txr index 11adaa9..023e3ad 100644 --- a/alias-list-form.txr +++ b/alias-list-form.txr @@ -23,9 +23,7 @@ <div> <table cellspacing="10"> <tr> - <th align="right"> - <input type="button" name="delete" value="Del" onclick="submit();" - title="Permantently delete the checkboxed aliases."></th> + <th align="right">Select</th> <th align="left">Alias</th> <th align="left">Date Created</th> <th align="left">Memo</th> @@ -57,6 +55,22 @@ </div> <div> </div> + <div> + <table cellspacing="10"> + <tr> + <td><input type="submit" name="move-up" value="Move up" + title="Move checkboxed aliases up one row."></td> + <td><input type="submit" name="move-down" value="Move down" + title="Move the checkboxed aliases down one row."></td> + <td><input type="submit" name="move-top" value="Move to top" + title="Move checkboxed aliases to top of list."></td> + <td><input type="submit" name="move-bot" value="Move to bottom" + title="Move checkboxed aliases to bottom of list."></td> + <td><input type="submit" name="delete" value="Delete Selected" + title="Permantently delete the checkboxed aliases."></td> + </tr> + <table> + </div> @ (end) @ (else) @ (output) |