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 anonymous, 4 years ago

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

comment:2 by Gerhard Waldemair, 4 years ago

Milestone: modified-shop-2.0.7.1
Resolution: invalid
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.