Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
755f9096
Commit
755f9096
authored
Nov 19, 2018
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix display of IDP choice skin (
#1465
)
parent
68542634
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
lemonldap-ng-portal/site/templates/bootstrap/idpchoice.tpl
lemonldap-ng-portal/site/templates/bootstrap/idpchoice.tpl
+8
-6
No files found.
lemonldap-ng-portal/site/templates/bootstrap/idpchoice.tpl
View file @
755f9096
...
...
@@ -29,7 +29,7 @@
<div
class=
"row text-center"
>
<TMPL
_LOOP
NAME=
"LIST"
>
<div
class=
"col-sm-6 <TMPL_VAR NAME="
class
"
>
mb-3
mr-3
">
<div
class=
"col-sm-6 <TMPL_VAR NAME="
class
"
>
mb-3">
<button
type=
"submit"
class=
"btn btn-secondary idploop py-3"
val=
"<TMPL_VAR NAME="
VAL
"
>
">
<TMPL
_IF
NAME=
"icon"
>
<img
src=
"<TMPL_VAR NAME="
icon
"
>
" class="mr-2" alt="
<TMPL
_VAR
NAME=
"NAME"
>
" title="
<TMPL
_VAR
NAME=
"NAME"
>
" />
...
...
@@ -43,15 +43,17 @@
</div>
<TMPL
_IF
NAME=
"REMEMBER"
>
<div
class=
"input-group
mb-3
"
>
<div
class=
"input-group"
>
<div
class=
"input-group-prepend"
>
<div
class=
"input-group-text"
>
<input
class=
"form-check-input"
type=
"checkbox"
id=
"remember"
name=
"cookie_type"
value=
"1"
aria-describedby=
"rememberlabel"
>
<input
type=
"checkbox"
id=
"remember"
name=
"cookie_type"
value=
"1"
aria-describedby=
"rememberlabel"
>
</div>
</div>
<label
class=
"form-check-label"
id=
"rememberlabel"
for=
"remember"
>
<span
trspan=
"rememberChoice"
>
Remember my choice
</span>
</label>
<p
class=
"form-control"
>
<label
id=
"rememberlabel"
for=
"remember"
>
<span
trspan=
"rememberChoice"
>
Remember my choice
</span>
</label>
</p>
</div>
</TMPL
_IF
>
...
...
Write
Preview
Markdown
is supported
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