Rewrite messages

This commit is contained in:
root
2021-02-04 12:21:16 +00:00
parent eb54a11a57
commit 5eef3a883e
8 changed files with 16 additions and 16 deletions

View File

@@ -186,7 +186,7 @@ if (conf["custom_css_link"]) {
</div>
<div class="bigblock">
<h4>Admin activity history</h4>
<p id="msg">All profile operations and changes.</p>
<p id="msg">A list of all operations with user profiles.</p>
<table id="table" class="table">
<thead>
<tr>

View File

@@ -601,7 +601,7 @@ h4 {display:inline-block; }
<thead>
<tr>
<th scope="col-4" class="w-25" data-field="activity" data-formatter="displayActivity">Processing operation</th>
<th scope="col-3" class="w-25" data-field="briefs" data-formatter="displayLegalBasis">Legal Basis</th>
<th scope="col-3" class="w-25" data-field="briefs" data-formatter="displayLegalBasis">Legal basis</th>
<th scope="col-3" class="w-25" data-field="fulldesc" data-formatter="displayDescription">Description</th>
<th scope="col-2" data-field="rtoken" data-formatter="displayProcessingActions">Actions</th>
</tr>

View File

@@ -252,13 +252,13 @@ textarea {min-height:auto;}
</div>
<div class="bigblock">
<h4>User requests</h4>
<p id="msg">All open requests listed below.</p>
<p id="msg">A list of all user outstanding requests.</p>
<table id="table" class="table">
<thead>
<tr>
<th scope="col-4" data-field="action" data-formatter="displayActivity">Event name</th>
<th scope="col-4" data-field="action" data-formatter="displayActivity">Request name</th>
<th scope="col-2" data-field="when" data-formatter="dateFormat">Time</th>
<th scope="col-2" data-field="token" data-formatter="displayTargetObject">User Token</th>
<th scope="col-2" data-field="token" data-formatter="displayTargetObject">User token</th>
<th scope="col-2" data-field="status">Status</th>
<th scope="col-2" data-field="rtoken" data-formatter="displayDrillDownLink">Actions</th>
</tr>

View File

@@ -42,7 +42,7 @@ if (conf["custom_css_link"]) {
<div class="row">
<div class="bigblock">
<h4>Verification step</h4>
<p>Enter the code you received by email or SMS</p>
<p>Enter the code you received by email or by SMS</p>
<form id="loginform">
<div class="form-group"><label class="text-normal text-dark">Enter code</label>
<input id="codevalue" autocomplete="off" type="login" class="form-control" placeholder="Enter..."></div>

View File

@@ -189,8 +189,8 @@ if (conf["custom_css_link"]) {
</nav>
</div>
<div class="bigblock">
<h4>Profile activity history</h4>
<p id="msg">All profile operations and changes.</p>
<h4>User profile activity</h4>
<p id="msg">A list of all operations with the profile records.</p>
<table id="table" class="table">
<thead>
<tr>

View File

@@ -48,8 +48,8 @@ if (conf["custom_css_link"]) {
</nav>
</div>
<div class="bigblock">
<h4>Privacy portal</h4>
<p id="msg">Manage all your consents in one screen. You can easily give or withdraw consent.</p>
<h4>My agreements</h4>
<p id="msg">Manage all your agreements in one screen. You can easily give or withdraw consent.</p>
<div id="data"></div>
</div>
</div>

View File

@@ -60,7 +60,7 @@ if (conf["custom_css_link"]) {
<button onclick="return forgetme();" class="btn btn-warning">Forget me</button>
</div>
</div>
<p id="msg">Click on a field to edit, when finished click Save.</p>
<p id="msg">Click on a field to edit. When done click on "Save".</p>
<div id='status-message'></div>
<div id="jsoneditor" style="width:100%;height:300px;overflow:auto;"></div>
<pre id="data"></pre>
@@ -92,7 +92,7 @@ if (conf["custom_css_link"]) {
var editor;
function forgetme() {
var heading = "Confirm action";
var question = "Are you sure? This can not be undone.";
var question = "Are you sure? This operation can not be undone.";
var cancelButtonTxt = "Close popup";
var okButtonTxt = "Forget me!";
var confirmModal =
@@ -131,7 +131,7 @@ if (conf["custom_css_link"]) {
if (xhr.status === 200) {
var data = JSON.parse(xhr.responseText);
if (data.status == "ok" && data.result && data.result == "request-created") {
showAlert("Admin request created to cancel your account.");
showAlert("Admin request created to remove your account.");
} else if (data.status == "ok" && data.result && data.result == "request-exists") {
showAlert("Similar request already exists for Admin approval.");
} else {

View File

@@ -199,12 +199,12 @@
</nav>
</div>
<div class="bigblock">
<h4>User requests</h4>
<p id="msg">All your requests listed below.</p>
<h4>My requests</h4>
<p id="msg">A list of all your requests.</p>
<table id="table" class="table">
<thead>
<tr>
<th scope="col-4" data-field="action" data-formatter="displayActivity">Event Name</th>
<th scope="col-4" data-field="action" data-formatter="displayActivity">Request name</th>
<th scope="col-2" data-field="when" data-formatter="dateFormat">Time</th>
<th scope="col-2" data-field="status">Status</th>
<th scope="col-2" data-field="reason">Info</th>