Skip to content

Commit

Permalink
[Statistics] Fix checkbox places in Imaging Statistics (aces#9184)
Browse files Browse the repository at this point in the history
The checkboxes were misaligned in the statistics page. This fixes the alignment

Resolves aces#9140
  • Loading branch information
miladheshmati authored Apr 4, 2024
1 parent dbe6e69 commit 0521eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/statistics/templates/form_stats_MRI.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</div>
<br><br>
<div id="scancheckbox">
<input type="checkbox" id="selectall"/> Select All
{html_checkboxes id="MRIScans" options=$scan_types name="MRIScans" selected=$Scans_sel_box class="timesheet-daily-checkbox"}
<input type="checkbox" id="selectall" style="margin-bottom: 8px;"/> Select All
{html_checkboxes id="MRIScans" options=$scan_types name="MRIScans" selected=$Scans_sel_box class="timesheet-daily-checkbox" style="margin: 4px 0 4px;"}
{*<input type="checkbox" name="all" value="bla" checked><b>All Scan Types</b>
{foreach item=scan key=scanid from=$scan_types}
<input type="checkbox" name="{$scan}" value="{$scanid}" class="timesheet-daily-checkbox">{$scan}
Expand Down

0 comments on commit 0521eb3

Please sign in to comment.