Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Oliver Eglseder
lfeditor
Commits
079fbdf9
Commit
079fbdf9
authored
Dec 05, 2016
by
Philipp Nowinski
Browse files
[BUGFIX] fix refresh icon: use the TYPO3 Icon API instead of plain html
parent
4bbf448d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Resources/Private/Partials/SelectExtensionAndLanguageFile.html
...rces/Private/Partials/SelectExtensionAndLanguageFile.html
+3
-2
No files found.
Resources/Private/Partials/SelectExtensionAndLanguageFile.html
View file @
079fbdf9
{namespace lfe=SGalinski\Lfeditor\ViewHelpers}
{namespace core=TYPO3\CMS\Core\ViewHelpers}
<h2
class=
"uppercase"
>
<f:translate
key=
"select.langfile"
/>
...
...
@@ -35,8 +36,8 @@
<f:form
id=
"refreshLanguageFileListForm"
action=
"refreshLanguageFileList"
class=
"tx-lfeditor-inline-block-form"
>
<span
class=
"tx-lfeditor-buttons"
>
<button
class=
"tx-lfeditor-buttons-refresh"
>
<
span
title=
"{f:translate(key:'button.refreshLanguageFileList.title')}"
class=
"t3-icon t3-icon-actions t3-icon
-system-refresh"
></span
>
<button
class=
"tx-lfeditor-buttons-refresh"
title=
"{f:translate(key:'button.refreshLanguageFileList.title')}"
>
<
core:icon
identifier=
"actions
-system-refresh"
size=
"small"
/
>
</button>
</span>
</f:form>
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