Vendor & contractor integration
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
<div class="row row-cols-3">
|
||||
<div class="col">
|
||||
<div class="input-group input-group-sm mb-0">
|
||||
<span class="input-group-text bg-info text-dark"><?php echo $transLang['USERNAME']; ?></span>
|
||||
<span class="input-group-text bg-info text-dark"><?php echo $transLang['USER-USERNAME']; ?></span>
|
||||
<input class="form-control form-control-sm" type="text" name="username" id="username" maxlength="50" value="<?php echo $session_user["0"]["users_username"]; ?>" readonly />
|
||||
</div>
|
||||
</div>
|
||||
@@ -131,7 +131,7 @@
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="input-group input-group-sm mb-0">
|
||||
<span class="input-group-text bg-info text-dark"><?php echo $transLang['USERTYPE']; ?></span>
|
||||
<span class="input-group-text bg-info text-dark"><?php echo $transLang['USER-TYPE']; ?></span>
|
||||
<input class="form-control form-control-sm" type="text" name="usertype" id="usertype" maxlength="50" value="<?php echo $transLang[$session_user["0"]["users_usertype"]]; ?>" readonly />
|
||||
</div>
|
||||
</div>
|
||||
@@ -172,7 +172,7 @@
|
||||
</div>
|
||||
<div class="col d-grid gap-2">
|
||||
<div class="input-group input-group-sm mb-0">
|
||||
<button type="submit" name="saveprofile" id="saveprofile" class="form-control btn btn-primary"><?php echo $transLang['SAVE']; ?></button>
|
||||
<button type="submit" name="saveprofile" id="saveprofile" class="form-control btn btn-primary"><i class="fas fa-save"></i> <?php echo $transLang['SAVE']; ?></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user