Revision 2004
Added by Dietmar about 11 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 |
14 Nov-2013 Build 2004 Dietmar Woellbrink (Luisehahne) |
|
15 |
! /modules/MultiLingual/tpl/lang.html.twig updating template with changed data |
|
14 | 16 |
14 Nov-2013 Build 2003 Dietmar Woellbrink (Luisehahne) |
15 | 17 |
! /modules/news/upgrade.php optimize add and modify field tables, rebuild message |
16 | 18 |
! /modules/news/modify_post.php and modify_post.php check posts folder if not exists then create |
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', '2003');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '2004');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/modules/MultiLingual/tpl/lang.html.twig | ||
---|---|---|
34 | 34 |
#} |
35 | 35 |
<div id="langmenu"> |
36 | 36 |
{% for aTarget in aTargetList %} |
37 |
<a href="{{ aTarget.sUrl }}" {% if aTarget.bCurrent %}class="current" {% endif %}title="{{ aTarget.sTitle }}">
|
|
37 |
<a href="{{ aTarget.sTargetPageUrl }}" {% if aTarget.bCurrentLanguage %}class="current" {% endif %}title="{{ aTarget.sPageTitle }}">
|
|
38 | 38 |
<span> |
39 |
<img style="width:32px; height:24px" src="{{ aTarget.sIconUrl }}flags/{{ aTarget.sExtension }}/{{ aTarget.FilePrefix }}.{{ aTarget.sExtension }}" title="{{ aTarget.sTitle }}" alt="{{ aTarget.sLongTitle }}" />
|
|
39 |
<img style="width:32px; height:24px" src="{{ aTarget.sIconUrl }}flags/{{ aTarget.sImageType }}/{{ aTarget.sFilename }}.{{ aTarget.sImageType }}" title="{{ aTarget.sPageTitle }}" alt="{{ aTarget.sToolTip }}" />
|
|
40 | 40 |
</span> |
41 | 41 |
</a> |
42 | 42 |
{% endfor %} |
Also available in: Unified diff
! /modules/MultiLingual/tpl/lang.html.twig updating template with changed data