mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-05 04:46:03 +01:00
Use of language strings for placeholder in forms.
This commit is contained in:
@@ -5,7 +5,6 @@ form:
|
||||
fields:
|
||||
- name: username
|
||||
type: text
|
||||
placeholder: Username
|
||||
placeholder: PLUGIN_ADMIN.USERNAME
|
||||
autofocus: true
|
||||
---
|
||||
|
||||
|
||||
@@ -9,12 +9,10 @@ form:
|
||||
fields:
|
||||
- name: username
|
||||
type: text
|
||||
placeholder: Username
|
||||
placeholder: PLUGIN_ADMIN.USERNAME
|
||||
autofocus: true
|
||||
|
||||
- name: password
|
||||
type: password
|
||||
placeholder: Password
|
||||
placeholder: PLUGIN_ADMIN.PASSWORD
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ form:
|
||||
fields:
|
||||
- name: username
|
||||
type: text
|
||||
placeholder: Username
|
||||
placeholder: PLUGIN_ADMIN.USERNAME
|
||||
autofocus: true
|
||||
|
||||
- name: password
|
||||
type: password
|
||||
placeholder: Password
|
||||
placeholder: PLUGIN_ADMIN.PASSWORD
|
||||
---
|
||||
|
||||
@@ -5,13 +5,12 @@ form:
|
||||
fields:
|
||||
- name: username
|
||||
type: text
|
||||
placeholder: Username
|
||||
placeholder: PLUGIN_ADMIN.USERNAME
|
||||
readonly: true
|
||||
- name: password
|
||||
type: password
|
||||
placeholder: Password
|
||||
placeholder: PLUGIN_ADMIN.PASSWORD
|
||||
autofocus: true
|
||||
- name: token
|
||||
type: hidden
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user