Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
a6c1368c
Commit
a6c1368c
authored
Sep 22, 2019
by
Carsten Rose
Browse files
Manual.rst: style Form-Editor-Usage report
parent
4e355841
Pipeline
#2391
passed with stages
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
a6c1368c
...
...
@@ -8283,9 +8283,9 @@ has the form be used. The following report includes the regular `form-editor`_ a
, '
</
th
><
th
>
Title
'
, '
</
th
><
th
>
Table
'
, '
</
th
><
th
>
#
'
, '
</
th
><
th
>
First
'
, '
</
th
><
th
>
Last
'
, '
</
th
><
th
>
PageId
</
th
>
'
, '
</
th
><
th
>
<
em
>
First
</
em
>
'
, '
</
th
><
th
>
<
em
>
Last
</
em
>
'
, '
</
th
><
th
>
<
em
>
PageId
</
em
></
th
>
'
FROM (SELECT '') AS fake
WHERE '
{
{
form
:
SE
}
}
'='
'
AND
{
{
formIdHistory
:
S0
}
}
=
0
...
...
@@ -8301,9 +8301,9 @@ has the form be used. The following report includes the regular `form-editor`_ a
, QMORE(f.title,50)
, f.tableName
, CONCAT('
p
:
{
{
pageAlias
:
T
}
}
&
formIdHistory
=
', f.id, '
|
s
|
b
|
t
:<
span
class
=
"badge"
>
', COUNT(fsl.id), '
</
span
>
', IF(COUNT(fsl.id)=0,'
|
r
:
3
','') ) as _link
,
MIN
(
fsl
.created
)
,
MAX
(
fsl
.created
)
,
GROUP_CONCAT
(
DISTINCT
fsl
.pageId
ORDER
BY
fsl
.pageId
)
,
CONCAT( '
<
em
><
span
title
=
"',MIN(fsl.created), '"
>
', DATE_FORMAT( MIN( fsl.created), '
%
d
.%
m
.%
Y
'), '
</
span
></
em
>
'
)
,
CONCAT( '
<
em
><
span
title
=
"',MAX(fsl.created), '"
>
', DATE_FORMAT( MAX( fsl.created), '
%
d
.%
m
.%
Y
'), '
</
span
></
em
>
'
)
,
CONCAT('
<
em
>
',
GROUP_CONCAT(DISTINCT fsl.pageId ORDER BY fsl.pageId)
, '
<
em
>
'
)
FROM
Form
AS
f
LEFT
JOIN
FormSubmitLog
AS
fsl
ON
fsl
.formId
=
f
.id
...
...
@@ -8341,7 +8341,6 @@ has the form be used. The following report includes the regular `form-editor`_ a
}
.. _`autocron`:
AutoCron
...
...
Write
Preview
Supports
Markdown
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