Archived
1
0

change order of mod action buttons

This commit is contained in:
jeff 2015-08-07 11:24:56 -04:00
parent cadcbf4c48
commit d2001461c9

View File

@ -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>