Skip to content

Commit b9f65d3

Browse files
committed
Update MultiColumnWizard.php
Added missing style "cursor:pointer;"
1 parent 090018b commit b9f65d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/modules/multicolumnwizard/MultiColumnWizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ protected function getMcWDatePickerString($strId, $strKey, $rgxp)
695695
break;
696696
}
697697

698-
return ' <img src="system/modules/multicolumnwizard/html/img/datepicker.gif" width="20" height="20" alt="" id="toggle_' . $strId . '" style="vertical-align:-6px">
698+
return ' <img src="system/modules/multicolumnwizard/html/img/datepicker.gif" width="20" height="20" alt="" id="toggle_' . $strId . '" style="vertical-align:-6px;cursor:pointer;">
699699
<script>
700700
window.addEvent("domready", function() {
701701
new Picker.Date($$("#ctrl_' . $strId . '"), {

0 commit comments

Comments
 (0)