Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
caddy
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typo3
caddy
Commits
710d5306
Commit
710d5306
authored
Feb 25, 2019
by
Dirk Wildt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8.17.5
parent
da340430
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
ChangeLog
ChangeLog
+6
-1
Configuration/TypoScript/Basis/Plugin/TxCaddyPi1/_constants/html/intothecaddy.ts
...t/Basis/Plugin/TxCaddyPi1/_constants/html/intothecaddy.ts
+2
-2
Configuration/TypoScript/Basis/Plugin/TxCaddyPi1/templates/Html/Form/Foundation/wiSelect.ts
...gin/TxCaddyPi1/templates/Html/Form/Foundation/wiSelect.ts
+3
-1
Configuration/TypoScript/Basis/Plugin/TxCaddyPi1/templates/fluid/intoTheCaddy.ts
...t/Basis/Plugin/TxCaddyPi1/templates/fluid/intoTheCaddy.ts
+3
-1
No files found.
ChangeLog
View file @
710d5306
...
...
@@ -7,8 +7,13 @@ TODO
8.17.5
19-02-25
Improvement
* #i0297: CSS class for buton into the caddy is removed: btn-lg
Affected files:
* Configuration/TypoScript/Basis/Plugin/TxCaddyPi1/_constants/html/intothecaddy.ts
* #i0296: HTML for icon shopping cart is removed at
* Configuration/TypoScript/Basis/Plugin/TxCaddyPi1/templates/Html/Form/Foundation/wiSelect.ts
* #i0295: Bootstrap - here: CSS class form-control for select boxes
Affected file:
Affected file
s
:
* Configuration/TypoScript/Basis/Plugin/TxCaddyPi1/templates/Html
* variant
* perItem/select.ts
...
...
Configuration/TypoScript/Basis/Plugin/TxCaddyPi1/_constants/html/intothecaddy.ts
View file @
710d5306
plugin
.
caddy
{
#
cat
=
caddy
-
html
-
into
the
caddy
//100; type=string; label= Button CSS class without select: For the button "into the caddy" without the quantity select box
html
.
intothecaddy
.
button
.
classes
.
woselect
=
linktopage
button
expand
btn
btn
-
lg
btn
-
block
btn
-
primary
html
.
intothecaddy
.
button
.
classes
.
woselect
=
linktopage
button
expand
btn
btn
-
block
btn
-
primary
#
cat
=
caddy
-
html
-
into
the
caddy
//101; type=string; label= Button CSS class with select: For the button "into the caddy" with the quantity select box
html
.
intothecaddy
.
button
.
classes
.
wiselect
=
button
postfix
btn
btn
-
lg
btn
-
block
btn
-
primary
html
.
intothecaddy
.
button
.
classes
.
wiselect
=
button
postfix
btn
btn
-
block
btn
-
primary
#
cat
=
caddy
-
html
-
into
the
caddy
//200; type=string; label= Form CSS class: CSS class of the form
html
.
intothecaddy
.
form
.
class
=
caddy
#
cat
=
caddy
-
html
-
into
the
caddy
//201; type=string; label= Form select CSS class: CSS class of the select box of the form
...
...
Configuration/TypoScript/Basis/Plugin/TxCaddyPi1/templates/Html/Form/Foundation/wiSelect.ts
View file @
710d5306
...
...
@@ -372,7 +372,9 @@ plugin.tx_caddy_pi1 {
10
{
data
=
LLL
:
EXT
:
caddy
/
Resources
/
Private
/
Language
/
Plugins
/
pi1
/
locallang
.
xlf
:
formButton
//wrap = <button class="{$plugin.caddy.html.intothecaddy.button.classes.woselect}" role="button ">|</button>
wrap
=
<
button
class
=
"
{$plugin.caddy.html.intothecaddy.button.classes.wiselect}
"
role
=
"
button
"
><
span
class
=
"
{$plugin.caddy.html.intothecaddy.icon.class}
"
style
=
"
font-size:1.8em;top:0.1em;position:relative;
"
><
/span> |</
button
>
// #i0296, 190225, dwildt, 1-/+
//wrap = <button class="{$plugin.caddy.html.intothecaddy.button.classes.wiselect}" role="button "><span class="{$plugin.caddy.html.intothecaddy.icon.class}" style="font-size:1.8em;top:0.1em;position:relative;"></span> |</button>
wrap
=
<
button
class
=
"
{$plugin.caddy.html.intothecaddy.button.classes.wiselect}
"
role
=
"
button
"
>|<
/button
>
}
wrap
=
{
$plugin
.
caddy
.
html
.
intothecaddy
.
form
.
wrap
.
button
}
}
...
...
Configuration/TypoScript/Basis/Plugin/TxCaddyPi1/templates/fluid/intoTheCaddy.ts
View file @
710d5306
...
...
@@ -40,7 +40,9 @@ plugin.tx_caddy_pi1 {
formButtonSubmit
=
TEXT
formButtonSubmit
{
data
=
LLL
:
EXT
:
caddy
/
Resources
/
Private
/
Language
/
Plugins
/
pi1
/
locallang
.
xlf
:
formButton
wrap
=
<
button
class
=
"
{$plugin.caddy.html.intothecaddy.button.classes.wiselect}
"
role
=
"
button
"
><
span
class
=
"
{$plugin.caddy.html.intothecaddy.icon.class}
"
style
=
"
font-size:1.8em;top:0.1em;position:relative;
"
><
/span> |</
button
>
// #i0296, 190225, dwildt, 1-/+
//wrap = <button class="{$plugin.caddy.html.intothecaddy.button.classes.wiselect}" role="button "><span class="{$plugin.caddy.html.intothecaddy.icon.class}" style="font-size:1.8em;top:0.1em;position:relative;"></span> |</button>
wrap
=
<
button
class
=
"
{$plugin.caddy.html.intothecaddy.button.classes.wiselect}
"
role
=
"
button
"
>|<
/button
>
}
// data = LLL:EXT:caddy/Resources/Private/Language/Plugins/pi1/locallang.xlf:formLegend
formFieldsetLabel
=
TEXT
...
...
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