Revision 1632
Added by Luisehahne over 13 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
02 Mar-2012 Build 1632 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
! small design update for wb theme, login und login_forgot |
|
| 14 | 16 |
02 Mar-2012 Build 1631 Dietmar Woellbrink (Luisehahne) |
| 15 | 17 |
! FCKeditor Fallback not working with IE9 |
| 16 | 18 |
01 Mar-2012 Build 1630 Dietmar Woellbrink (Luisehahne) |
| branches/2.8.x/wb/admin/themes/templates/login_forgot.htt | ||
|---|---|---|
| 17 | 17 |
<img src="{THEME_URL}/images/logo.png" alt="Logo" />
|
| 18 | 18 |
</td> |
| 19 | 19 |
<td width="5"> </td> |
| 20 |
<td style="font-size: 20px;"> |
|
| 21 |
<font style="color: #FFF;">{SECTION_FORGOT}</font>
|
|
| 20 |
<td> </td> |
|
| 21 |
</tr> |
|
| 22 |
<tr> |
|
| 23 |
<td colspan="3"> </td> |
|
| 24 |
</tr> |
|
| 25 |
<tr> |
|
| 26 |
<td colspan="3" style="font-size: 20px; text-align: center;"> |
|
| 27 |
<font style="color: #003366;">{SECTION_FORGOT}</font>
|
|
| 22 | 28 |
</td> |
| 23 | 29 |
</tr> |
| 24 | 30 |
</table> |
| branches/2.8.x/wb/admin/themes/templates/login.htt | ||
|---|---|---|
| 17 | 17 |
<img src="{THEME_URL}/images/logo.png" alt="Logo" />
|
| 18 | 18 |
</td> |
| 19 | 19 |
<td width="5"> </td> |
| 20 |
<td style="font-size: 20px; "> |
|
| 21 |
<font style="color: #FFFFFF;">{SECTION_LOGIN}</font>
|
|
| 20 |
<td> </td> |
|
| 21 |
</tr> |
|
| 22 |
<tr> |
|
| 23 |
<td colspan="3"> </td> |
|
| 24 |
</tr> |
|
| 25 |
<tr> |
|
| 26 |
<td colspan="3" style="font-size: 20px; text-align: center; "> |
|
| 27 |
<span style="color: #003366;">{SECTION_LOGIN}</span>
|
|
| 22 | 28 |
</td> |
| 23 | 29 |
</tr> |
| 24 | 30 |
</table> |
| ... | ... | |
| 26 | 32 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container"> |
| 27 | 33 |
<tr> |
| 28 | 34 |
<td class="content"> |
| 29 |
|
|
| 30 | 35 |
<form name="login" action="{ACTION_URL}" method="post">
|
| 31 | 36 |
<input type="hidden" name="url" value="{URL}" />
|
| 32 | 37 |
<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" />
|
| 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', '1631');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1632');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt | ||
|---|---|---|
| 17 | 17 |
<img src="{THEME_URL}/images/logo.png" alt="Logo" />
|
| 18 | 18 |
</td> |
| 19 | 19 |
<td width="5"> </td> |
| 20 |
<td style="font-size: 20px;"> |
|
| 21 |
<font style="color: #FFF;">{SECTION_FORGOT}</font>
|
|
| 20 |
<td> </td> |
|
| 21 |
</tr> |
|
| 22 |
<tr> |
|
| 23 |
<td colspan="3"> </td> |
|
| 24 |
</tr> |
|
| 25 |
<tr> |
|
| 26 |
<td colspan="3" style="font-size: 20px; text-align: center;"> |
|
| 27 |
<span style="color: #003366;">{SECTION_FORGOT}</span>
|
|
| 22 | 28 |
</td> |
| 23 | 29 |
</tr> |
| 24 | 30 |
</table> |
| branches/2.8.x/wb/templates/wb_theme/templates/login.htt | ||
|---|---|---|
| 17 | 17 |
<img src="{THEME_URL}/images/logo.png" alt="Logo" />
|
| 18 | 18 |
</td> |
| 19 | 19 |
<td width="5"> </td> |
| 20 |
<td style="font-size: 20px; "> |
|
| 21 |
<font style="color: #FFFFFF;">{SECTION_LOGIN}</font>
|
|
| 20 |
<td> </td> |
|
| 21 |
</tr> |
|
| 22 |
<tr> |
|
| 23 |
<td colspan="3"> </td> |
|
| 24 |
</tr> |
|
| 25 |
<tr> |
|
| 26 |
<td colspan="3" style="font-size: 20px; text-align: center; "> |
|
| 27 |
<span style="color: #003366;">{SECTION_LOGIN}</span>
|
|
| 22 | 28 |
</td> |
| 23 | 29 |
</tr> |
| 24 | 30 |
</table> |
Also available in: Unified diff
! small design update for wb theme, login und login_forgot