Archived
1
0
This commit is contained in:
jeff 2019-09-16 07:00:50 -04:00
parent 0261f26043
commit e2cbffea30
4 changed files with 4 additions and 4 deletions

View File

@ -556,6 +556,6 @@ background-repeat: repeat;
float: right; float: right;
} }
.mod { .spam-button {
display: none; display: none;
} }

View File

@ -38,7 +38,7 @@
<b>Most of the rest of the wild west.</b> <b>Most of the rest of the wild west.</b>
</div> </div>
<center><b>{{board.Name}}</b></center> <center><b>{{board.Name}}</b></center>
<center><button class="mod" onclick="nntpchan_mod_commit_spam(this)">Moderate</button></center> <center><button class="spam-button" onclick="nntpchan_mod_commit_spam(this)">Moderate</button></center>
<br /> <br />
{{{form}}} {{{form}}}
{{#board.Threads}} {{#board.Threads}}

View File

@ -48,7 +48,7 @@
<b>Most of the rest of the wild west.</b> <b>Most of the rest of the wild west.</b>
</div> </div>
<center><b><a href="{{thread.BoardURL}}">{{thread.Board}}</a></b></center> <center><b><a href="{{thread.BoardURL}}">{{thread.Board}}</a></b></center>
<center><button class="mod" onclick="nntpchan_mod_commit_spam(this)">Moderate</button></center> <center><button class="spam-button" onclick="nntpchan_mod_commit_spam(this)">Moderate</button></center>
<br /> <br />
{{{form}}} {{{form}}}
{{#thread.BumpLock}} {{#thread.BumpLock}}

View File

@ -31,7 +31,7 @@
<div class="sitetitle"> <div class="sitetitle">
<h2><a href="#">CHANGOLIA</a></h2> <h2><a href="#">CHANGOLIA</a></h2>
<b>Most of the rest of the wild west.</b> <b>Most of the rest of the wild west.</b>
<center><button class="mod" onclick="nntpchan_mod_commit_spam(this)">Moderate</button></center> <center><button class="spam-button" onclick="nntpchan_mod_commit_spam(this)">Moderate</button></center>
</div> </div>
<div id="paginator"> <div id="paginator">
{{#prev}} {{#prev}}