Skip to content

Commit

Permalink
Merge pull request #107 from Chloe070196/usage_data_download
Browse files Browse the repository at this point in the history
fix: hardcode help block id
  • Loading branch information
Chloe070196 authored Aug 14, 2024
2 parents 8ab1744 + 38d722c commit d1284a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/web/interface/themes/responsive/Admin/usage-graph.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
<div>
<a id="UsageGraphExport" class="btn btn-sm btn-default" href="/Admin/AJAX?method=exportUsageData&stat={$stat}&instance={if !empty($instance)}{$instance}{/if}">{translate text='Export To CSV' isAdminFacing=true}</a>
<div id="{$propName}HelpBlock" class="help-block" style="margin-top:0"><small class="text-warning"><i class="fas fa-exclamation-triangle"></i> {translate text="Exporting will retrieve the latest data. To see it on screen, refresh this page." isAdminFacing=true}</small></div>
<div id="exportToCSVHelpBlock" class="help-block" style="margin-top:0"><small class="text-warning"><i class="fas fa-exclamation-triangle"></i> {translate text="Exporting will retrieve the latest data. To see it on screen, refresh this page." isAdminFacing=true}</small></div>
</div>
</div>
{/strip}
Expand Down

0 comments on commit d1284a6

Please sign in to comment.