Revision 1124
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
12-Aug-2009 Matthias Gallas |
15 |
# Fixed missing language variable in form modul (Thanks to Argos) |
|
15 | 16 |
+ Added missing images to argos_theme (forgotten in changeset [1117]) |
16 | 17 |
11-Aug-2009 Matthias Gallas |
17 | 18 |
! commentet out the droplets logo for a more similar backend design with |
trunk/wb/modules/form/modify_field.php | ||
---|---|---|
115 | 115 |
</tr> |
116 | 116 |
<?php } elseif($type == 'select' OR $type = 'radio' OR $type = 'checkbox') { ?> |
117 | 117 |
<tr> |
118 |
<td valign="top"><?php echo 'List'; ?>:</td>
|
|
118 |
<td valign="top"><?php echo $TEXT['LIST_OPTIONS']; ?>:</td>
|
|
119 | 119 |
<td> |
120 | 120 |
<?php |
121 | 121 |
$option_count = 0; |
Also available in: Unified diff
Fixed missing language variable in form modul (Thanks to Argos)