Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
fb22bb68
Commit
fb22bb68
authored
7 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
fix "display all" behaviour in multiselection list menu.
Former-commit-id: 59caf23a04768e8f6d44bf025eda40fc01e22c71
parent
599f93c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/templates/multiselection_list_menu.html
+2
-2
2 additions, 2 deletions
ippisite/ippidb/templates/multiselection_list_menu.html
with
2 additions
and
2 deletions
ippisite/ippidb/templates/multiselection_list_menu.html
+
2
−
2
View file @
fb22bb68
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
<legend>
{{ label }}
<legend>
{{ label }}
{% if not all_param_value %}
{% if not all_param_value %}
<a
href=
"#"
class=
"float-right text-light"
title=
"Display all {{ label }}s"
onclick=
"modifyUrl('{{ all_param_name }}',true);"
>
[+]
</a>
<a
href=
"#"
class=
"float-right text-light"
title=
"Display all {{ label }}s"
onclick=
"modifyUrl('{{ all_param_name }}',true);"
>
[+]
</a>
<input
type=
"hidden"
name=
"{{ all_param_name }}"
value=
"{{ all_param_value }}"
/>
{% endif %}
{% endif %}
{% if all_param_value %}
{% if all_param_value
== "true"
%}
<a
href=
"#"
class=
"float-right text-light"
title=
"Show only top 5 {{ label }}s"
onclick=
"modifyUrl('{{ all_param_name }}',null);"
>
[-]
</a>
<a
href=
"#"
class=
"float-right text-light"
title=
"Show only top 5 {{ label }}s"
onclick=
"modifyUrl('{{ all_param_name }}',null);"
>
[-]
</a>
<input
type=
"hidden"
name=
"{{ all_param_name }}"
value=
"{{ all_param_value }}"
/>
{% endif %}
{% endif %}
</legend>
</legend>
</div>
</div>
...
...
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