Modify

Opened 10 years ago

Closed 10 years ago

#802 closed Bug/Fehler (fixed)

product_info_v1.html

Reported by: Volker Strähle Owned by: Markus Rehm
Priority: normal Milestone: modified-shop-2.0.0.0
Component: Template Version: 2.0.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

template/tpl_modified/module/product_info/product_info_v1.html:

zoomtext wird angezeigt, auch wenn kein Bild vorhanden ist.

statt:

  <div id="product_details">
    <div class="pd_imagebox">
      <div class="pd_big_image">
        {if $PRODUCTS_IMAGE != ''}<a class="cbimages" title ....

richtig:

  {if $PRODUCTS_IMAGE != ''}<div id="product_details">
    <div class="pd_imagebox">
      <div class="pd_big_image">
        <a class="cbimages" title ....

Attachments (0)

Change History (2)

comment:1 by Torsten Riemer, 10 years ago

Owner: set to Markus Rehm
Status: newassigned

comment:2 by Markus, 10 years ago

Resolution: fixed
Status: assignedclosed

In 9574:

fix #802

Modify Ticket

Action
as closed The owner will remain Markus Rehm.
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.