mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-1213: Add date/time field format placeholders.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<input type="date"
|
||||
ng-model="typedValue"
|
||||
ng-model-options="modelOptions"
|
||||
placeholder="{{'FORM.FIELD_PLACEHOLDER_DATE' | translate}}"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"/>
|
||||
</div>
|
||||
|
@@ -2,6 +2,7 @@
|
||||
<input type="time"
|
||||
ng-model="typedValue"
|
||||
ng-model-options="modelOptions"
|
||||
placeholder="{{'FORM.FIELD_PLACEHOLDER_TIME' | translate}}"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"/>
|
||||
</div>
|
||||
|
@@ -127,6 +127,9 @@
|
||||
|
||||
"FORM" : {
|
||||
|
||||
"FIELD_PLACEHOLDER_DATE" : "YYYY-MM-DD",
|
||||
"FIELD_PLACEHOLDER_TIME" : "HH:MM:SS",
|
||||
|
||||
"HELP_SHOW_PASSWORD" : "Click to show password",
|
||||
"HELP_HIDE_PASSWORD" : "Click to hide password"
|
||||
|
||||
|
Reference in New Issue
Block a user