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 18d3c88d..c0fe386b 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
@@ -37,7 +37,7 @@ $accountAcl = $_getvar('accountAcl');
@@ -50,7 +50,7 @@ $accountAcl = $_getvar('accountAcl');
@@ -76,7 +76,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 bee4ec23..e1f6014c 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
@@ -57,7 +57,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>
@@ -75,7 +75,10 @@ $accountAcl = $_getvar('accountAcl');
isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>"
+ isSelected() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES); ?>
+
@@ -92,7 +95,10 @@ $accountAcl = $_getvar('accountAcl');
isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>"
+ isSelected() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES); ?>
+
@@ -118,7 +124,7 @@ $accountAcl = $_getvar('accountAcl');
@@ -149,7 +155,8 @@ $accountAcl = $_getvar('accountAcl');
rows="3" id="notes"
name="notes" tabindex="9"
maxlength="5000"
- readonly>getNotes(); ?>
+ readonly>getNotes(), ENT_QUOTES); ?>
+
@@ -170,7 +177,9 @@ $accountAcl = $_getvar('accountAcl');
foreach ($_getvar('historyData') as $history): ?>
isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ isSelected() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES); ?>
+
@@ -179,7 +188,13 @@ $accountAcl = $_getvar('accountAcl');
- getDateEdit(), $accountData->getUserEditName() ?: $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 a8a3eefc..45feabb5 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
@@ -30,7 +30,7 @@ $accountData = $_getvar('accountData');
@@ -43,7 +43,7 @@ $accountData = $_getvar('accountData');
@@ -56,7 +56,7 @@ $accountData = $_getvar('accountData');
@@ -69,7 +69,7 @@ $accountData = $_getvar('accountData');
@@ -69,7 +69,7 @@ use SP\Services\Account\AccountAcl;
isSkip()): continue; endif; ?>
isSelected() ? 'selected' : '' ?>>getName(); ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
isSelected()): ?>
- getName(); ?>
+ getName(), ENT_QUOTES); ?>
@@ -108,7 +108,7 @@ use SP\Services\Account\AccountAcl;
isSkip()): continue; endif; ?>
isSelected() ? 'selected' : '' ?>>getName(); ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
isSelected()): ?>
- getName(); ?>
+ getName(), ENT_QUOTES); ?>
@@ -141,7 +141,7 @@ use SP\Services\Account\AccountAcl;
isSkip()): continue; endif; ?>
isSelected() ? 'selected' : '' ?>>getName(); ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
isSelected()): ?>
- getName(); ?>
+ getName(), ENT_QUOTES); ?>
@@ -190,7 +190,7 @@ use SP\Services\Account\AccountAcl;
foreach ($_getvar('users') as $user): ?>
isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ isSelected() ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
@@ -214,7 +214,7 @@ use SP\Services\Account\AccountAcl;
foreach ($_getvar('userGroups') as $userGroup): ?>
isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ 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 ce2cd94f..4882b0d6 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
@@ -33,7 +33,7 @@ $accountData = $_getvar('accountData');
@@ -46,7 +46,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 68323266..f3d69b10 100644
--- a/app/modules/web/themes/material-blue/views/account/account.inc
+++ b/app/modules/web/themes/material-blue/views/account/account.inc
@@ -82,8 +82,11 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
required
class="mdl-textfield__input mdl-color-text--indigo-400"
maxlength="100"
- value="getName()) : ''; ?>"
- >
+ value="getName(), ENT_QUOTES)
+ : ''; ?>"
+
+ >
@@ -101,7 +104,13 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
getId() === $accountData->getClientId()) ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>"
+ getId() === $accountData->getClientId())
+ ? 'selected'
+ : ''; ?>
+ >
+ getName(), ENT_QUOTES); ?>
+
@@ -127,7 +136,13 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
getId() === $accountData->getCategoryId()) ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>"
+ getId() === $accountData->getCategoryId())
+ ? 'selected'
+ : ''; ?>
+ >
+ getName(), ENT_QUOTES); ?>
+
@@ -148,7 +163,11 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
>
+ value="getUrl()
+ : ''; ?>"
+
+ >
@@ -161,7 +180,11 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
>
+ value="getLogin(), ENT_QUOTES)
+ : ''; ?>"
+
+ >
@@ -206,7 +229,9 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
type="date"
class="mdl-textfield__input mdl-color-text--indigo-400 password-datefield__input"
value=""
- data-dst-unix="password_date_expire_unix" >
+ data-dst-unix="password_date_expire_unix"
+
+ >
- definitionName; ?>
+ definitionName, ENT_QUOTES); ?>
isEncrypted && $field->isValueEncrypted === true): ?>
@@ -58,7 +58,7 @@ foreach ($customFields as $index => $field):?>
maxlength="500"
value="value) ? '***' : htmlspecialchars($field->value, ENT_QUOTES); ?>" required ? 'required' : ''; ?> >
definitionName; ?>
+ for="formId; ?>">definitionName, ENT_QUOTES); ?>
typeName === 'textarea'): ?>
@@ -68,7 +68,7 @@ foreach ($customFields as $index => $field):?>
name="customfield[definitionId; ?>]"
id="formId; ?>" >value, ENT_QUOTES); ?>
definitionName; ?>
+ for="formId; ?>">definitionName, ENT_QUOTES); ?>
@@ -79,7 +79,7 @@ foreach ($customFields as $index => $field):?>
maxlength="500"
value="value, ENT_QUOTES); ?>" required ? 'required' : ''; ?> >
definitionName; ?>
+ for="formId; ?>">definitionName, ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/config/encryption.inc b/app/modules/web/themes/material-blue/views/config/encryption.inc
index 9d172a63..98e3ae4d 100644
--- a/app/modules/web/themes/material-blue/views/config/encryption.inc
+++ b/app/modules/web/themes/material-blue/views/config/encryption.inc
@@ -307,7 +307,7 @@ $disabled = $configData->isMaintenance() ? '' : 'disabled';
getName(); ?>
+ value="getId(); ?>">getName(), ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/config/general-auth.inc b/app/modules/web/themes/material-blue/views/config/general-auth.inc
index b212f0a6..a9c01e2a 100644
--- a/app/modules/web/themes/material-blue/views/config/general-auth.inc
+++ b/app/modules/web/themes/material-blue/views/config/general-auth.inc
@@ -101,7 +101,7 @@ use SP\Mvc\View\Template;
getId() === $configData->getSsoDefaultGroup() ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>" getId() === $configData->getSsoDefaultGroup() ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
@@ -127,7 +127,7 @@ use SP\Mvc\View\Template;
getId() === $configData->getSsoDefaultProfile()) ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>" getId() === $configData->getSsoDefaultProfile()) ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/config/import.inc b/app/modules/web/themes/material-blue/views/config/import.inc
index ad5d04fe..6a1f8748 100644
--- a/app/modules/web/themes/material-blue/views/config/import.inc
+++ b/app/modules/web/themes/material-blue/views/config/import.inc
@@ -41,7 +41,7 @@ use SP\Mvc\View\Template;
foreach ($_getvar('users') as $user): ?>
isSelected() ? 'selected' : ''; ?>>
- getName(); ?>
+ getName(), ENT_QUOTES); ?>
@@ -69,7 +69,7 @@ use SP\Mvc\View\Template;
foreach ($_getvar('userGroups') as $userGroup): ?>
isSelected() ? 'selected' : ''; ?>>
- getName(); ?>
+ getName(), ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/config/ldap.inc b/app/modules/web/themes/material-blue/views/config/ldap.inc
index 80e1f234..ed31b130 100644
--- a/app/modules/web/themes/material-blue/views/config/ldap.inc
+++ b/app/modules/web/themes/material-blue/views/config/ldap.inc
@@ -286,7 +286,10 @@ use SP\Mvc\View\Template;
getId() === $configData->getLdapDefaultGroup() ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>"
+ getId() === $configData->getLdapDefaultGroup() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES); ?>
+
@@ -312,7 +315,7 @@ use SP\Mvc\View\Template;
getId() === $configData->getLdapDefaultProfile()) ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>" getId() === $configData->getLdapDefaultProfile()) ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc b/app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc
index fb815e56..077ce8a7 100644
--- a/app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc
+++ b/app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc
@@ -181,7 +181,7 @@ use SP\Mvc\View\Template;
type="text"
class="mdl-textfield__input mdl-color-text--indigo-400"
maxlength="128"
- value="getDokuwikiNamespace(); ?>"/>
+ value="getDokuwikiNamespace(), ENT_QUOTES); ?>"/>
diff --git a/app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc b/app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc
index 0b5ce713..0a0857ba 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc
@@ -51,7 +51,7 @@ use SP\Mvc\View\Template;
getName(); ?>
+ value="getId(); ?>">getName(), ENT_QUOTES); ?>
@@ -67,7 +67,7 @@ use SP\Mvc\View\Template;
getName(); ?>
+ value="getId(); ?>">getName(), ENT_QUOTES); ?>
@@ -83,7 +83,7 @@ use SP\Mvc\View\Template;
getName(); ?>
+ value="getId(); ?>">getName(), ENT_QUOTES); ?>
@@ -99,7 +99,7 @@ use SP\Mvc\View\Template;
getName(); ?>
+ value="getId(); ?>">getName(), ENT_QUOTES); ?>
@@ -112,7 +112,7 @@ use SP\Mvc\View\Template;
class="select-box-tags">
- getName(); ?>
+ getName(), ENT_QUOTES); ?>
@@ -136,7 +136,7 @@ use SP\Mvc\View\Template;
getName(); ?>
+ value="getId(); ?>">getName(), ENT_QUOTES); ?>
@@ -161,7 +161,7 @@ use SP\Mvc\View\Template;
getName(); ?>
+ value="getId(); ?>">getName(), ENT_QUOTES); ?>
@@ -193,7 +193,7 @@ use SP\Mvc\View\Template;
getName(); ?>
+ value="getId(); ?>">getName(), ENT_QUOTES); ?>
@@ -218,7 +218,7 @@ use SP\Mvc\View\Template;
getName(); ?>
+ value="getId(); ?>">getName(), ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/itemshow/auth_token.inc b/app/modules/web/themes/material-blue/views/itemshow/auth_token.inc
index baebb8ee..ca9f554d 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/auth_token.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/auth_token.inc
@@ -35,7 +35,7 @@ $authToken = $_getvar('authToken');
- isSelected() ? 'selected' : ''; ?>>getName(), $user->getItemProperty('login')); ?>
+ isSelected() ? 'selected' : ''; ?>>getName(), ENT_QUOTES), htmlspecialchars($user->getItemProperty('login'), ENT_QUOTES)); ?>
@@ -51,7 +51,7 @@ $authToken = $_getvar('authToken');
- isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ isSelected() ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/itemshow/category.inc b/app/modules/web/themes/material-blue/views/itemshow/category.inc
index 5b6485b6..021341d4 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/category.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/category.inc
@@ -32,7 +32,7 @@ $category = $_getvar('category');
+ value="getName(), ENT_QUOTES); ?>">
@@ -45,7 +45,7 @@ $category = $_getvar('category');
+ value="getDescription(), ENT_QUOTES); ?>">
diff --git a/app/modules/web/themes/material-blue/views/itemshow/client.inc b/app/modules/web/themes/material-blue/views/itemshow/client.inc
index e994fb32..ef1974a9 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/client.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/client.inc
@@ -32,7 +32,7 @@ $client = $_getvar('client');
+ value="getName(), ENT_QUOTES); ?>">
@@ -46,7 +46,7 @@ $client = $_getvar('client');
+ value="getDescription(), ENT_QUOTES); ?>">
diff --git a/app/modules/web/themes/material-blue/views/itemshow/custom_field.inc b/app/modules/web/themes/material-blue/views/itemshow/custom_field.inc
index a857f6d1..40913ab2 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/custom_field.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/custom_field.inc
@@ -34,7 +34,7 @@ $field = $_getvar('field');
+ value="getName(), ENT_QUOTES); ?>">
diff --git a/app/modules/web/themes/material-blue/views/itemshow/file.inc b/app/modules/web/themes/material-blue/views/itemshow/file.inc
index 5e7bcb59..dd27674b 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/file.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/file.inc
@@ -18,7 +18,7 @@ $fileData = $_getvar('fileData');
- getName(); ?>
+ getName(), ENT_QUOTES); ?>
\ No newline at end of file
diff --git a/app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc b/app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc
index c0ae6302..e3f51fa4 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc
@@ -66,7 +66,7 @@ $password = $_getvar('password');
+ value="getRegex(), ENT_QUOTES); ?>"/>
diff --git a/app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc b/app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc
index 7a796a55..69e94fa8 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc
@@ -28,7 +28,7 @@ use SP\Mvc\View\Template;
isSkip()): continue; endif; ?>
isSelected() ? 'selected' : '' ?>>getName(); ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
@@ -46,7 +46,7 @@ use SP\Mvc\View\Template;
isSkip()): continue; endif; ?>
isSelected() ? 'selected' : '' ?>>getName(); ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
@@ -71,7 +71,7 @@ use SP\Mvc\View\Template;
isSkip()): continue; endif; ?>
isSelected() ? 'selected' : '' ?>>getName(); ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
@@ -89,7 +89,7 @@ use SP\Mvc\View\Template;
isSkip()): continue; endif; ?>
isSelected() ? 'selected' : '' ?>>getName(); ?>
+ isSelected() ? 'selected' : '' ?>>getName(), ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/itemshow/item_preset.inc b/app/modules/web/themes/material-blue/views/itemshow/item_preset.inc
index f952107b..1f6e6137 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/item_preset.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/item_preset.inc
@@ -49,7 +49,7 @@ $preset = $_getvar('preset');
isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>" isSelected() ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
@@ -67,7 +67,7 @@ $preset = $_getvar('preset');
isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>" isSelected() ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
@@ -85,7 +85,7 @@ $preset = $_getvar('preset');
isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>" isSelected() ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
diff --git a/app/modules/web/themes/material-blue/views/itemshow/public_link.inc b/app/modules/web/themes/material-blue/views/itemshow/public_link.inc
index c9ace814..fa4fdb14 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/public_link.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/public_link.inc
@@ -36,7 +36,14 @@ $publicLink = $_getvar('publicLink');
isSelected() ? 'selected' : ''; ?>>getName(), $account->getItemProperty('clientName')); ?>
+ value="getId(); ?>"
+ isSelected() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES),
+ htmlspecialchars($account->getItemProperty('clientName'), ENT_QUOTES)
+ ); ?>
+
diff --git a/app/modules/web/themes/material-blue/views/itemshow/tag.inc b/app/modules/web/themes/material-blue/views/itemshow/tag.inc
index 36da664e..952431ad 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/tag.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/tag.inc
@@ -31,7 +31,7 @@ $tag = $_getvar('tag');
+ value="getName(), ENT_QUOTES); ?>">
diff --git a/app/modules/web/themes/material-blue/views/itemshow/user.inc b/app/modules/web/themes/material-blue/views/itemshow/user.inc
index 3ce26a59..262d623b 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/user.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/user.inc
@@ -49,7 +49,7 @@ $user = $_getvar('user');
>
@@ -64,7 +64,7 @@ $user = $_getvar('user');
isLdap() ? 'readonly' : $_getvar('readonly'); ?>>
@@ -84,7 +84,7 @@ $user = $_getvar('user');
>
@@ -100,7 +100,7 @@ $user = $_getvar('user');
>
@@ -154,7 +154,7 @@ $user = $_getvar('user');
getId() === $user->getUserProfileId()) ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>" getId() === $user->getUserProfileId()) ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
@@ -172,7 +172,7 @@ $user = $_getvar('user');
getId() === $user->getUserGroupId()) ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>" getId() === $user->getUserGroupId()) ? 'selected' : ''; ?>>getName(), ENT_QUOTES); ?>
@@ -184,7 +184,9 @@ $user = $_getvar('user');
+ maxlength="1000" >
+ getNotes(), ENT_QUOTES); ?>
+
@@ -339,7 +341,11 @@ $user = $_getvar('user');
title="ref; ?>">
icon; ?>
- ref, $item->name ?: $item->id); ?>
+ ref,
+ htmlspecialchars($item->name, ENT_QUOTES) ?: $item->id
+ ); ?>
diff --git a/app/modules/web/themes/material-blue/views/itemshow/user_group.inc b/app/modules/web/themes/material-blue/views/itemshow/user_group.inc
index 427bc44b..2f467c26 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/user_group.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/user_group.inc
@@ -35,7 +35,7 @@ $group = $_getvar('group');
+ value="getName(), ENT_QUOTES); ?>">
@@ -49,7 +49,7 @@ $group = $_getvar('group');
+ value="getDescription(), ENT_QUOTES); ?>">
@@ -69,7 +69,10 @@ $group = $_getvar('group');
isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ value="getId(); ?>"
+ isSelected() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES); ?>
+
@@ -79,7 +82,9 @@ $group = $_getvar('group');
isSelected()): ?>
- getName(); ?>
+
+ getName(), ENT_QUOTES); ?>
+
@@ -107,9 +112,17 @@ $group = $_getvar('group');
person
ref === 'UserGroup'): ?>
- name, $user->login); ?>
+ name, ENT_QUOTES),
+ htmlspecialchars($user->login, ENT_QUOTES)
+ ); ?>
- name, $user->login); ?>
+ name, ENT_QUOTES),
+ htmlspecialchars($user->login, ENT_QUOTES)
+ ); ?>
diff --git a/app/modules/web/themes/material-blue/views/itemshow/user_pass.inc b/app/modules/web/themes/material-blue/views/itemshow/user_pass.inc
index 4650104a..d6d32cf6 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/user_pass.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/user_pass.inc
@@ -30,7 +30,7 @@ $user = $_getvar('user');
@@ -42,7 +42,7 @@ $user = $_getvar('user');
diff --git a/app/modules/web/themes/material-blue/views/itemshow/user_profile.inc b/app/modules/web/themes/material-blue/views/itemshow/user_profile.inc
index aee7f2f9..1d1a8eeb 100644
--- a/app/modules/web/themes/material-blue/views/itemshow/user_profile.inc
+++ b/app/modules/web/themes/material-blue/views/itemshow/user_profile.inc
@@ -579,7 +579,7 @@ $profileData = $_getvar('profileData');
>
diff --git a/app/modules/web/themes/material-blue/views/notification/notification.inc b/app/modules/web/themes/material-blue/views/notification/notification.inc
index 78552b33..3baa8b60 100644
--- a/app/modules/web/themes/material-blue/views/notification/notification.inc
+++ b/app/modules/web/themes/material-blue/views/notification/notification.inc
@@ -61,7 +61,8 @@ $notification = $_getvar('notification');
>
+ value="getDate()); ?>"
+ >
@@ -77,13 +78,15 @@ $notification = $_getvar('notification');
class="mdl-textfield__input mdl-color-text--indigo-400"
type="text" rows="3"
id="notification_description"
- name="notification_description" >getDescription(); ?>
+ name="notification_description" >
+ getDescription(), ENT_QUOTES); ?>
+
- getDescription(); ?>
+ getDescription(), ENT_QUOTES); ?>
@@ -100,8 +103,10 @@ $notification = $_getvar('notification');
- isSelected() ? 'selected' : ''; ?>>getName(); ?>
+ isSelected() ? 'selected' : ''; ?>>
+ getName(), ENT_QUOTES); ?>
+
@@ -115,7 +120,8 @@ $notification = $_getvar('notification');
title="">
isSticky() ? 'checked' : ' '; ?> />
+ name="notification_sticky" isSticky() ? 'checked'
+ : ' '; ?> />
@@ -124,7 +130,9 @@ $notification = $_getvar('notification');
title="">
isOnlyAdmin() ? 'checked' : ' '; ?> />
+ name="notification_onlyadmin"
+ isOnlyAdmin() ? 'checked' : ' '; ?>
+ />
@@ -133,7 +141,9 @@ $notification = $_getvar('notification');
title="">
isChecked() ? 'checked' : ' '; ?> />
+ name="notification_checkout"
+ isChecked() ? 'checked' : ' '; ?>
+ />
@@ -146,7 +156,8 @@ $notification = $_getvar('notification');
getIconSave()->getIcon(); ?>