Fix client uri regression broken asset details page update echos to use php short hand for easier code reading

This commit is contained in:
johnnyq
2025-07-31 16:10:33 -04:00
parent 9fe0d8417b
commit 07e2c41eb7
2 changed files with 95 additions and 95 deletions

View File

@@ -639,7 +639,7 @@ if (mysqli_num_rows($os_sql) > 0) {
<?php } ?>
<td class="text-center">
<div class="btn-group">
<?php if ( !empty($asset_uri) || !empty($asset_uri_2) ) { ?>
<?php if ( !empty($asset_uri) || !empty($asset_uri_2) || !empty($asset_uri_client)) { ?>
<div class="dropdown dropleft text-center">
<button class="btn btn-default btn-sm" type="button" data-toggle="dropdown">
<i class="fa fa-fw fa-external-link-alt"></i>