Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
4e7d94d2
Commit
4e7d94d2
authored
Aug 21, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'improve-contrast' into 'develop'
Improves contrast with bold text in buttons See merge request
!145
parents
e015be42
2c14b273
Pipeline
#1987
passed with stages
in 4 minutes and 31 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
14 deletions
+24
-14
html/typo3conf/ext/ter_fe2/Resources/Private/Partials/ExtensionUploadHistoryList.html
...esources/Private/Partials/ExtensionUploadHistoryList.html
+13
-5
html/typo3conf/ext/ter_fe2/Resources/Private/Partials/VersionSupportForTypo3.html
...e2/Resources/Private/Partials/VersionSupportForTypo3.html
+1
-1
html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Extension/Show.html
...t/ter_fe2/Resources/Private/Templates/Extension/Show.html
+5
-3
html/typo3conf/ext/ter_layout/Resources/Private/Partials/Solr/Result/Document.html
...yout/Resources/Private/Partials/Solr/Result/Document.html
+5
-5
No files found.
html/typo3conf/ext/ter_fe2/Resources/Private/Partials/ExtensionUploadHistoryList.html
View file @
4e7d94d2
...
...
@@ -41,7 +41,9 @@
arguments=
"{extension : extension, versionString : version.versionString, format : 'zip'}"
title=
"{f:translate(key:'filesize')}: {version.zipFileSize -> terfe2:filesize()}"
class=
"btn btn-primary"
>
<f:translate
key=
"download_zip"
/>
<strong>
<f:translate
key=
"download_zip"
/>
</strong>
</f:link.action>
</f:then>
<f:else>
...
...
@@ -51,7 +53,9 @@
arguments=
"{extension : extension, versionString : version.versionString, format : 'zip'}"
class=
"ter-download-icon ter-download-icon-zip"
title=
"{f:translate(key:'filesize')}: {version.zipFileSize -> terfe2:filesize()}"
>
<f:translate
key=
"download_zip"
/>
<strong>
<f:translate
key=
"download_zip"
/>
</strong>
</f:link.action>
</f:then>
</f:security.ifHasRole>
...
...
@@ -62,7 +66,7 @@
</f:for>
</tbody>
</table>
<button
type=
"button"
class=
"btn btn-primary"
>
Mark as insecure
</button>
<button
type=
"button"
class=
"btn btn-primary"
>
<strong>
Mark as insecure
</strong>
</button>
</f:form>
</f:then>
<f:else>
...
...
@@ -101,7 +105,9 @@
arguments=
"{extension : extension, versionString : version.versionString, format : 'zip'}"
title=
"{f:translate(key:'filesize')}: {version.zipFileSize -> terfe2:filesize()}"
class=
"btn btn-primary"
>
<f:translate
key=
"download_zip"
/>
<strong>
<f:translate
key=
"download_zip"
/>
</strong>
</f:link.action>
</f:then>
<f:else>
...
...
@@ -111,7 +117,9 @@
arguments=
"{extension : extension, versionString : version.versionString, format : 'zip'}"
class=
"ter-download-icon ter-download-icon-zip"
title=
"{f:translate(key:'filesize')}: {version.zipFileSize -> terfe2:filesize()}"
>
<f:translate
key=
"download_zip"
/>
<strong>
<f:translate
key=
"download_zip"
/>
</strong>
</f:link.action>
</f:then>
</f:security.ifHasRole>
...
...
html/typo3conf/ext/ter_fe2/Resources/Private/Partials/VersionSupportForTypo3.html
View file @
4e7d94d2
...
...
@@ -3,7 +3,7 @@
<h5>
Works with TYPO3
</h5>
<ul
class=
"list-inline"
>
<f:for
each=
"{version.matrixOfSupportedTypo3Versions}"
key=
"label"
as=
"supported"
>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{supported}',then:'success',else:'secondary')}"
>
{label}
</li>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{supported}',then:'success',else:'secondary')}"
>
<strong>
{label}
</strong>
</li>
</f:for>
</ul>
</f:if>
...
...
html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Extension/Show.html
View file @
4e7d94d2
...
...
@@ -33,7 +33,7 @@
<div
class=
"col-md-3"
>
<f:if
condition=
"{extension.lastVersion.reviewState} != -1"
>
<f:link.action
class=
"btn btn-primary btn-lg pull-right"
controller=
"Extension"
action=
"download"
arguments=
"{extension : extension, versionString : extension.lastVersion.versionString, format : 'zip'}"
>
Download {extension.lastVersion.versionString}
<strong>
Download {extension.lastVersion.versionString}
</strong>
</f:link.action>
</f:if>
</div>
...
...
@@ -47,7 +47,7 @@
<h3>
Tags
</h3>
<p
class=
"tags"
>
<f:for
each=
"{extension.tags}"
as=
"tag"
>
<f:link.page
class=
"btn btn-info mb-1"
pageUid=
"{settings.pages.searchResultsPid}"
additionalParams=
"{tx_solr: {filter: {0: 'keywords:{tag.title}'}}}"
>
#{tag.title}
</f:link.page>
<f:link.page
class=
"btn btn-info mb-1"
pageUid=
"{settings.pages.searchResultsPid}"
additionalParams=
"{tx_solr: {filter: {0: 'keywords:{tag.title}'}}}"
>
<strong>
#{tag.title}
</strong>
</f:link.page>
</f:for>
</p>
</f:if>
...
...
@@ -90,7 +90,9 @@
<div
class=
"socialshareprivacy"
></div>
<f:link.page
pageUid=
"1"
class=
"btn btn-success mb-3"
>
<f:translate
key=
"back_to_extension_list"
/>
<strong>
<f:translate
key=
"back_to_extension_list"
/>
</strong>
</f:link.page>
</f:then>
<f:else>
...
...
html/typo3conf/ext/ter_layout/Resources/Private/Partials/Solr/Result/Document.html
View file @
4e7d94d2
...
...
@@ -40,17 +40,17 @@
</f:comment>
<h5>
Works with TYPO3
</h5>
<ul
class=
"list-inline"
>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{document.supports6_boolS}',then:'success',else:'secondary')}"
>
6.2 LTS
</li>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{document.supports7_boolS}',then:'success',else:'secondary')}"
>
7 LTS
</li>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{document.supports8_boolS}',then:'success',else:'secondary')}"
>
8 LTS
</li>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{document.supports9_boolS}',then:'success',else:'secondary')}"
>
9
</li>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{document.supports6_boolS}',then:'success',else:'secondary')}"
>
<strong>
6.2 LTS
</strong>
</li>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{document.supports7_boolS}',then:'success',else:'secondary')}"
>
<strong>
7 LTS
</strong>
</li>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{document.supports8_boolS}',then:'success',else:'secondary')}"
>
<strong>
8 LTS
</strong>
</li>
<li
class=
"list-inline-item btn btn-{f:if(condition:'{document.supports9_boolS}',then:'success',else:'secondary')}"
>
<strong>
9
</strong>
</li>
</ul>
</div>
</div>
<div
class=
""
>
<a
class=
"btn btn-primary btn-block btn-lg"
href=
"{document.extensionDownloadZipUrl_stringS}"
>
<i
class=
"fa fa-download"
></i>
Download version {document.extensionVersion_stringS} as ZIP
<strong>
Download version {document.extensionVersion_stringS} as ZIP
</strong>
</a>
</div>
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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