Revision 1062
Added by aldus over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
14 | 14 |
14-July 2009 Dietrich Roland Pehlke |
15 | 15 |
! changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings. |
16 | 16 |
! changes in wb-setup.php, line 50: 'date' to 'gmdate' to avoid E_STRICT warnings. See also #741. |
17 |
! Add missing backend-js marker in the backend-themes templates (header.htt) |
|
17 | 18 |
13-July 2009 Matthias Gallas |
18 | 19 |
+ added changes from news/add.php to the upgrade-script.php |
19 | 20 |
13-July-2009 Ruud Eisinga |
trunk/wb/templates/classic_theme/templates/header.htt | ||
---|---|---|
7 | 7 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
8 | 8 |
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" /> |
9 | 9 |
{BACKEND_MODULE_CSS} |
10 |
{BACKEND_MODULE_JS} |
|
10 | 11 |
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script> |
11 | 12 |
<script language="javascript" type="text/javascript"> |
12 | 13 |
function confirm_link(message, url) { |
trunk/wb/templates/wb_theme/templates/header.htt | ||
---|---|---|
7 | 7 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
8 | 8 |
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" /> |
9 | 9 |
{BACKEND_MODULE_CSS} |
10 |
{BACKEND_MODULE_JS} |
|
10 | 11 |
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script> |
11 | 12 |
<script language="javascript" type="text/javascript"> |
12 | 13 |
function confirm_link(message, url) { |
trunk/wb/templates/argos_theme/templates/header.htt | ||
---|---|---|
7 | 7 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
8 | 8 |
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" /> |
9 | 9 |
{BACKEND_MODULE_CSS} |
10 |
{BACKEND_MODULE_JS} |
|
10 | 11 |
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script> |
11 | 12 |
<script language="javascript" type="text/javascript"> |
12 | 13 |
function confirm_link(message, url) { |
Also available in: Unified diff
Add missing backend-js marker in the backend-themes templates (header.htt)