Merge pull request #454 from letorus/develop

Use of translated strings for placeholder in forms.
This commit is contained in:
Flavio Copes
2016-03-15 16:41:23 +01:00
4 changed files with 7 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ form:
fields:
- name: username
type: text
placeholder: Username
placeholder: PLUGIN_ADMIN.USERNAME
autofocus: true
---

View File

@@ -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
---

View File

@@ -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
---

View File

@@ -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
---