Revision 1761
Added by Luisehahne about 13 years ago
- fixed wrong MODULE_URL in form modul
- fixed loginForgot.htt missing vars in <title></title>
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
18 Sep-2012 Build 1761 Dietmar Woellbrink (Luisehahne) |
|
| 17 |
# fixed wrong MODULE_URL in form modul |
|
| 18 |
# fixed loginForgot.htt missing vars in <title></title> |
|
| 16 | 19 |
18 Sep-2012 Build 1760 Dietmar Woellbrink (Luisehahne) |
| 17 | 20 |
! fallback changes in wysiwyg Revision 1754 |
| 18 | 21 |
because it's required that section_id is the PRIMARY KEY |
| branches/2.8.x/wb/admin/skel/themes/htt/loginBox.htt | ||
|---|---|---|
| 2 | 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 | 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 4 | 4 |
<head> |
| 5 |
<title>{TEXT_LOGIN} - {WB_URL}</title>
|
|
| 5 |
<title>{WEBSITE_TITLE} - {TEXT_LOGIN}</title>
|
|
| 6 | 6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
|
| 7 | 7 |
<meta http-equiv="content-language" content="{LANGUAGE}" />
|
| 8 | 8 |
<meta name="description" content="{TEXT_LOGIN}" />
|
| branches/2.8.x/wb/admin/skel/themes/htt/loginForgot.htt | ||
|---|---|---|
| 2 | 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 | 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 4 | 4 |
<head> |
| 5 |
<title>Retrieve Login Details</title>
|
|
| 5 |
<title>{WEBSITE_TITLE} - {SECTION_FORGOT}</title>
|
|
| 6 | 6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
|
| 7 | 7 |
<meta http-equiv="content-language" content="{LANGUAGE}" />
|
| 8 | 8 |
<meta name="description" content="Retrieve Login Details" /> |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1760');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1761');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/modules/form/view.php | ||
|---|---|---|
| 607 | 607 |
$oTpl->set_var(array( |
| 608 | 608 |
'ADMIN_URL' => ADMIN_URL, |
| 609 | 609 |
'THEME_URL' => THEME_URL, |
| 610 |
'MODULE_URL' => dirname(__FILE__),
|
|
| 610 |
'MODULE_URL' => WB_URL.'/modules/form',
|
|
| 611 | 611 |
'WB_URL' => WB_URL |
| 612 | 612 |
) |
| 613 | 613 |
); |
Also available in: Unified diff