forked from MarseyWorld/MarseyWorld
dont join buttons to the same row
parent
a9d386ef6f
commit
6dd609983c
|
@ -69,7 +69,7 @@
|
||||||
<input autocomplete="off" id="user-shadowban-submit-{{deviceType}}" type="submit" class="btn btn-danger" value="Shadowban user" disabled>
|
<input autocomplete="off" id="user-shadowban-submit-{{deviceType}}" type="submit" class="btn btn-danger" value="Shadowban user" disabled>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<button type="button" id="unshadowban-{{deviceType}}" class="mt-1 {% if not u.shadowbanned %}d-none{% endif %} btn btn-success" data-nonce="{{g.nonce}}" data-onclick="postToastSwitch(this,'/unshadowban/{{u.id}}','shadowban-{{deviceType}}','unshadowban-{{deviceType}}','d-none')">Unshadowban user</button>
|
<button type="button" id="unshadowban-{{deviceType}}" class="mt-3 {% if not u.shadowbanned %}d-none{% endif %} btn btn-success" style="display:block" data-nonce="{{g.nonce}}" data-onclick="postToastSwitch(this,'/unshadowban/{{u.id}}','shadowban-{{deviceType}}','unshadowban-{{deviceType}}','d-none')">Unshadowban user</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
{% if v.admin_level >= PERMS['USER_CHUD'] %}
|
{% if v.admin_level >= PERMS['USER_CHUD'] %}
|
||||||
|
|
Loading…
Reference in New Issue