mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-24 06:25:46 +00:00
Merge ac373fc755dcf9f6d6b0258a95802ac7837267d8 into b215a411ed3e53e3c5d77465f73b40d35986ec93
This commit is contained in:
commit
ad69bb1c01
@ -30,7 +30,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="sitekey-form__label" for="duration">
|
<label class="sitekey-form__label" for="duration">
|
||||||
Cooldown Duratoin(in seconds)
|
Cooldown Duration(in seconds)
|
||||||
<input
|
<input
|
||||||
class="sitekey-form__input"
|
class="sitekey-form__input"
|
||||||
type="number"
|
type="number"
|
||||||
|
|||||||
@ -57,7 +57,7 @@ const finalHtml = () => {
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="sitekey-form__label" for="duration">
|
<label class="sitekey-form__label" for="duration">
|
||||||
Cooldown Duratoin(in seconds)
|
Cooldown Duration(in seconds)
|
||||||
<input
|
<input
|
||||||
class="sitekey-form__input"
|
class="sitekey-form__input"
|
||||||
type="number"
|
type="number"
|
||||||
|
|||||||
@ -65,7 +65,7 @@ export const update = (): string => {
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="sitekey-form__label" for="duration">
|
<label class="sitekey-form__label" for="duration">
|
||||||
Cooldown Duratoin(in seconds)
|
Cooldown Duration(in seconds)
|
||||||
<input
|
<input
|
||||||
class="sitekey-form__input"
|
class="sitekey-form__input"
|
||||||
type="number"
|
type="number"
|
||||||
|
|||||||
@ -110,7 +110,7 @@ export const getAddForm = (): string => `
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="sitekey-form__label" for="duration">
|
<label class="sitekey-form__label" for="duration">
|
||||||
Cooldown Duratoin(in seconds)
|
Cooldown Duration(in seconds)
|
||||||
<input
|
<input
|
||||||
class="sitekey-form__input"
|
class="sitekey-form__input"
|
||||||
type="number"
|
type="number"
|
||||||
@ -183,7 +183,7 @@ export const getRemoveButtonHTMLForm = (): string => {
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="sitekey-form__label" for="duration">
|
<label class="sitekey-form__label" for="duration">
|
||||||
Cooldown Duratoin(in seconds)
|
Cooldown Duration(in seconds)
|
||||||
<input
|
<input
|
||||||
class="sitekey-form__input"
|
class="sitekey-form__input"
|
||||||
type="number"
|
type="number"
|
||||||
|
|||||||
@ -19,7 +19,7 @@ export const EDIT_FORM = `
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<label class="sitekey-form__label" for="duration">
|
<label class="sitekey-form__label" for="duration">
|
||||||
Cooldown Duratoin(in seconds)
|
Cooldown Duration(in seconds)
|
||||||
<input
|
<input
|
||||||
class="sitekey-form__input"
|
class="sitekey-form__input"
|
||||||
type="number"
|
type="number"
|
||||||
|
|||||||
@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<label class="sitekey-form__label" for="duration">
|
<label class="sitekey-form__label" for="duration">
|
||||||
Cooldown Duratoin(in seconds)
|
Cooldown Duration(in seconds)
|
||||||
<input
|
<input
|
||||||
<. if READONLY { .>
|
<. if READONLY { .>
|
||||||
<.= "readonly='readonly'" .>
|
<.= "readonly='readonly'" .>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user