Skip to content

Commit

Permalink
Issue fixation of timelog link not working inside the dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
swetalina-orangescrum committed May 26, 2022
1 parent 807a169 commit df56a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Easycase/admin_mydashboard.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
<div class="col-lg-6 padrht-non">
<div class="width100 cmn_bdr_shadow dasht-log">
<div class="top_ttl_box">
<h2><a href="<?php echo HTTP_ROOT . 'dashboard#calendar_timelog'; ?>" onclick="return trackEventLeadTracker('Admin Dashboard','Time Log','<?php echo $_SESSION['SES_EMAIL_USER_LOGIN']; ?>');"><?php echo __('Time Log');?></a></h2>
<h2><a href="<?php echo HTTP_ROOT . 'dashboard#timelog'; ?>" onclick="return trackEventLeadTracker('Admin Dashboard','Time Log','<?php echo $_SESSION['SES_EMAIL_USER_LOGIN']; ?>');"><?php echo __('Time Log');?></a></h2>
</div>
<div class="loader_dv_db" id="dashboard_timelog_ldr" style="position:absolute;display: none;margin-top: 150px;margin-left:250px;"><center><img src="<?php echo HTTP_IMAGES; ?>images/case_loader2.gif" alt="Loading..." title="<?php echo __('Loading');?>..." /></center></div>
<div class="time_log_dboard time_log" id="dashboard_timelog">
Expand Down

0 comments on commit df56a60

Please sign in to comment.