Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_mail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_mail
Commits
24cfdff7
Commit
24cfdff7
authored
4 months ago
by
Florian Will
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] added Icon in Dochead
parent
254f247a
No related branches found
Branches containing commit
Tags
9.2.2
Tags containing commit
1 merge request
!64
Feature 5168 unify root page selector
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Resources/Private/Layouts/Newsletter.html
+4
-0
4 additions, 0 deletions
Resources/Private/Layouts/Newsletter.html
Resources/Private/Layouts/Queue.html
+16
-3
16 additions, 3 deletions
Resources/Private/Layouts/Queue.html
with
20 additions
and
3 deletions
Resources/Private/Layouts/Newsletter.html
+
4
−
0
View file @
24cfdff7
...
...
@@ -74,6 +74,10 @@
<f:render
section=
"iconButtons"
/>
</div>
<div
class=
"module-docheader-bar-column-right"
>
<a
href=
"https://www.sgalinski.de/"
target=
"_blank"
rel=
"noopener noreferrer"
title=
"Created by the TYPO3 agency sgalinski"
>
<img
src=
"{f:uri.resource(path: 'Icons/logo-icon.svg')}"
alt=
"Sgalinski Logo"
style=
"width: 34px; height: 25.75px;"
/>
</a>
<f:render
partial=
"ButtonBar"
arguments=
"{buttons:docHeader.buttons.right}"
/>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Resources/Private/Layouts/Queue.html
+
16
−
3
View file @
24cfdff7
{namespace sgm=SGalinski\SgMail\ViewHelpers}
<f:be.pageRenderer
includeCssFiles=
"{0: '{f:uri.resource(path: \'StyleSheets/backend.css\')}'}"
includeJavaScriptModules=
"{
includeJavaScriptModules=
"{
0: '@typo3/backend/ajax-data-handler.js',
1: '@typo3/backend/context-menu.js',
2: '@typo3/backend/tooltip.js',
3: '@sgalinski/sg-mail/Backend.js'
}"
addJsInlineLabels=
"{
addJsInlineLabels=
"{
0: 'backend.delete_template',
1: 'backend.send_mail_manually',
2: 'backend.send_mail_again',
3: 'backend.preview_close'
}"
/>
}"
/>
<div
class=
"module"
data-module-id=
""
data-module-name=
""
>
<div
class=
"module-docheader t3js-module-docheader"
>
<f:render
partial=
"Module/DocHeader"
section=
"main"
arguments=
"{docHeader: docHeader, pages: pages, selectedTemplateKey: selectedTemplateKey, selectedExtensionKey: selectedExtensionKey}"
/>
<div
class=
"module-docheader-bar module-docheader-bar-buttons t3js-module-docheader-bar t3js-module-docheader-bar-buttons"
>
<div
class=
"module-docheader-bar-column-left"
>
</div>
<div
class=
"module-docheader-bar-column-right"
>
<a
href=
"https://www.sgalinski.de/"
target=
"_blank"
rel=
"noopener noreferrer"
title=
"Created by the TYPO3 agency sgalinski"
>
<img
src=
"{f:uri.resource(path: 'Icons/logo-icon.svg')}"
alt=
"Sgalinski Logo"
style=
"width: 34px; height: 25.75px;"
/>
</a>
</div>
</div>
</div>
<div
class=
"module-body t3js-module-body"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment