Skip to content

Commit

Permalink
LEAF 4601 no changes to admin t_login until confirmed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
aerinkayne committed Nov 21, 2024
1 parent 1cc4529 commit 9440906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion LEAF_Request_Portal/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ function hasDevConsoleAccess($login, $oc_db)

$main->assign('logo', '<img src="../images/VA_icon_small.png" alt="VA seal, U.S. Department of Veterans Affairs" />');

$main->assign('name', $login->getName());
$t_login->assign('name', $login->getName());
$main->assign('display_name', $login->getName());

$qrcodeURL = "https://" . HTTP_HOST . $_SERVER['REQUEST_URI'];
$main->assign('qrcodeURL', urlencode($qrcodeURL));
Expand Down
2 changes: 1 addition & 1 deletion LEAF_Request_Portal/admin/templates/main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{/if}
</div>
<div style="position:absolute;right:0;top:0;padding:0 0.75rem;font-size:14px;">
Welcome, <b>{$name|sanitize}</b>! | <a href="../?a=logout" style="color:#00bde3">Sign out</a>
Welcome, <b>{$display_name|sanitize}</b>! | <a href="../?a=logout" style="color:#00bde3">Sign out</a>
</div>
<div class="leaf-header-right">
{$emergency}<!--{$login}-->
Expand Down

0 comments on commit 9440906

Please sign in to comment.