Make it clear that phone on system is for the BBS phone number
This commit is contained in:
parent
dcf34d9be2
commit
3333679fc6
@ -113,7 +113,7 @@ use App\Models\{Mailer,User};
|
||||
<div class="row">
|
||||
<!-- Address -->
|
||||
<div class="col-6">
|
||||
<label for="address" class="form-label">BBS Internet Hostname</label>
|
||||
<label for="address" class="form-label">Mailer Internet Hostname</label>
|
||||
<div class="input-group has-validation">
|
||||
<span class="input-group-text"><i class="bi bi-globe"></i></span>
|
||||
<input type="text" class="w-75 form-control @error('address') is-invalid @enderror" id="address" placeholder="FQDN" name="address" value="{{ old('address',$o->address) }}" @cannot($action,$o)readonly @endcannot>
|
||||
@ -127,7 +127,7 @@ use App\Models\{Mailer,User};
|
||||
|
||||
<!-- Phone -->
|
||||
<div class="col-4">
|
||||
<label for="phone" class="form-label">Phone</label>
|
||||
<label for="phone" class="form-label">Mailer Modem Phone Number</label>
|
||||
<div class="input-group has-validation">
|
||||
<span class="input-group-text"><i class="bi bi-telephone-fill"></i></span>
|
||||
<input type="text" class="form-control @error('phone') is-invalid @enderror" id="phone" placeholder="Phone" name="phone" value="{{ old('phone',$o->phone) }}" @cannot($action,$o)readonly @endcannot>
|
||||
|
Loading…
Reference in New Issue
Block a user