Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
3bb082be
Commit
3bb082be
authored
7 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
FIX #6394 set width in redirection view
parent
d443348b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/maarch_entreprise/Views/profile.component.html
+5
-5
5 additions, 5 deletions
apps/maarch_entreprise/Views/profile.component.html
with
5 additions
and
5 deletions
apps/maarch_entreprise/Views/profile.component.html
+
5
−
5
View file @
3bb082be
...
...
@@ -176,11 +176,11 @@
<div
class=
"alert alert-danger"
role=
"alert"
>
{{lang.autoLogoutAbsence}}
</div>
<nav
class=
"navbar navbar-default"
>
<div
class=
"container-fluid"
>
<form
class=
"navbar-form navbar-left"
>
<div
class=
"form-group"
>
<select
id=
"selectBasketAbsenceUser"
class=
"form-control
"
>
<option>
{{lang.chooseBasket}}
</option
>
<option
*ngFor=
"let basket of user.baskets"
[disabled]=
"basket.disabled"
>
<form
class=
"navbar-form navbar-left"
style=
"width: 100%"
>
<div
style=
"margin-left: 16%;padding-top: 15px"
>
Ctrl + Clic pour sélectionner plusieurs corbeilles
</div
>
<div
class=
"form-group"
style=
"margin-left: 16%;max-width: 51%;
"
>
<select
style=
"height: 150px;max-width: 87%;"
id=
"selectBasketAbsenceUser"
class=
"form-control"
>
<option
*ngFor=
"let basket of user.baskets"
[disabled]=
"basket.disabled"
title=
"{{basket.basket_name}}"
>
{{basket.basket_name}}
<span
*ngIf=
"basket.group_id"
>
({{basket.group_id}})
</span>
<span
*ngIf=
"basket.userToDisplay"
>
({{basket.userToDisplay}})
</span>
...
...
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