You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
884 B
Smarty
28 lines
884 B
Smarty
<form class="form">
|
|
<div class="row">
|
|
<div class="col-xs-4">
|
|
<div class="form-group">
|
|
<label for="length">[[admin/manage/users:temp-ban.length]]</label>
|
|
<input class="form-control" id="length" name="length" type="text" inputmode="numeric" pattern="\d+" value="1" />
|
|
</div>
|
|
</div>
|
|
<div class="col-xs-8">
|
|
<div class="form-group">
|
|
<label for="reason">[[admin/manage/users:temp-ban.reason]]</label>
|
|
<input type="text" class="form-control" id="reason" name="reason" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-sm-4 text-center">
|
|
<div class="form-group units">
|
|
<label>[[admin/manage/users:temp-ban.hours]]</label>
|
|
<input type="radio" name="unit" value="0" checked />
|
|
|
|
<label>[[admin/manage/users:temp-ban.days]]</label>
|
|
<input type="radio" name="unit" value="1" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|