Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-filelist/Resources/Private/Templates/File/
Upload File :
Current File : //var/www/surf/TYPO3/vendor/typo3/cms-filelist/Resources/Private/Templates/File/EditFile.html

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

<f:layout name="Module" />

<f:section name="Content">

    <form action="{moduleUrlTceFile}" method="post" id="EditFileController" name="editform">
        <h1><f:translate key="LLL:EXT:filelist/Resources/Private/Language/locallang.xlf:file_edit.php.pagetitle" /> {fileName}</h1>
        <f:format.raw>{hookContent}</f:format.raw>
        <f:format.raw>{form}</f:format.raw>
    </form>

</f:section>

</html>