mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Fix: hover colors, empty lists, disable autocomplete, translation strings
This commit is contained in:
parent
21a9963a2b
commit
5665db844e
15 changed files with 53 additions and 46 deletions
|
|
@ -86,9 +86,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li *ngIf="groups.length === 0" class="list-group-item" i18n>No groups defined</li>
|
||||
</ul>
|
||||
|
||||
<div *ngIf="groups.length === 0">No groups defined</div>
|
||||
</ng-container>
|
||||
|
||||
<div *ngIf="!users || !groups">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<form [formGroup]="objectForm" (ngSubmit)="save()">
|
||||
<form [formGroup]="objectForm" (ngSubmit)="save()" autocomplete="off">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="modal-basic-title">{{getTitle()}}</h4>
|
||||
<button type="button" [disabled]="!closeEnabled" class="btn-close" aria-label="Close" (click)="cancel()">
|
||||
|
|
|
|||
|
|
@ -39,6 +39,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li *ngIf="templates.length === 0" class="list-group-item" i18n>No templates defined.</li>
|
||||
</ul>
|
||||
|
||||
<div *ngIf="templates.length === 0" i18n>No templates defined.</div>
|
||||
|
|
|
|||
|
|
@ -45,9 +45,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li *ngIf="mailAccounts.length === 0" class="list-group-item" i18n>No mail accounts defined.</li>
|
||||
</ul>
|
||||
|
||||
<div *ngIf="mailAccounts.length === 0" i18n>No mail accounts defined.</div>
|
||||
</ng-container>
|
||||
|
||||
<ng-container *pngxIfPermissions="{ action: PermissionAction.View, type: PermissionType.MailRule }">
|
||||
|
|
@ -94,9 +94,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li *ngIf="mailRules.length === 0" class="list-group-item" i18n>No mail rules defined.</li>
|
||||
</ul>
|
||||
|
||||
<div *ngIf="mailRules.length === 0" i18n>No mail rules defined.</div>
|
||||
</ng-container>
|
||||
|
||||
<div *ngIf="!mailAccounts || !mailRules">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue