release 0.267: front layout/basket fixes and product redirect hardening

This commit is contained in:
2026-02-14 00:56:09 +01:00
parent 40e777afe6
commit 7574785d68
17 changed files with 251 additions and 607 deletions

View File

@@ -15,7 +15,7 @@
$out .= 'id="' . $this -> params['id'] . '" ';
else
$out .= 'id="' . $this -> params['name'] . '" ';
$out .= 'name="' . $this -> params['name'] . '" type="checkbox" value="1"';
$out .= 'name="' . $this -> params['name'] . '" type="checkbox" value="on"';
if ( $this -> params['checked'] )
$out .= 'checked="checked" ';
@@ -24,4 +24,4 @@
$out .= '</div>';
$out .= '</div>';
echo $out;
echo $out;