Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
3e8343c0
Commit
3e8343c0
authored
Mar 27, 2015
by
Morris Jobke
Browse files
Show label for password change in IE8
* fixes #10729
parent
055c18a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
settings/css/settings.css
View file @
3e8343c0
...
...
@@ -370,6 +370,18 @@ span.error {
margin-top
:
-7px
;
}
.ie8
.strengthify-wrapper
{
left
:
389px
;
}
.onlyInIE8
{
display
:
none
;
}
.ie8
.onlyInIE8
{
display
:
inline
;
}
/* OPERA hack for strengthify*/
doesnotexist
:-o-prefocus
,
.strengthify-wrapper
{
left
:
185px
;
...
...
@@ -415,4 +427,4 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
#encryptionModules
{
padding
:
10px
;
}
\ No newline at end of file
}
settings/templates/personal.php
View file @
3e8343c0
...
...
@@ -73,9 +73,11 @@ if($_['passwordChangeSupported']) {
<div
class=
"hidden icon-checkmark"
id=
"password-changed"
></div>
<div
class=
"hidden"
id=
"password-error"
>
<?php
p
(
$l
->
t
(
'Unable to change your password'
));
?>
</div>
<br>
<label
for=
"pass1"
class=
"onlyInIE8"
>
<?php
echo
$l
->
t
(
'Current password'
);
?>
:
</label>
<input
type=
"password"
id=
"pass1"
name=
"oldpassword"
placeholder=
"
<?php
echo
$l
->
t
(
'Current password'
);
?>
"
autocomplete=
"off"
autocapitalize=
"off"
autocorrect=
"off"
/>
<label
for=
"pass2"
class=
"onlyInIE8"
>
<?php
echo
$l
->
t
(
'New password'
);
?>
:
</label>
<input
type=
"password"
id=
"pass2"
name=
"personal-password"
placeholder=
"
<?php
echo
$l
->
t
(
'New password'
);
?>
"
data-typetoggle=
"#personal-show"
...
...
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