Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
autoform
Commits
5ba9d77e
Commit
5ba9d77e
authored
Oct 19, 2023
by
Florian Joriot
Browse files
Options
Downloads
Patches
Plain Diff
Mise en page
parent
99f50c51
No related branches found
No related tags found
No related merge requests found
Pipeline
#23931
passed
Oct 19, 2023
Stage: publish
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/UnicaenAutoform/View/Helper/partial/input/select_text.phtml
+14
-17
14 additions, 17 deletions
...icaenAutoform/View/Helper/partial/input/select_text.phtml
with
14 additions
and
17 deletions
src/UnicaenAutoform/View/Helper/partial/input/select_text.phtml
+
14
−
17
View file @
5ba9d77e
...
@@ -29,9 +29,6 @@ $reponse = explode(':::', $reponse);
...
@@ -29,9 +29,6 @@ $reponse = explode(':::', $reponse);
<?php
endforeach
;
?>
<?php
endforeach
;
?>
</select>
</select>
<br/>
<br/>
</div>
</div>
<div
class=
"row"
>
<div
id=
"text_complementaire_
<?php
echo
$champ
->
getId
()
?>
"
class=
"col-md-12"
style=
"display:none"
>
<div
id=
"text_complementaire_
<?php
echo
$champ
->
getId
()
?>
"
class=
"col-md-12"
style=
"display:none"
>
<label
for=
"text_complementaire_
<?php
echo
$champ
->
getId
()
?>
"
>
<label
for=
"text_complementaire_
<?php
echo
$champ
->
getId
()
?>
"
>
<?php
if
(
count
(
$optionsAndLibelle
)
>
1
)
:
?>
<?php
if
(
count
(
$optionsAndLibelle
)
>
1
)
:
?>
...
@@ -47,7 +44,7 @@ $reponse = explode(':::', $reponse);
...
@@ -47,7 +44,7 @@ $reponse = explode(':::', $reponse);
/>
/>
</div>
</div>
</div>
</div>
</div>
<script>
<script>
function
showComplement
(
option
,
name
)
function
showComplement
(
option
,
name
)
...
...
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