diff options
Diffstat (limited to 'A8_srv_build')
-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 --> |