Revision 608
Added by Matthias almost 17 years ago
trunk/CHANGELOG | ||
---|---|---|
15 | 15 |
! changed WYSIWYG content field from text to longtext (allows more than 65'534 characters) |
16 | 16 |
+ Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth) |
17 | 17 |
26-Jan-2008 Matthias Gallas |
18 |
# fixed bug in Javascript Admin module |
|
18 | 19 |
+ Added new language files |
19 | 20 |
+ Added keywords to files where they are missing |
20 | 21 |
26-Jan-2008 Thomas Hornik |
trunk/wb/modules/jsadmin/jsadmin.php | ||
---|---|---|
51 | 51 |
} |
52 | 52 |
|
53 | 53 |
// the follwing variables to use and check existing the YUI |
54 |
$YUI_PATH = WB_URL.'/include/yui';
|
|
54 |
$YUI_PATH = '../../include/yui';
|
|
55 | 55 |
$js_yui_min = "-min"; // option for smaller code so faster |
56 | 56 |
$js_yui_scripts = Array(); |
57 | 57 |
$js_yui_scripts[] = $YUI_PATH.'/yahoo/yahoo'.$js_yui_min.'.js'; |
Also available in: Unified diff
fixed bug in Javascript Admin module