Buttons replace (#535)

* Updating buttons

* Update assignpos.tpl

* Update changename.tpl

* Update kick.tpl

* Update kick.tpl

* Update linkforum.tpl

* Update search.tpl

* Update 18_create.tpl

* Update invite.tpl

* Update option.tpl

* Update newdorf.tpl
This commit is contained in:
phaze1G
2018-04-28 13:20:18 +02:00
committed by GitHub
parent 48410e960b
commit 2c1c2fb2d9
10 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ if(isset($id))
<textarea id="message" name="message" style="background-image: url('../<?php echo GP_LOCATE; ?>img/msg/underline.gif'); background-repeat: repeat; font-size: 12px; border: medium none; height: 258px; line-height: 16px; width: 412px; font-family: Verdana,Arial,Helvetica,sans-serif;">Message Here</textarea>
</div>
<p class="btn">
<input type="image" value="submit" name="s1" id="btn_send" class="dynamic_img clicked" src="../img/admin/x.gif" alt="send" tabindex="4;">
<button value="submit" name="s1" id="btn_send" class="trav_buttons" alt="send" tabindex="4;">Send</button>
</p>
<div id="read_foot" class="msg_foot"></div>
</div>
@@ -78,4 +78,4 @@ if(isset($id))
else
{
echo "<br /><br />Not found. <a href=\"javascript: history.go(-1)\"> Go Back</a>";
}?>
}?>