Renamed the fragment product_form to product_details
in preparation for readonly public views
This commit is contained in:
parent
f8e951c215
commit
07128568ca
@ -152,7 +152,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
¤¤ product_form ¤¤
|
||||
¤¤ product_details ¤¤
|
||||
<div id="product-details">
|
||||
<h2>Product details</h2>
|
||||
<form id="product-data"
|
||||
|
@ -152,7 +152,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
¤¤ product_form ¤¤
|
||||
¤¤ product_details ¤¤
|
||||
<div id="product-details">
|
||||
<h2>Artikeldata</h2>
|
||||
<form id="product-data"
|
||||
|
@ -49,7 +49,7 @@ class NewPage extends Page {
|
||||
'info' => $fields,
|
||||
'label' => '',
|
||||
'hidden' => 'hidden'),
|
||||
$this->fragments['product_form']);
|
||||
$this->fragments['product_details']);
|
||||
return $out;
|
||||
}
|
||||
}
|
||||
|
@ -87,7 +87,7 @@ class ProductPage extends Page {
|
||||
$fields['checkout_hidden'] = '';
|
||||
}
|
||||
}
|
||||
$out = replace($fields, $this->fragments['product_form']);
|
||||
$out = replace($fields, $this->fragments['product_details']);
|
||||
$out .= replace($fields, $this->fragments['product_meta']);
|
||||
return $out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user