diff --git a/app/modules/web/themes/material-blue/views/account/account-editpass.inc b/app/modules/web/themes/material-blue/views/account/account-editpass.inc
index 31e45cd8..498fad52 100644
--- a/app/modules/web/themes/material-blue/views/account/account-editpass.inc
+++ b/app/modules/web/themes/material-blue/views/account/account-editpass.inc
@@ -36,7 +36,7 @@ $accountAcl = $_getvar('accountAcl');
@@ -49,7 +49,7 @@ $accountAcl = $_getvar('accountAcl');
@@ -75,7 +75,7 @@ $accountAcl = $_getvar('accountAcl');
diff --git a/app/modules/web/themes/material-blue/views/account/account-history.inc b/app/modules/web/themes/material-blue/views/account/account-history.inc
index bcb26c4c..662c7dfa 100644
--- a/app/modules/web/themes/material-blue/views/account/account-history.inc
+++ b/app/modules/web/themes/material-blue/views/account/account-history.inc
@@ -55,7 +55,7 @@ $accountAcl = $_getvar('accountAcl');
required
class="mdl-textfield__input mdl-color-text--indigo-400"
maxlength="50"
- value="getName()); ?>"
+ value="getName(), ENT_QUOTES); ?>"
tabindex="1" readonly>
@@ -73,7 +73,10 @@ $accountAcl = $_getvar('accountAcl');
+ value="getId(); ?>"
+ isSelected() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES); ?>
+
@@ -90,7 +93,10 @@ $accountAcl = $_getvar('accountAcl');
+ value="getId(); ?>"
+ isSelected() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES); ?>
+
@@ -116,7 +122,7 @@ $accountAcl = $_getvar('accountAcl');
@@ -147,7 +153,8 @@ $accountAcl = $_getvar('accountAcl');
rows="3" id="notes"
name="notes" tabindex="9"
maxlength="5000"
- readonly>getNotes()); ?>
+ readonly>getNotes(), ENT_QUOTES); ?>
+
@@ -168,7 +175,9 @@ $accountAcl = $_getvar('accountAcl');
foreach ($_getvar('historyData') as $history): ?>
+ isSelected() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES); ?>
+
@@ -177,7 +186,13 @@ $accountAcl = $_getvar('accountAcl');
|
- getDateEdit(), htmlentities($accountData->getUserEditName()) ?: htmlentities($accountData->getUserEditLogin())); ?> |
+
+ getDateEdit(),
+ htmlspecialchars($accountData->getUserEditName(), ENT_QUOTES)
+ ?: htmlspecialchars($accountData->getUserEditLogin(), ENT_QUOTES)); ?>
+ |
diff --git a/app/modules/web/themes/material-blue/views/account/account-link.inc b/app/modules/web/themes/material-blue/views/account/account-link.inc
index b3339d00..97f1a25c 100644
--- a/app/modules/web/themes/material-blue/views/account/account-link.inc
+++ b/app/modules/web/themes/material-blue/views/account/account-link.inc
@@ -29,7 +29,7 @@ $accountData = $_getvar('accountData');
@@ -42,7 +42,7 @@ $accountData = $_getvar('accountData');
@@ -55,7 +55,7 @@ $accountData = $_getvar('accountData');
@@ -68,7 +68,7 @@ $accountData = $_getvar('accountData');
@@ -68,7 +68,7 @@ use SP\Services\Account\AccountAcl;
isSkip()): continue; endif; ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
isSelected()): ?>
- getName()); ?>
+ getName(), ENT_QUOTES); ?>
@@ -107,7 +107,7 @@ use SP\Services\Account\AccountAcl;
isSkip()): continue; endif; ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
isSelected()): ?>
- getName()); ?>
+ getName(), ENT_QUOTES); ?>
@@ -140,7 +140,7 @@ use SP\Services\Account\AccountAcl;
isSkip()): continue; endif; ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
isSelected()): ?>
- getName()); ?>
+ getName(), ENT_QUOTES); ?>
@@ -189,7 +189,7 @@ use SP\Services\Account\AccountAcl;
foreach ($_getvar('users') as $user): ?>
+ isSelected() ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
@@ -213,7 +213,7 @@ use SP\Services\Account\AccountAcl;
foreach ($_getvar('userGroups') as $userGroup): ?>
+ isSelected() ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/account/account-request.inc b/app/modules/web/themes/material-blue/views/account/account-request.inc
index 40918324..01d2e018 100644
--- a/app/modules/web/themes/material-blue/views/account/account-request.inc
+++ b/app/modules/web/themes/material-blue/views/account/account-request.inc
@@ -32,7 +32,7 @@ $accountData = $_getvar('accountData');
@@ -45,7 +45,7 @@ $accountData = $_getvar('accountData');
diff --git a/app/modules/web/themes/material-blue/views/account/account.inc b/app/modules/web/themes/material-blue/views/account/account.inc
index 3fbeca71..1038ae6f 100644
--- a/app/modules/web/themes/material-blue/views/account/account.inc
+++ b/app/modules/web/themes/material-blue/views/account/account.inc
@@ -81,7 +81,7 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
class="mdl-textfield__input mdl-color-text--indigo-400"
maxlength="100"
value="getName())
+ ? htmlspecialchars($accountData->getName(), ENT_QUOTES)
: ''; ?>"
>
@@ -108,7 +108,7 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
? 'selected'
: ''; ?>
>
- getName(); ?>
+ getName(), ENT_QUOTES); ?>
@@ -140,7 +140,7 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
? 'selected'
: ''; ?>
>
- getName()); ?>
+ getName(), ENT_QUOTES); ?>
@@ -180,7 +180,7 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
class="mdl-textfield__input mdl-color-text--indigo-400"
maxlength="50"
value="getLogin())
+ ? htmlspecialchars($accountData->getLogin(), ENT_QUOTES)
: ''; ?>"
>
@@ -275,7 +275,7 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
foreach ($_getvar('tags') as $tag): ?>
@@ -301,7 +301,7 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
isSelected()): ?>
- getName()); ?>
+ getName(), ENT_QUOTES); ?>
@@ -345,7 +345,7 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
foreach ($_getvar('historyData') as $history): ?>
@@ -360,7 +360,7 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
|
getDateEdit(),
- $accountData->getUserEditName()); ?>
+ htmlspecialchars($accountData->getUserEditName(), ENT_QUOTES)); ?>
|
diff --git a/app/modules/web/themes/material-blue/views/account/details.inc b/app/modules/web/themes/material-blue/views/account/details.inc
index 2b180eb6..df7a5833 100644
--- a/app/modules/web/themes/material-blue/views/account/details.inc
+++ b/app/modules/web/themes/material-blue/views/account/details.inc
@@ -38,7 +38,7 @@ use SP\Services\Account\AccountAcl;
- getDateEdit(), htmlentities($accountData->getUserEditName())); ?>
+ getDateEdit(), htmlspecialchars($accountData->getUserEditName(), ENT_QUOTES)); ?>
|
@@ -48,7 +48,7 @@ use SP\Services\Account\AccountAcl;
- getUserName()) ?: htmlentities($accountData->getUserLogin()); ?>
+ getUserName(), ENT_QUOTES) ?: htmlspecialchars($accountData->getUserLogin(), ENT_QUOTES); ?>
|
@@ -56,7 +56,7 @@ use SP\Services\Account\AccountAcl;
|
- getUserGroupName()); ?>
+ getUserGroupName(), ENT_QUOTES); ?>
|
@@ -74,7 +74,7 @@ use SP\Services\Account\AccountAcl;
- getUserEditName()) ?: htmlentities($accountData->getUserEditLogin()); ?>
+ getUserEditName(), ENT_QUOTES) ?: htmlspecialchars($accountData->getUserEditLogin(), ENT_QUOTES); ?>
|
diff --git a/app/modules/web/themes/material-blue/views/account/files-list.inc b/app/modules/web/themes/material-blue/views/account/files-list.inc
index 5c83bb54..c0eb5db5 100644
--- a/app/modules/web/themes/material-blue/views/account/files-list.inc
+++ b/app/modules/web/themes/material-blue/views/account/files-list.inc
@@ -19,14 +19,14 @@ use SP\Html\Html;
?>
+ title="getName(), ENT_QUOTES); ?>">
attachment
getName(), 50), $file->getSize() / 1024); ?>
getThumb() !== 'no_thumb'): ?>
-
layers
- name, $account->clientName); ?>
+ name, ENT_QUOTES), htmlspecialchars($account->clientName, ENT_QUOTES)); ?>
getClientName())); ?>
+ class="mdl-chip__contact mdl-color-text--white">
+ getClientName()), ENT_QUOTES); ?>
+
getShortClientName()); ?>
+ title="getClientName(), ENT_QUOTES); ?>">
+ getShortClientName(), ENT_QUOTES); ?>
+
getClientName())); ?>
+ class="mdl-chip__contact mdl-color-text--white">
+ getClientName()), ENT_QUOTES); ?>
+
getShortClientName()); ?>
+ title="getClientName(), ENT_QUOTES); ?>">
+ getShortClientName(), ENT_QUOTES); ?>
+
@@ -67,23 +75,27 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff');
class="btn-action"
data-action-route=""
data-item-id="getId(); ?>"
- data-onclick="account/view">getName(); ?>
+ data-onclick="account/view">getName(), ENT_QUOTES); ?>
- getName()); ?>
+ getName(), ENT_QUOTES); ?>
-
getCategoryName()); ?>
+
+ getCategoryName(), ENT_QUOTES); ?>
+
isShow()): ?>
-
getShortLogin()); ?>
+
+ getShortLogin(), ENT_QUOTES); ?>
+
@@ -91,7 +103,9 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff');
isUrlIslink()): ?>
getShortUrl(); ?>
+ title="getUrl()); ?>">
+ getShortUrl(); ?>
+
getShortUrl(); ?>
@@ -105,7 +119,9 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff');
getTags() as $tag): ?>
name); ?>
+ data-tag-id="id; ?>">
+ name, ENT_QUOTES); ?>
+
@@ -119,7 +135,9 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff');
getIconWarning()->getIcon(); ?>