Commit f9731985 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

whitespace system_usermanager_passwordmg.php

(cherry picked from commit 6b87325f)
parent 6f9765fe
...@@ -77,9 +77,9 @@ include("head.inc"); ...@@ -77,9 +77,9 @@ include("head.inc");
<body> <body>
<?php include("fbegin.inc"); ?> <?php include("fbegin.inc"); ?>
<section class="page-content-main"> <section class="page-content-main">
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<? <?
if (isset($input_errors) && count($input_errors) > 0) { if (isset($input_errors) && count($input_errors) > 0) {
print_input_errors($input_errors); print_input_errors($input_errors);
...@@ -89,25 +89,25 @@ include("head.inc"); ...@@ -89,25 +89,25 @@ include("head.inc");
} }
?> ?>
<section class="col-xs-12"> <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"> <form action="system_usermanager_passwordmg.php" method="post" name="iform" id="iform">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<tr> <tr>
<td><?=gettext("Old password"); ?></td> <td><?=gettext("Old password"); ?></td>
<td> <td>
<input name="passwordfld0" type="password" id="passwordfld0" size="20" /> <input name="passwordfld0" type="password" id="passwordfld0" size="20" />
</td> </td>
</tr> </tr>
<tr> <tr>
<td><?=gettext("New password"); ?></td> <td><?=gettext("New password"); ?></td>
<td> <td>
<input name="passwordfld1" type="password" id="passwordfld1" size="20" /> <input name="passwordfld1" type="password" id="passwordfld1" size="20" />
</td> </td>
</tr> </tr>
<tr> <tr>
<td><?=gettext("Confirmation");?></td> <td><?=gettext("Confirmation");?></td>
<td> <td>
<input name="passwordfld2" type="password" id="passwordfld2" size="20" /> <input name="passwordfld2" type="password" id="passwordfld2" size="20" />
</td> </td>
</tr> </tr>
...@@ -118,11 +118,11 @@ include("head.inc"); ...@@ -118,11 +118,11 @@ include("head.inc");
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</form> </form>
</div> </div>
</section> </section>
</div> </div>
</div> </div>
</section> </section>
<?php include("foot.inc"); <?php include("foot.inc");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment