Browse Source

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

master
Sébastien Lucas 9 years ago
parent
commit
3a0b78c9d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base.php

+ 1
- 1
base.php View File

@@ -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);">';


Loading…
Cancel
Save