Fix typos in NoSpam

This commit is contained in:
lalka2016 2023-10-02 17:24:01 +03:00
parent 569a8e8bee
commit db8e9d183f
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@
<span class="nobold">{_block_params}:</span>
</td>
<td>
<select name="ban_type" id="noSpam-ban-type" style="width: 140px;"
<select name="ban_type" id="noSpam-ban-type" style="width: 140px;">
<option value="1">{_only_rollback}</option>
<option value="2">{_only_block}</option>
<option value="3">{_rollback_and_block}</option>

View file

@ -76,7 +76,7 @@
<img src="/assets/packages/static/openvk/img/loading_mini.gif" style="width: 40px;">
</div>
<a n:if="!$template->isRollbacked()" id="noSpam-rollback-template-link-{$template->getId()}" onClick="rollbackTemplate({$template->getId()})">{_roll_back}</a>
<span n:attr="style => $template->isRollbacked() ? '' : 'display: none;'" id="noSpam-rollback-template-rollbacked-{$template->getId()}">{roll_backed}</span>
<span n:attr="style => $template->isRollbacked() ? '' : 'display: none;'" id="noSpam-rollback-template-rollbacked-{$template->getId()}">{_roll_backed}</span>
</div>
</td>
</tr>