This commit is contained in:
2018-10-19 21:22:10 +00:00
parent fd9998c978
commit e33a7dd367
7 changed files with 48 additions and 74 deletions

View File

@@ -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>"
);
};

View File

@@ -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>