File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ require("./header.inc.phtml");
5656 <section>
5757 <table class="serverview"><tbody>
5858 <tr><th>Label</th><td><?php echo filter_var ($ object ->getLabel (), FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </td></tr>
59- <tr><th>Address</th><td class="address"><?php echo filter_var ($ object ->getAddress () . ": " . $ object ->getPort (), FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </td></tr>
59+ <tr><th>Address</th><td class="address" onclick="bnetdocs.fSelectText(this);" ><?php echo filter_var ($ object ->getAddress () . ": " . $ object ->getPort (), FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </td></tr>
6060 <tr><th>Owner</th><td><?php if ($ object_user ) { ?> <a href="<?php echo $ object_user_url ; ?> "><img class="avatar" src="<?php echo $ object_user_avatar ; ?> "/> <?php echo filter_var ($ object_user ->getName (), FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </a><?php } else { echo "Anonymous " ; } ?> </td></tr>
6161 <tr><th>Type</th><td><?php echo filter_var ($ object_type ->getLabel (), FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </td></tr>
6262 <tr><th>Current Status:</th><td><?php echo $ object_status ; ?> </td></tr>
You can’t perform that action at this time.
0 commit comments