Skip to content

Commit

Permalink
Merge pull request #186 from menatwork/dev
Browse files Browse the repository at this point in the history
Merge laste fixes from dev branch to master branch
  • Loading branch information
davidmaack committed Jun 3, 2015
2 parents 68f2b62 + 8757208 commit b013029
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion system/modules/multicolumnwizard/MultiColumnWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ protected function getMcWDatePickerString($strId, $strKey, $rgxp)
break;
}

return ' <img src="system/modules/multicolumnwizard/html/img/datepicker.gif" width="20" height="20" alt="" id="toggle_' . $strId . '" style="vertical-align:-6px">
return ' <img src="system/modules/multicolumnwizard/html/img/datepicker.gif" width="20" height="20" alt="" id="toggle_' . $strId . '" style="vertical-align:-6px;cursor:pointer;">
<script>
window.addEvent("domready", function() {
new Picker.Date($$("#ctrl_' . $strId . '"), {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ var MultiColumnWizard = new Class(

reinitStylect: function()
{
var version = parseContaoVersion();

if(window.Stylect)
{
Expand Down

0 comments on commit b013029

Please sign in to comment.