Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
🚀
This server has been upgraded to GitLab release
15.7
.
🚀
Open sidebar
GIP RENATER
switch-wayf
Commits
cb806863
Commit
cb806863
authored
Mar 26, 2012
by
haemmer
Browse files
Improved paragraph spacing
parent
5a26ee51
Changes
4
Hide whitespace changes
Inline
Side-by-side
css/default-styles.css
View file @
cb806863
...
...
@@ -35,6 +35,14 @@ input {
vertical-align
:
middle
;
}
.promptMessage
{
margin-top
:
0
;
}
.selectOptions
{
margin-bottom
:
0
;
}
.box
{
width
:
600px
;
text-align
:
center
;
...
...
default-body.php
View file @
cb806863
...
...
@@ -4,7 +4,7 @@
<
h1
><?
php
echo
getLocalString
(
'header'
);
?>
</h1>
<form
id=
"IdPList"
name=
"IdPList"
method=
"post"
onSubmit=
"return checkForm()"
action=
"
<?php
echo
$actionURL
?>
"
>
<div
id=
"userInputArea"
>
<p>
<?php
echo
$promptMessage
?>
</p>
<p
class=
"promptMessage"
>
<?php
echo
$promptMessage
?>
</p>
<div
align=
"center"
>
<select
name=
"user_idp"
id=
"userIdPSelection"
>
<option
value=
"-"
<?php
echo
$defaultSelected
?>
>
<?php
echo
getLocalString
(
'select_idp'
)
?>
...
</option>
...
...
@@ -13,7 +13,7 @@
<input
type=
"submit"
name=
"Select"
accesskey=
"s"
value=
"
<?php
echo
getLocalString
(
'select_button'
)
?>
"
>
</div>
<div
align=
"left"
>
<p>
<p
class=
"selectOptions"
>
<input
type=
"checkbox"
<?php
echo
$rememberSelectionChecked
?>
name=
"session"
id=
"rememberForSession"
value=
"true"
>
<label
for=
"rememberForSession"
>
<?php
echo
getLocalString
(
'remember_selection'
)
?>
</label><br>
<?php
if
(
$showPermanentSetting
)
:
?>
...
...
default-notice.php
View file @
cb806863
...
...
@@ -4,7 +4,7 @@
<
h1
><?
php
echo
getLocalString
(
'settings'
);
?>
</h1>
<form
id=
"IdPList"
name=
"IdPList"
method=
"post"
onSubmit=
"return checkForm()"
action=
"
<?php
echo
$actionURL
?>
"
>
<div
id=
"userInputArea"
>
<p>
<?php
echo
getLocalString
(
'permanent_cookie_notice'
);
?>
</p>
<p
class=
"promptMessage"
>
<?php
echo
getLocalString
(
'permanent_cookie_notice'
);
?>
</p>
<div
align=
"center"
>
<select
name=
"permanent_user_idp"
id=
"userIdPSelection"
disabled=
"disabled"
>
<option
value=
"-"
>
<?php
echo
$permanentUserIdPName
?>
</option>
...
...
default-settings.php
View file @
cb806863
...
...
@@ -4,7 +4,7 @@
<
h1
><?
php
echo
getLocalString
(
'permanent_select_header'
);
?>
</h1>
<form
id=
"IdPList"
name=
"IdPList"
method=
"post"
onSubmit=
"return checkForm()"
action=
"
<?php
echo
$actionURL
?>
"
>
<div
id=
"userInputArea"
>
<p>
<?php
echo
getLocalString
(
'permanently_remember_selection'
)
?>
</p>
<p
class=
"promptMessage"
>
<?php
echo
getLocalString
(
'permanently_remember_selection'
)
?>
</p>
<div
align=
"center"
>
<select
name=
"user_idp"
id=
"userIdPSelection"
>
<option
value=
"-"
<?php
echo
$defaultSelected
?>
>
<?php
echo
getLocalString
(
'select_idp'
)
?>
...
</option>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment