Skip to content

Commit

Permalink
Update eye_mag_functions.php (openemr#6832)
Browse files Browse the repository at this point in the history
Shorthand icon reposition
  • Loading branch information
ophthal authored Sep 13, 2023
1 parent 2415f81 commit dfcf53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/forms/eye_mag/php/eye_mag_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3183,7 +3183,7 @@ function display_draw_section($zone, $encounter, $pid, $side = 'OU', $counter =
<div id="Draw_<?php echo attr($zone); ?>" name="Draw_<?php echo attr($zone); ?>" style="text-align:center;height: 2.5in;" class="Draw_class canvas">
<span class="far fa-file-alt closeButton" id="BUTTON_TEXT_<?php echo attr($zone); ?>" name="BUTTON_TEXT_<?php echo attr($zone); ?>"></span>
<i class="closeButton_2 fas fa-database" id="BUTTON_QP_<?php echo attr($zone); ?>_2" name="BUTTON_QP_<?php echo attr($zone); ?>"></i>
<i class="closeButton_3 fas fa-user-md fa-sm fa-2" name="Shorthand_kb" title="<?php echo xla("Open the Shorthand Window and display Shorthand Codes"); ?>"></i>
<i class="closeButton_3 fas fa-user-md" name="Shorthand_kb" title="<?php echo xla("Open the Shorthand Window and display Shorthand Codes"); ?>"></i>

<?php
$output = canvas_select($zone, $encounter, $pid);
Expand Down

0 comments on commit dfcf53d

Please sign in to comment.