Revision 658
Added by thorn almost 17 years ago
trunk/CHANGELOG | ||
---|---|---|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 | 14 |
02-Feb-2008 Thomas Hornik |
15 | 15 |
! settings: pages-directory '/' will be converted to '' (empty string) on save. |
16 |
! changed last remaining call to my_htmlspecialchars() to htmlspecialchars() |
|
16 |
! changed last remaining call to my_htmlspecialchars() to htmlspecialchars() |
|
17 |
# fixed path in jscalendar-css |
|
17 | 18 |
01-Feb-2008 Christian Sommer |
18 | 19 |
# Added default index.php to all folders to prevent directory spoofing |
19 | 20 |
01-Feb-2008 Thomas Hornik |
trunk/wb/include/jscalendar/calendar-system.css | ||
---|---|---|
33 | 33 |
} |
34 | 34 |
|
35 | 35 |
.calendar .nav { |
36 |
background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%; |
|
36 |
background: ButtonFace url(<?php echo WB_URL ?>/include/jscalendar/menuarrow.gif) no-repeat 100% 100%;
|
|
37 | 37 |
} |
38 | 38 |
|
39 | 39 |
.calendar thead .title { /* This holds the current "month, year" */ |
Also available in: Unified diff
fixed path in jscalendar-css