bjarnef / Switcher

Switcher for Umbraco 7
http://our.umbraco.org/projects/backoffice-extensions/switcher
5 stars 4 forks source link

Update class names to remove clash #1

Closed KevinJump closed 9 years ago

KevinJump commented 9 years ago

The .switch class is used by umbraco internally for the date time pickers (i.e the controls on Publish As and unpublish at) - this causes the datepicker classes to render a bit funny.

This change - renames the switch class to switcher to avoid the clash.

bjarnef commented 9 years ago

Which version of Umbraco do you use? I can't see the conflict in Umbraco 7.2.1, where it looks normal. The only class I can see on datepicker that is a bit similar to these classes is the class picker-switch.

Can you send a screenshot of how it looks to you?

KevinJump commented 9 years ago

it's 7.1.9 - and all versions of v7 prior - I think they upgraded this in 7.2

switcher_thing_inspect switcher_thing

bjarnef commented 9 years ago

Ahh okay, I see... I'll pull this in so it doesn't conflict.. thanks for letting me know :)

bjarnef commented 9 years ago

It is now fixed in v.1.0.1 and I have added support for localization of labels too.