Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • typo3/sg_jobs
1 result
Show changes
Commits on Source (3)
...@@ -24,9 +24,8 @@ ...@@ -24,9 +24,8 @@
</h2> </h2>
<f:if condition="{job.attachment}"> <f:if condition="{job.attachment}">
<div class="ms-auto"> <div class="ms-auto">
<f:link.typolink target="_blank" parameter="{job.attachment.0.originalResource.publicUrl}" class="btn btn-outline-dark" additionalAttributes="{alt: '{f:translate(key: \'frontend.attachment\', extensionName: \'SgJobs\')} (PDF, {job.attachment.0.originalResource.size -> f:format.bytes()})'}"> <f:link.typolink target="_blank" parameter="{job.attachment.0.originalResource.publicUrl}" class="btn btn-outline-dark" additionalAttributes="{aria-label: '{f:translate(key: \'frontend.attachment\', extensionName: \'SgJobs\')} (PDF, {job.attachment.0.originalResource.size -> f:format.bytes()})'}">
<sg:renderSvg name="fontawesome/solid/download" width="20" height="20" color="currentColor" createColorAttribute="TRUE" role="img" aria-label="Download icon"/> <sg:renderSvg name="fontawesome/solid/download" width="20" height="20" color="currentColor" createColorAttribute="TRUE" aria-hidden="true" focusable="false"/>
<span class="visually-hidden"><f:translate key="frontend.button.download" /></span>
</f:link.typolink> </f:link.typolink>
</div> </div>
</f:if> </f:if>
...@@ -454,7 +453,7 @@ ...@@ -454,7 +453,7 @@
<f:else> <f:else>
<sg:renderSvg name="fontawesome/solid/user" width="50" height="50" <sg:renderSvg name="fontawesome/solid/user" width="50" height="50"
color="currentColor" createColorAttribute="TRUE" color="currentColor" createColorAttribute="TRUE"
class="px-4 py-4 bg-light o-50" role="img" aria-label="User icon" /> class="px-4 py-4 bg-light o-50" aria-hidden="true" focusable="false" />
</f:else> </f:else>
</f:if> </f:if>
</div> </div>
......