Skip to content

Commit

Permalink
replacing buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
phaze1G authored Apr 26, 2018
1 parent 730378a commit ae624f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions password.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</p>

<p>
<input type="image" value="ok" name="s1" src="img/x.gif" class="dynamic_img" id="btn_ok" alt="OK" />
<button value="ok" name="s1" class="trav_buttons" id="btn_ok" alt="OK" /> ok </button>
</p>
</form>
<?php
Expand All @@ -125,4 +125,4 @@
<?php include("Templates/footer.tpl"); ?>
<div id="ce"></div>
</body>
</html>
</html>

0 comments on commit ae624f7

Please sign in to comment.