mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
fix layout
This commit is contained in:
parent
22882e2634
commit
26b3762962
|
@ -100,11 +100,11 @@ $(document).ready( function() {
|
||||||
$this->pageNavigation(getMLText("my_account"), "my_account");
|
$this->pageNavigation(getMLText("my_account"), "my_account");
|
||||||
|
|
||||||
$this->contentHeading(getMLText("edit_user_details"));
|
$this->contentHeading(getMLText("edit_user_details"));
|
||||||
$this->contentContainerStart();
|
|
||||||
?>
|
?>
|
||||||
<form class="form-horizontal" action="../op/op.EditUserData.php" enctype="multipart/form-data" method="post" id="form">
|
<form class="form-horizontal" action="../op/op.EditUserData.php" enctype="multipart/form-data" method="post" id="form">
|
||||||
<?php echo createHiddenFieldWithKey('edituserdata'); ?>
|
<?php echo createHiddenFieldWithKey('edituserdata'); ?>
|
||||||
<?php
|
<?php
|
||||||
|
$this->contentContainerStart();
|
||||||
$this->formField(
|
$this->formField(
|
||||||
getMLText("current_password"),
|
getMLText("current_password"),
|
||||||
array(
|
array(
|
||||||
|
@ -118,12 +118,12 @@ $(document).ready( function() {
|
||||||
);
|
);
|
||||||
$this->formField(
|
$this->formField(
|
||||||
getMLText("new_password"),
|
getMLText("new_password"),
|
||||||
'<input class="pwd" type="password" rel="strengthbar" id="pwd" name="pwd" size="30">'
|
'<input class="form-control pwd" type="password" rel="strengthbar" id="pwd" name="pwd" size="30">'
|
||||||
);
|
);
|
||||||
if($passwordstrength) {
|
if($passwordstrength) {
|
||||||
$this->formField(
|
$this->formField(
|
||||||
getMLText("password_strength"),
|
getMLText("password_strength"),
|
||||||
'<div id="strengthbar" class="progress" style="width: 220px; height: 30px; margin-bottom: 8px;"><div class="bar bar-danger" style="width: 0%;"></div></div>'
|
'<div id="strengthbar" class="progress" style="_width: 220px; height: 30px; margin-bottom: 8px;"><div class="bar bar-danger" style="width: 0%;"></div></div>'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$this->formField(
|
$this->formField(
|
||||||
|
@ -206,12 +206,12 @@ $(document).ready( function() {
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
$this->contentContainerEnd();
|
||||||
$this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('save'));
|
$this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('save'));
|
||||||
?>
|
?>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$this->contentContainerEnd();
|
|
||||||
$this->contentEnd();
|
$this->contentEnd();
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user