first commit
This commit is contained in:
9
apps/backend/modules/stUser/templates/_fullName.php
Normal file
9
apps/backend/modules/stUser/templates/_fullName.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php use_helper('stTooltip'); ?>
|
||||
<?php if($full_name && $full_name!='-'): ?>
|
||||
<a class="list_tooltip bs-d-inline-flex bs-align-items-center align-middle" href="<?php echo st_url_for('stUser/edit?id='.$id) ?>" title="<?php echo $full_name ?>">
|
||||
<?php echo st_admin_get_icon('user', ['class' => 'bs-me-1', 'style' => 'min-width: 20px']) ?>
|
||||
<?php echo st_admin_truncate_text($full_name) ?>
|
||||
</a>
|
||||
<?php else: ?>
|
||||
<?php echo ""; ?>
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user