add to Address List

This commit is contained in:
Ibnu Maksum
2024-02-20 10:07:07 +07:00
parent cfb81596ae
commit 349a1d3250
10 changed files with 41 additions and 42 deletions

View File

@ -91,7 +91,8 @@
</select>
</div>
</div>
<div class="form-group">
<legend>{Lang::T('Expired Action')} <sub>{Lang::T('Optional')}</sub></legend>
<div class="form-group" id="ipPool">
<label class="col-md-2 control-label"><a
href="{$_url}pool/add">{Lang::T('Expired IP Pool')}</a></label>
<div class="col-md-6">
@ -100,6 +101,12 @@
</select>
</div>
</div>
<div class="form-group" id="AddressList">
<label class="col-md-2 control-label">{Lang::T('Address List')}</label>
<div class="col-md-6">
<input type="text" class="form-control" name="list_expired" id="list_expired">
</div>
</div>
<div class="form-group">
<div class="col-md-offset-2 col-md-10">
<button class="btn btn-primary waves-effect waves-light"