diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-02-12 23:11:11 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-02-12 23:11:11 -0600 |
commit | 27e707a862ef417a2608094175c57a07cf10d492 (patch) | |
tree | f3f931a869b81fd6d7a00345dca6d8d028b4f3c1 | |
parent | 9d589c6a200e71ba520e9024fb5b05e59c7124ac (diff) |
Rename the Delete button from Submit to Delete.
-rw-r--r-- | A8_srv_build/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/A8_srv_build/list.php b/A8_srv_build/list.php index 0bac433..4714382 100644 --- a/A8_srv_build/list.php +++ b/A8_srv_build/list.php @@ -228,7 +228,7 @@ if ($stmt->rowCount() > 0) { echo '<font color="#D00"><pre>No data found!</pre></font>'; } ?> - <input id="submit" type="submit" value="Submit" disabled="disabled"/> + <input id="submit" type="submit" value="Delete" disabled="disabled"/> <input type="checkbox" id="selectall"/>Check All </form> <!--- w3c tag --> |