Merge branch 'buttons-ui'
This commit is contained in:
commit
d3e3047bf8
|
@ -71,7 +71,7 @@ function Header(calendar, options) {
|
||||||
var icon = options.theme ? smartProperty(options.buttonIcons, buttonName) : null; // why are we using smartProperty here?
|
var icon = options.theme ? smartProperty(options.buttonIcons, buttonName) : null; // why are we using smartProperty here?
|
||||||
var text = smartProperty(options.buttonText, buttonName); // why are we using smartProperty here?
|
var text = smartProperty(options.buttonText, buttonName); // why are we using smartProperty here?
|
||||||
var button = $(
|
var button = $(
|
||||||
"<span class='fc-button fc-button-" + buttonName + " " + tm + "-state-default'>" +
|
"<span class='fc-button "+(tm == 'ui' ? 'ui-button' : '')+" fc-button-" + buttonName + " " + tm + "-state-default'>" +
|
||||||
"<span class='fc-button-inner'>" +
|
"<span class='fc-button-inner'>" +
|
||||||
"<span class='fc-button-content'>" +
|
"<span class='fc-button-content'>" +
|
||||||
(icon ?
|
(icon ?
|
||||||
|
|
Loading…
Reference in a new issue