From 338634a4cb840cf4badba7882498b03635d48abf Mon Sep 17 00:00:00 2001 From: pms967 Date: Mon, 5 Dec 2022 20:31:00 +0100 Subject: [PATCH 1/2] Update DocumentDatabase Rephrase description of link to "Document Modifications" to make it more clear that it's the place to create new events, etc. --- DocDB/cgi/DocumentDatabase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DocDB/cgi/DocumentDatabase b/DocDB/cgi/DocumentDatabase index 5ec110fc..7a415206 100755 --- a/DocDB/cgi/DocumentDatabase +++ b/DocDB/cgi/DocumentDatabase @@ -125,7 +125,7 @@ if (CanAdminister()) { print "
Administer DocDB
\n"; } if (CanCreate()) { - print "
Create or change documents or other information
\n"; + print "
Create or change authors, events, documents, etc.
\n"; } my @ExternalDocDBIDs = GetAllExternalDocDBs(); From e18614a94936f4d0ee05c4d11ece8a665a8805dd Mon Sep 17 00:00:00 2001 From: pms967 Date: Fri, 8 Sep 2023 10:05:33 +0200 Subject: [PATCH 2/2] Update HTMLUtilities.pm --- DocDB/cgi/HTMLUtilities.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/DocDB/cgi/HTMLUtilities.pm b/DocDB/cgi/HTMLUtilities.pm index c021531b..2e22f31c 100644 --- a/DocDB/cgi/HTMLUtilities.pm +++ b/DocDB/cgi/HTMLUtilities.pm @@ -125,6 +125,7 @@ sub DocDBHeader { print "\n"; } print '',"\n"; + print '',"\n"; print "$Title\n"; # Include DocDB style sheets