nodebb-theme-persona 14.2.14 → 14.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -256,12 +256,7 @@
|
|
|
256
256
|
<td style="width:100%;">
|
|
257
257
|
<div class="align-items-center">
|
|
258
258
|
<label class="text-sm tracking-tight" for="{./name}">{./label}</label>
|
|
259
|
-
<
|
|
260
|
-
<option value="none" {{{ if ./none }}}selected{{{ end }}}>[[notifications:none]]</option>
|
|
261
|
-
<option value="notification" {{{ if ./notification }}}selected{{{ end }}}>[[notifications:notification-only]]</option>
|
|
262
|
-
<option value="email" {{{ if ./email }}}selected{{{ end }}}>[[notifications:email-only]]</option>
|
|
263
|
-
<option value="notificationemail" {{{ if ./notificationemail }}}selected{{{ end }}}>[[notifications:notification-and-email]]</option>
|
|
264
|
-
</select>
|
|
259
|
+
<input type="hidden" data-property="{./name}" value="{./value}">
|
|
265
260
|
</div>
|
|
266
261
|
</td>
|
|
267
262
|
<td class="text-center">
|