layout grid fix
This commit is contained in:
parent
0d9a1b35f0
commit
e271f5b2c2
@ -10,8 +10,8 @@ import { BASE_HREF_FN } from '@iqser/common-ui/lib/utils';
|
||||
@Injectable()
|
||||
export class LayersService {
|
||||
private readonly _convertPath = inject(BASE_HREF_FN);
|
||||
readonly #enableIcon = this._convertPath('/assets/icons/general/pdftron-action-enable-layers.svg');
|
||||
readonly #disableIcon = this._convertPath('/assets/icons/general/pdftron-action-disable-layers.svg');
|
||||
readonly #enableIcon = this._convertPath('/assets/icons/general/pdftron-action-disable-layers.svg');
|
||||
readonly #disableIcon = this._convertPath('/assets/icons/general/pdftron-action-enable-layers.svg');
|
||||
|
||||
private _active = false;
|
||||
|
||||
|
||||
@ -1929,7 +1929,7 @@
|
||||
},
|
||||
"toggle-readable-redactions": "",
|
||||
"toggle-tooltips": "{active, select, true{Disable} false{Enable} other{}} Kurzinfos für Anmerkungen",
|
||||
"toggle-layers": "{active, select, true{Disable} false{Enable} other{}} layers"
|
||||
"toggle-layers": "{active, select, true{Disable} false{Enable} other{}} layout grid"
|
||||
},
|
||||
"permissions-screen": {
|
||||
"dossier": {
|
||||
|
||||
@ -1929,7 +1929,7 @@
|
||||
},
|
||||
"toggle-readable-redactions": "Show redactions {active, select, true{as in final document} false{in preview color} other{}}",
|
||||
"toggle-tooltips": "{active, select, true{Disable} false{Enable} other{}} annotation tooltips",
|
||||
"toggle-layers": "{active, select, true{Disable} false{Enable} other{}} layers"
|
||||
"toggle-layers": "{active, select, true{Disable} false{Enable} other{}} layout grid"
|
||||
},
|
||||
"permissions-screen": {
|
||||
"dossier": {
|
||||
|
||||
@ -1929,7 +1929,7 @@
|
||||
},
|
||||
"toggle-readable-redactions": "",
|
||||
"toggle-tooltips": "{active, select, true{Disable} false{Enable} other{}} Kurzinfos für Anmerkungen",
|
||||
"toggle-layers": "{active, select, true{Disable} false{Enable} other{}} layers grid"
|
||||
"toggle-layers": "{active, select, true{Disable} false{Enable} other{}} layout grid"
|
||||
},
|
||||
"permissions-screen": {
|
||||
"dossier": {
|
||||
|
||||
@ -1929,7 +1929,7 @@
|
||||
},
|
||||
"toggle-readable-redactions": "Show components {active, select, true{as in final document} false{in preview color} other{}}",
|
||||
"toggle-tooltips": "{active, select, true{Disable} false{Enable} other{}} annotation tooltips",
|
||||
"toggle-layers": "{active, select, true{Disable} false{Enable} other{}} layers grid"
|
||||
"toggle-layers": "{active, select, true{Disable} false{Enable} other{}} layout grid"
|
||||
},
|
||||
"permissions-screen": {
|
||||
"dossier": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user