Initial commit
This commit is contained in:
11
#pma/templates/database/structure/tracking_icon.phtml
Normal file
11
#pma/templates/database/structure/tracking_icon.phtml
Normal file
@ -0,0 +1,11 @@
|
||||
<a href="tbl_tracking.php<?= $url_query; ?>&table=<?= $truename; ?>">
|
||||
<?php if ($is_tracked): ?>
|
||||
<?= PMA\libraries\Util::getImage(
|
||||
'eye.png', __('Tracking is active.')
|
||||
); ?>
|
||||
<?php else: ?>
|
||||
<?= PMA\libraries\Util::getImage(
|
||||
'eye_grey.png', __('Tracking is not active.')
|
||||
); ?>
|
||||
<?php endif; ?>
|
||||
</a>
|
Reference in New Issue
Block a user