Your IP : 216.73.217.95


Current Path : /var/www/surf/TYPO3/src/surf/Resources/Private/Templates/Store/
Upload File :
Current File : /var/www/surf/TYPO3/src/surf/Resources/Private/Templates/Store/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:
        Store:
          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 Store</h1>

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