Skip to content

Commit b013029

Browse files
committed
Merge pull request #186 from menatwork/dev
Merge laste fixes from dev branch to master branch
2 parents 68f2b62 + 8757208 commit b013029

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

system/modules/multicolumnwizard/MultiColumnWizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ protected function getMcWDatePickerString($strId, $strKey, $rgxp)
699699
break;
700700
}
701701

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

system/modules/multicolumnwizard/html/js/multicolumnwizard_be_src.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ var MultiColumnWizard = new Class(
443443

444444
reinitStylect: function()
445445
{
446-
var version = parseContaoVersion();
447446

448447
if(window.Stylect)
449448
{

0 commit comments

Comments
 (0)