Skip to content
Snippets Groups Projects
Commit 7e9c6652 authored by Georg Ringer's avatar Georg Ringer Committed by Wouter Wolters
Browse files

[TASK] Move the title of the sys_template record in template module

Improve the look of the template module by moving the
title to the table below.

Resolves: #81833
Releases: master
Change-Id: I8a4d67ea50ff9bfe6a859a335c423e06c5cda2c0
Reviewed-on: https://review.typo3.org/53443


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarDaniel Maier <dani-maier@gmx.de>
Reviewed-by: default avatarJasmina Ließmann <code@frauliessmann.de>
Tested-by: default avatarJasmina Ließmann <code@frauliessmann.de>
Reviewed-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 56f1b8aa
Branches
Tags
No related merge requests found
<h3><f:translate key="{LLPrefix}templateInformation"/></h3>
<div>
<a href="#" class="t3js-contextmenutrigger" data-table="sys_template" data-uid="{templateRecord.uid}">
<core:iconForRecord table="sys_template" row="{templateRecord}" />
</a><strong>&nbsp;{title}</strong>
<f:if condition="{siteTitle}">({siteTitle})</f:if>
<f:if condition="{manyTemplatesMenu}">
<div>
......@@ -14,6 +11,15 @@
<f:format.raw>{formResult}</f:format.raw>
<div class="table-fit">
<table class="table table-striped table-hover">
<thead>
<tr>
<td colspan="3">
<a href="#" class="t3js-contextmenutrigger" data-table="sys_template" data-uid="{templateRecord.uid}">
<core:iconForRecord table="sys_template" row="{templateRecord}"/>
</a><strong>{title}</strong>
</td>
</tr>
</thead>
<f:for each="{tableRows}" as="line">
<f:render section="TemplateTableRow" arguments="{line: line}" />
</f:for>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment