mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-1053: Clean up style of password editor. Add help text.
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
.settings .action-buttons {
|
.settings .action-buttons {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 1em;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-tabs .page-list {
|
.settings-tabs .page-list {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<div class="settings section preferences">
|
<div class="preferences">
|
||||||
<!--
|
<!--
|
||||||
Copyright 2015 Glyptodon LLC.
|
Copyright 2015 Glyptodon LLC.
|
||||||
|
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Password update -->
|
<!-- Password update -->
|
||||||
<div class="update-password" ng-show="canChangePassword">
|
<div class="settings section" ng-show="canChangePassword">
|
||||||
<h3>{{'SETTINGS_PREFERENCES.SECTION_HEADER_CHANGE_PASSWORD' | translate}}</h3>
|
<p>{{'SETTINGS_PREFERENCES.HELP_UPDATE_PASSWORD' | translate}}</p>
|
||||||
|
|
||||||
<!-- Password editor -->
|
<!-- Password editor -->
|
||||||
<div class="form">
|
<div class="form">
|
||||||
|
@@ -417,9 +417,9 @@
|
|||||||
"FIELD_HEADER_PASSWORD_NEW_AGAIN" : "Confirm New Password:",
|
"FIELD_HEADER_PASSWORD_NEW_AGAIN" : "Confirm New Password:",
|
||||||
"FIELD_HEADER_USERNAME" : "Username:",
|
"FIELD_HEADER_USERNAME" : "Username:",
|
||||||
|
|
||||||
"INFO_PASSWORD_CHANGED" : "Password changed.",
|
"HELP_UPDATE_PASSWORD" : "If you wish to change your password, enter your current password and the desired new password below, and click \"Update Password\". The change will take effect immediately.",
|
||||||
|
|
||||||
"SECTION_HEADER_CHANGE_PASSWORD" : "Change Password"
|
"INFO_PASSWORD_CHANGED" : "Password changed."
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user