|
|
|
@ -123,18 +123,7 @@
|
|
|
|
|
<div class="wr-form">
|
|
|
|
|
<p class="page-sub-title">User was updated successfully.</p>
|
|
|
|
|
|
|
|
|
|
<br>Please click <b>"View Updated User"</b>, if you wish to view the updated user or click
|
|
|
|
|
<b>"View User List"</b> to complete the process and go back to the user list.
|
|
|
|
|
<hr/>
|
|
|
|
|
<button class="wr-btn" onclick="window.location.href='{{@app.context}}/users'">View User List
|
|
|
|
|
</button>
|
|
|
|
|
<a href="{{@app.context}}/user/view?username={{editUser.username}}" class="cu-btn-inner">
|
|
|
|
|
<span class="fw-stack">
|
|
|
|
|
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-view fw-stack-1x"></i>
|
|
|
|
|
</span>
|
|
|
|
|
View Updated User
|
|
|
|
|
</a>
|
|
|
|
|
<br>You will be redirected to User Listing Page in a moment.
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /content -->
|
|
|
|
|