From f5b0b85603bba3d704550db8bfd32baadd834d93 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 30 Sep 2015 06:44:12 +0100 Subject: [PATCH] Add editing message that appears just before the edit button --- build/index.php | 7 ++++++- module_index.json | 2 +- modules/page-edit.php | 1 + settings.fragment.php | 6 +++++- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/build/index.php b/build/index.php index 32a8c8b..4795918 100644 --- a/build/index.php +++ b/build/index.php @@ -131,7 +131,11 @@ $settings->nav_links_bottom = [ ]; // A message that will appear at the bottom of every page. May contain HTML. -$settings->footer_message = "All content is under this license."; +$settings->footer_message = "All content is under this license. Please make sure that you read and understand the license, especially if you are thinking about copying some (or all) of this site's content, as it may restrict you from doing so."; + +// A message that will appear just before the submit button on the editing +// page. May contain HTML. +$settings->editing_message = "By submitting your edit, you are agreeing to release your changes under this license. Also note that if you don't want your work to be edited by other users of this site, please don't submit it here!"; // A string of css to include. Will be included in the of every page // inside a