Modify ↓
Opened 4 years ago
Closed 4 years ago
#2232 closed Aufgabe (invalid)
css_button.inc.php (tpl_modified_responsive) - Kleine Array Korrektur
| Reported by: | voodoopupp | Owned by: | |
|---|---|---|---|
| Priority: | niedrig | Milestone: | |
| Component: | Template | Version: | 2.0.7.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Mit der 2.0.7.0 wurden für für die Adressänderung drei Buttons erweitert.
In
$button_array = array(
wurde folgendes ergänzt
// color 1
...
'small_edit' => array(),
'small_delete' => array(),
...
und
// color 3
...
'small_continue' => array(
'class' => 'cssButtonColor3',
),
'small_edit' => array(
'class' => 'cssButtonColor3',
),
'small_delete' => array(
'class' => 'cssButtonColor3',
),
Entweder also oben bei color 1 alle rein oder die beiden aus color 1 rausnehmen....
Attachments (0)
Change History (2)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
| Milestone: | modified-shop-2.0.7.1 |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Ich kann das nicht bestätigen. Die neuen Buttons stehen nur in Color 3.