mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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 {
|
||||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.settings-tabs .page-list {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<div class="settings section preferences">
|
||||
<div class="preferences">
|
||||
<!--
|
||||
Copyright 2015 Glyptodon LLC.
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
-->
|
||||
|
||||
<!-- Password update -->
|
||||
<div class="update-password" ng-show="canChangePassword">
|
||||
<h3>{{'SETTINGS_PREFERENCES.SECTION_HEADER_CHANGE_PASSWORD' | translate}}</h3>
|
||||
<div class="settings section" ng-show="canChangePassword">
|
||||
<p>{{'SETTINGS_PREFERENCES.HELP_UPDATE_PASSWORD' | translate}}</p>
|
||||
|
||||
<!-- Password editor -->
|
||||
<div class="form">
|
||||
|
@@ -417,9 +417,9 @@
|
||||
"FIELD_HEADER_PASSWORD_NEW_AGAIN" : "Confirm New Password:",
|
||||
"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