Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DocDB/cgi/DocumentDatabase
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if (CanAdminister()) {
print "<div class=\"HomepageMainChoice\"><strong><a href=\"$AdministerHome\">Administer DocDB</a></strong></div>\n";
}
if (CanCreate()) {
print "<div class=\"HomepageMainChoice\"><strong><a href=\"$ModifyHome\">Create or change documents or other information</a></strong></div>\n";
print "<div class=\"HomepageMainChoice\"><strong><a href=\"$ModifyHome\">Create or change authors, events, documents, etc.</a></strong></div>\n";
}

my @ExternalDocDBIDs = GetAllExternalDocDBs();
Expand Down
2 changes: 1 addition & 1 deletion DocDB/cgi/EventAdministerForm
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ print $query -> start_multipart_form('POST',"$EventAdministerForm",
print "<table class=\"HighPaddedTable CenteredTable\">\n";
print "<tr>\n";
print "<td colspan=\"2\">\n";
print "You can only delete with this form; you can do everything else through event management.\n";
print "You can only delete with this form; you can do everything else through <a href=\"ModifyHome\">event management</a>.\n";
print "</td>\n";
print "</tr>\n";

Expand Down