change order of mod action buttons
This commit is contained in:
parent
cadcbf4c48
commit
d2001461c9
@ -19,8 +19,8 @@
|
|||||||
<label for="nntpchan_mod_target">url</label>
|
<label for="nntpchan_mod_target">url</label>
|
||||||
<input id="nntpchan_mod_target" type="text" />
|
<input id="nntpchan_mod_target" type="text" />
|
||||||
</div>
|
</div>
|
||||||
<button onclick="nntpchan_delete()">delete</button>
|
|
||||||
<button onclick="nntpchan_ban()">ban</button>
|
<button onclick="nntpchan_ban()">ban</button>
|
||||||
|
<button onclick="nntpchan_delete()">delete</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="nntpchan_mod_result"></div>
|
<div id="nntpchan_mod_result"></div>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
Reference in New Issue
Block a user