Skip to content
Snippets Groups Projects
Verified Commit 09b54687 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Add missing headerLabel

parent 72354fa4
No related branches found
No related tags found
1 merge request!48[TASK] Require TYPO3 12
......@@ -3,6 +3,10 @@
<f:asset.css identifier="sg_jobs-pluginpreview" href="EXT:sg_jobs/Resources/Public/StyleSheets/pluginpreview.css" />
<be:link.editRecord table="tt_content" uid="{uid}">
<h4>
<span class="badge text-bg-primary"><f:translate key="{headerLabel}" /></span>
</h4>
<br/>
<table class="table table-striped table-bordered sg_jobs-backend-preview-table">
......
......@@ -3,6 +3,10 @@
<f:asset.css identifier="sg_jobs-pluginpreview" href="EXT:sg_jobs/Resources/Public/StyleSheets/pluginpreview.css" />
<be:link.editRecord table="tt_content" uid="{uid}">
<h4>
<span class="badge text-bg-primary"><f:translate key="{headerLabel}" /></span>
</h4>
<br/>
<table class="table table-striped table-bordered sg_jobs-backend-preview-table">
......
......@@ -3,6 +3,10 @@
<f:asset.css identifier="sg_jobs-pluginpreview" href="EXT:sg_jobs/Resources/Public/StyleSheets/pluginpreview.css" />
<be:link.editRecord table="tt_content" uid="{uid}">
<h4>
<span class="badge text-bg-primary"><f:translate key="{headerLabel}" /></span>
</h4>
<br/>
<table class="table table-striped table-bordered sg_jobs-backend-preview-table">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment