Skip to content
Snippets Groups Projects
Commit 17ad005b authored by runemaster's avatar runemaster
Browse files

A more descriptive Submit button rather than "Submit Query"

parent 26815290
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@
Subject: <input type="text" name="subject" value=""><br>
To: <input type="text" name="to" value="All"><BR>
<textarea name=body rows=20 cols=80></textarea><br>
<input type="Submit">
<button type="Submit">Post Message</button>
</FORM>
</CENTER>
......@@ -5,6 +5,6 @@
Subject: <input type="text" name="subject" value="%%subject%%"><br>
To: <input type="text" name="to" value="%%from%%"><BR>
<textarea name=body rows=20 cols=80>%%body%%</textarea><br>
<input type="Submit">
<button type="Submit">Post Reply</button>
</FORM>
</CENTER>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment