diff --git a/css/admin.scss b/css/admin.scss index 32c88717e..463742c92 100644 --- a/css/admin.scss +++ b/css/admin.scss @@ -52,18 +52,6 @@ } } -textarea#documentSigningCertField { - width: 600px; -} - -textarea#documentSigningKeyField { - width: 600px; -} - -textarea#documentSigningCaField { - width: 600px; -} - input#zoteroAPIKeyField { width: 300px; } diff --git a/src/components/DocSigningField.vue b/src/components/DocSigningField.vue deleted file mode 100644 index c7a9c4249..000000000 --- a/src/components/DocSigningField.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - diff --git a/src/components/PersonalSettings.vue b/src/components/PersonalSettings.vue index b760fa4dc..d4217ceab 100644 --- a/src/components/PersonalSettings.vue +++ b/src/components/PersonalSettings.vue @@ -34,41 +34,6 @@

- -
-

- {{ t('richdocuments', 'Document signing') }} -

- -

- - {{ t('richdocuments', 'This instance does not support document signing, because the feature is missing or disabled. Please contact the administrator.') }} - -

-