Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
f9731985
Commit
f9731985
authored
Mar 15, 2016
by
Ad Schellevis
Committed by
Franco Fichtner
Mar 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whitespace system_usermanager_passwordmg.php
(cherry picked from commit
6b87325f
)
parent
6f9765fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
system_usermanager_passwordmg.php
src/www/system_usermanager_passwordmg.php
+19
-19
No files found.
src/www/system_usermanager_passwordmg.php
View file @
f9731985
...
...
@@ -77,9 +77,9 @@ include("head.inc");
<body>
<?php
include
(
"fbegin.inc"
);
?>
<section
class=
"page-content-main"
>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<section
class=
"page-content-main"
>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<?
if
(
isset
(
$input_errors
)
&&
count
(
$input_errors
)
>
0
)
{
print_input_errors
(
$input_errors
);
...
...
@@ -89,25 +89,25 @@ include("head.inc");
}
?>
<section
class=
"col-xs-12"
>
<div
class=
"content-box"
>
<div
class=
"content-box"
>
<form
action=
"system_usermanager_passwordmg.php"
method=
"post"
name=
"iform"
id=
"iform"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped"
>
<tr>
<td>
<?=
gettext
(
"Old password"
);
?>
</td>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped"
>
<tr>
<td>
<?=
gettext
(
"Old password"
);
?>
</td>
<td>
<input
name=
"passwordfld0"
type=
"password"
id=
"passwordfld0"
size=
"20"
/>
</td>
</tr>
<tr>
<td>
<?=
gettext
(
"New password"
);
?>
</td>
</tr>
<tr>
<td>
<?=
gettext
(
"New password"
);
?>
</td>
<td>
<input
name=
"passwordfld1"
type=
"password"
id=
"passwordfld1"
size=
"20"
/>
</td>
</tr>
</tr>
<tr>
<td>
<?=
gettext
(
"Confirmation"
);
?>
</td>
<td>
<td>
<?=
gettext
(
"Confirmation"
);
?>
</td>
<td>
<input
name=
"passwordfld2"
type=
"password"
id=
"passwordfld2"
size=
"20"
/>
</td>
</tr>
...
...
@@ -118,11 +118,11 @@ include("head.inc");
</td>
</tr>
</table>
</div>
</div>
</form>
</div>
</section>
</div>
</div>
</div>
</section>
</div>
</div>
</section>
<?php
include
(
"foot.inc"
);
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