Skip to content
Snippets Groups Projects
Commit 5a48e86c authored by Stefan Galinski's avatar Stefan Galinski Committed by Christian Kuhn
Browse files

[FEATURE] Improve the info popup

The change improves the general spacing and CGL of the code,
removes some unused variables, tailores some very long lines
for better readability, adds the creation date, creation user
and last modified timestamp of the record and adds some general
actions to the references which improve the usability of the
feature a lot.

Change-Id: Iad2ec3ca01707a1486e2785115e3c5c25f6e1c57
Resolves: #38469
Releases: 6.0
Reviewed-on: http://review.typo3.org/12420
Reviewed-by: Susanne Moog
Tested-by: Susanne Moog
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent 036eb940
No related merge requests found
This diff is collapsed.
......@@ -9,6 +9,15 @@
<trans-unit id="LGL.hidden" xml:space="preserve">
<source>Hide:</source>
</trans-unit>
<trans-unit id="LGL.timestamp" xml:space="preserve">
<source>Last Modified:</source>
</trans-unit>
<trans-unit id="LGL.creationDate" xml:space="preserve">
<source>Created At:</source>
</trans-unit>
<trans-unit id="LGL.creationUserId" xml:space="preserve">
<source>Created By:</source>
</trans-unit>
<trans-unit id="LGL.starttime" xml:space="preserve">
<source>Start:</source>
</trans-unit>
......
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