dashboard: better login page background image label
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<div class="form-group">
|
||||
<div>
|
||||
<input id="userBackgroundInput" type="checkbox" ng-model="background.enabled">
|
||||
<label for="userBackgroundInput" class="control-label">Use background image</label>
|
||||
<label for="userBackgroundInput" class="control-label">{{ 'branding.backgroundImage' | tr }}</label>
|
||||
<div class="branding-background" ng-show="background.enabled" ng-click="background.selectNew()">
|
||||
<img ng-src="{{ background.url() }}" onerror="this.src = '/img/background-image-placeholder.svg'"/>
|
||||
<i class="picture-edit-indicator fa fa-pencil-alt"></i>
|
||||
|
||||
Reference in New Issue
Block a user