This commit is contained in:
@@ -89,7 +89,11 @@ app.settings = (function () {
|
||||
|
||||
//Context menu
|
||||
app.nav.contextClear();
|
||||
////app.nav.setContextTitle("Search");
|
||||
$("#about").append(
|
||||
"<p>Pecklist client version: " +
|
||||
app.api.GZAppVersion +
|
||||
"</p>"
|
||||
);
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<div>
|
||||
<div class="alert alert-success mb-5" id="about" />
|
||||
|
||||
<form id="frm" method="post" action="index.html">
|
||||
|
||||
<div class="form-group mb-5">
|
||||
@@ -9,8 +11,10 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label for="oldpassword">Change password</label>
|
||||
<input class="form-control" type="text" id="oldpassword" name="oldpassword" placeholder="current password" value="">
|
||||
<input class="form-control" type="text" id="newpassword" name="newpassword" placeholder="new password" value="">
|
||||
<input class="form-control" type="text" id="oldpassword" name="oldpassword" placeholder="current password"
|
||||
value="">
|
||||
<input class="form-control" type="text" id="newpassword" name="newpassword" placeholder="new password"
|
||||
value="">
|
||||
<div class="app-frm-buttons">
|
||||
<button id="btn-change-password">Update</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user