PluginProbe
ووسلام – همگام سازی ووکامرس و باسلام / 1.10.19
ووسلام – همگام سازی ووکامرس و باسلام v1.10.19
1.10.19 1.10.20 1.10.18 1.10.17 1.10.15 1.10.14 1.10.13 1.10.12 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.2 1.9.1 1.9.0 1.8.8 1.8.5 1.8.6 All 53 releases
← All changes | templates/admin/Ticket/Create.php +4 -4 1.8.51.10.19 View file →
@@ -68,9 +68,9 @@
68 68 <input type="text" name="dashboard_username" id="dashboard-username" class="basalam-input create-ticket__input">
69 69 </div>
70 70 <div class="create-ticket__control">
71 71 <label for="dashboard-password" class="create-ticket__label basalam-p">رمز عبور پیشخوان</label>
72 - <input type="text" name="dashboard_password" id="dashboard-password" class="basalam-input create-ticket__input">
72 + <input type="password" name="dashboard_password" id="dashboard-password" class="basalam-input create-ticket__input" autocomplete="new-password" spellcheck="false">
73 73 </div>
74 74 </div>
75 75
76 76 <div class="ticket-access-card ticket-access-card--host-panel">
@@ -84,9 +84,9 @@
84 84 <input type="text" name="host_panel_username" id="host-panel-username" class="basalam-input create-ticket__input">
85 85 </div>
86 86 <div class="create-ticket__control">
87 87 <label for="host-panel-password" class="create-ticket__label basalam-p">رمز عبور کنترل پنل هاست</label>
88 - <input type="text" name="host_panel_password" id="host-panel-password" class="basalam-input create-ticket__input">
88 + <input type="password" name="host_panel_password" id="host-panel-password" class="basalam-input create-ticket__input" autocomplete="new-password" spellcheck="false">
89 89 </div>
90 90 </div>
91 91 </div>
92 92 </div>
@@ -116,7 +116,7 @@
116 116 </div>
117 117 </div>
118 118 <script>
119 119 document.addEventListener('DOMContentLoaded', function() {
120 - ticketFileUpload('ticket-file-create', '<?php echo wp_create_nonce('upload_ticket_media_nonce'); ?>');
120 + ticketFileUpload('ticket-file-create', '<?php echo esc_attr(wp_create_nonce('upload_ticket_media_nonce')); ?>');
121 121 });
122 -</script>
122 +</script>