Skip to content

Commit

Permalink
update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed Apr 4, 2024
1 parent b4f3dcc commit c106751
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions resources/app-templates/leocdp-admin/main-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<br>
<b>ID: <span id="leocdp_version_number" ></span></b>
</div>
<div id="promo_panel" style="visibility:visible;" >
<div id="promo_panel" style="visibility:visible; display: none;" >
<b> Powered by </b> <br>
<img id="uspa_logo" style="margin:auto" src="/public/images/uspa-tech-logo.png" alt="USPA Technology" title="Go to USPA Technology website" >
</div>
Expand Down Expand Up @@ -309,16 +309,15 @@
var msg ='<div class="alert alert-info"> <strong> The CDP Admin </strong> is currently not supported on mobile browsers! </div>';
$('#page-main-notification').show().html(msg);
} else {
$('#promo_panel').css("visibility",promoVisibility);
$('#uspa_logo').click(function(){ window.open('https://uspa.tech','_blank') });
$(window).resize(pageWrapperResize);
$('#logo-img').attr('src',window.pageHeaderLogo).show();

pageWrapperResize();
loadUserInfoWidget();
navigationSetup();

navigationSetup();
$('#main_admin_navigation').show();
$('#logo-img').attr('src',window.pageHeaderLogo).show();
$('#promo_panel').css("visibility",promoVisibility);

$('#leo_product_type').text(leoProductType);
$('#leocdp_version_type').text(leoCdpEdition.toUpperCase());
Expand Down

0 comments on commit c106751

Please sign in to comment.