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
+1 -1
View File
@@ -52,7 +52,7 @@ $coor['y']=$form->getValue("y");
</tr>
</tbody></table>
<input value="ok" name="s1" id="btn_ok" class="dynamic_img" src="img/x.gif" alt="OK" type="image" onclick="this.disabled=true;this.form.submit();">
<button value="ok" name="s1" id="btn_ok" class="trav_buttons" alt="OK" onclick="this.disabled=true;this.form.submit();" /> Ok </button>
</form>
<p class="error"><?php echo $form->getError("error"); ?></p>
</div>