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
Pixel Humain
survey
Commits
6c66e0df
Commit
6c66e0df
authored
Apr 10, 2020
by
Raph El
Browse files
Merge branch 'development' of
https://gitlab.adullact.net/pixelhumain/survey
into development
parents
05b00c5d
07c5f9bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/tpls/forms/oforms.php
View file @
6c66e0df
...
...
@@ -38,7 +38,8 @@ foreach ($forms as $fix => $f) {
<?php
if
(
isset
(
$f
[
'ids'
])){
foreach
(
$f
[
"ids"
]
as
$ix
=>
$i
)
{
echo
'<i class="fa fa-file-text-o"></i> '
.
$f
[
$i
][
'name'
]
.
"<br/>"
;
$countQ
=
(
isset
(
$f
[
$i
][
"inputs"
])
)
?
count
(
$f
[
$i
][
"inputs"
])
:
0
;
echo
'<i class="fa fa-file-text-o"></i> '
.
$f
[
$i
][
'name'
]
.
" ("
.
$countQ
.
" inputs)<br/>"
;
}
}
?>
...
...
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