﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
867	checkout_new_address.html -> Checkbox wird nicht verwendet	Torsten Riemer	somebody	"In der checkout_new_address.html der Templates ist folgender Codeblock enthalten:

tpl_modified:
{{{
    {if $new == '1'}
    <table>
      <tr>
        <td class=""checkbox"">{$CHECKBOX_PRIMARY}</td>
        <td class=""midi td_full"">{#text_standard#}</td>
      </tr>
    </table>
    {/if}
}}}

xtc5:
{{{
  {if $new == '1'}
  <tr>
    <td>&nbsp;</td>
    <td align=""left"">{$CHECKBOX_PRIMARY} {#text_standard#}</td>
  </tr>
  {/if}
}}}

Dies ist in der /includes/modules/checkout_new_address.php jedoch nicht definiert!"	Erweiterung	closed	normal	modified-shop-2.0.5.0	Shop	2.0.0.0	fixed				
