Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
6f1fb907
Commit
6f1fb907
authored
Mar 19, 2018
by
Nicole Cordes
Browse files
Show authors company if available
parent
271098a7
Pipeline
#3855
passed with stages
in 5 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Resources/Private/Language/locallang.xlf
View file @
6f1fb907
...
...
@@ -432,6 +432,9 @@
<trans-unit
id=
"author"
xml:space=
"preserve"
>
<source>
Author
</source>
</trans-unit>
<trans-unit
id=
"company"
xml:space=
"preserve"
>
<source>
Company
</source>
</trans-unit>
<trans-unit
id=
"relations"
xml:space=
"preserve"
>
<source>
Relations
</source>
</trans-unit>
...
...
html/typo3conf/ext/ter_fe2/Resources/Private/Partials/ExtensionSingleInfo.html
View file @
6f1fb907
...
...
@@ -9,6 +9,14 @@
<span
itemprop=
"name"
>
{extension.lastVersion.author.name}
</span>
</dd>
</f:if>
<f:if
condition=
"{extension.lastVersion.author.company}"
>
<dt>
<f:translate
key=
"company"
/>
</dt>
<dd
itemprop=
"worksFor"
itemscope
itemtype=
"http://schema.org/Organization"
>
<span
itemprop=
"name"
>
{extension.lastVersion.author.company}
</span>
</dd>
</f:if>
<dt>
Last update
</dt>
<dd>
<span
hidden
itemprop=
"dateCreated"
><f:format.date
format=
"c"
>
@{extension.lastVersion.uploadDate}
</f:format.date></span>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment