GUACAMOLE-630: Correct header level within terminal color scheme field.

In typical usage of the color scheme field, the "Details" header will
be fourth level, not third. Form section headers will be third.
This commit is contained in:
Michael Jumper
2019-08-07 23:27:30 -07:00
parent 7c26dfadfa
commit 518e320ef9

View File

@@ -50,11 +50,11 @@
</div> </div>
<!-- Show/hide details --> <!-- Show/hide details -->
<h3 class="custom-color-scheme-details-header" ng-show="isCustom()"> <h4 class="custom-color-scheme-details-header" ng-show="isCustom()">
{{'COLOR_SCHEME.SECTION_HEADER_DETAILS' | translate}} {{'COLOR_SCHEME.SECTION_HEADER_DETAILS' | translate}}
<a class="custom-color-scheme-show-details" ng-click="showDetails()">{{'COLOR_SCHEME.ACTION_SHOW_DETAILS' | translate}}</a> <a class="custom-color-scheme-show-details" ng-click="showDetails()">{{'COLOR_SCHEME.ACTION_SHOW_DETAILS' | translate}}</a>
<a class="custom-color-scheme-hide-details" ng-click="hideDetails()">{{'COLOR_SCHEME.ACTION_HIDE_DETAILS' | translate}}</a> <a class="custom-color-scheme-hide-details" ng-click="hideDetails()">{{'COLOR_SCHEME.ACTION_HIDE_DETAILS' | translate}}</a>
</h3> </h4>
<!-- Custom color scheme details (internal representation --> <!-- Custom color scheme details (internal representation -->
<textarea class="custom-color-scheme-details" spellcheck="false" <textarea class="custom-color-scheme-details" spellcheck="false"