Revision 1944
Added by darkviper over 11 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 |
31 Jul-2013 Build 1944 M.v.d.Decken(DarkViper) |
|
15 |
# /modules/MultiLingual/tpl/lang.html-twig little typofix in template |
|
14 | 16 |
31 Jul-2013 Build 1943 M.v.d.Decken(DarkViper) |
15 | 17 |
# fixed/updated /admin/groups - permissions |
16 | 18 |
30 Jul-2013 Build 1942 M.v.d.Decken(DarkViper) |
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', '1943');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1944');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/modules/MultiLingual/tpl/lang.html.twig | ||
---|---|---|
37 | 37 |
{% for aTarget in aTargetList %} |
38 | 38 |
<a href="{{ aTarget.sUrl }}" {% if aTarget.bCurrent %}class="current" {% endif %}title="{{ aTarget.sTitle }}"> |
39 | 39 |
<span> |
40 |
<img src="{{ aTarget.sIconUrl }}flags/{{ aTarget.FilePrefix }}.png" class="width: 32px; height: 32px" title="{{ aTarget.sTitle }}" alt="{{ aTarget.sLongTitle }}" />
|
|
40 |
<img src="{{ aTarget.sIconUrl }}flags/{{ aTarget.FilePrefix }}.png" style="width: 32px; height: 32px" title="{{ aTarget.sTitle }}" alt="{{ aTarget.sLongTitle }}" />
|
|
41 | 41 |
</span> |
42 | 42 |
</a> |
43 | 43 |
{% endfor %} |
Also available in: Unified diff
/modules/MultiLingual/tpl/lang.html-twig little typofix in template