Your IP : 216.73.216.220


Current Path : /proc/thread-self/root/var/www/surf/TYPO3/src/surf/Resources/Private/Templates/Order/
Upload File :
Current File : //proc/thread-self/root/var/www/surf/TYPO3/src/surf/Resources/Private/Templates/Order/Show.html

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:layout name="Default" />

This template is responsible for displaying a single view for a domain object

If you modify this template, do not forget to change the overwrite settings
in /Configuration/ExtensionBuilder/settings.yaml:
  Resources:
    Private:
      Templates:
        Order:
          Show.html: keep

Otherwise your changes will be overwritten the next time you save the extension in the extension builder

<f:section name="content">
    <h1>Single View for Order</h1>

    <f:flashMessages />
    <f:render partial="Order/Properties" arguments="{order:order}" />
    <f:link.action action="list">Back to list</f:link.action><br />
    <f:link.action action="new">New Order</f:link.action>
</f:section>
</html>