mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
parent
e79015d877
commit
07c38d6353
3 changed files with 13 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<pngx-page-header title="Consumption Templates">
|
||||
<pngx-page-header title="Consumption Templates" i18n-title>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary ms-4" (click)="editTemplate()" *pngxIfPermissions="{ action: PermissionAction.Add, type: PermissionType.ConsumptionTemplate }">
|
||||
<svg class="sidebaricon me-1" fill="currentColor">
|
||||
<use xlink:href="assets/bootstrap-icons.svg#plus-circle" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<pngx-page-header title="Custom Fields">
|
||||
<pngx-page-header title="Custom Fields" i18n-title>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary ms-4" (click)="editField()" *pngxIfPermissions="{ action: PermissionAction.Add, type: PermissionType.CustomField }">
|
||||
<svg class="sidebaricon me-1" fill="currentColor">
|
||||
<use xlink:href="assets/bootstrap-icons.svg#plus-circle" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue