Add a pointer to better show that the switch is clickable. re #79

Esse commit está contido em:
Sébastien Lucas 2014-07-30 21:58:49 +02:00
commit 3a0b78c9d5
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -1078,7 +1078,7 @@ class PageCustomize extends Page
$content = "";
array_push ($this->entryArray, new Entry ("Template", "",
"<span onclick='$.cookie(\"template\", \"bootstrap\", { expires: 365 });window.location=$(\".headleft\").attr(\"href\");'>Click to switch to Bootstrap</span>", "text",
"<span style='cursor: pointer;' onclick='$.cookie(\"template\", \"bootstrap\", { expires: 365 });window.location=$(\".headleft\").attr(\"href\");'>Click to switch to Bootstrap</span>", "text",
array ()));
if (!preg_match("/(Kobo|Kindle\/3.0|EBRD1101)/", $_SERVER['HTTP_USER_AGENT'])) {
$content .= '<select id="style" onchange="updateCookie (this);">';