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