From b6912aeac771ef294377b8af071d28f6acfa7050 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 2 Oct 2005 13:32:55 +0200 Subject: minor edit checkbox This patch adds a minor edit checkbox to the edit form for logged in users. Minor edits are displayed different in recent changes and the page revision history. The RSS feed excludes minor edits by default - this can be changed by adding a minor darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz --- lib/tpl/default/design.css | 10 ++++++++-- lib/tpl/default/mediaedit.php | 10 +++++----- 2 files changed, 13 insertions(+), 7 deletions(-) (limited to 'lib/tpl') diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index d080c88e3..83547b9b4 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -55,18 +55,19 @@ form { display: inline; } -label { +label.block { display: block; text-align: right; font-weight: bold; } label.simple { + display: block; text-align: left; font-weight: normal; } -label input.edit { +label.block input.edit { width: 50%; } @@ -280,6 +281,11 @@ span.user{ font-size: 90%; } +li.minor { + color: #666; + font-style: italic; +} + /* embedded images */ img.media { margin: 3px; diff --git a/lib/tpl/default/mediaedit.php b/lib/tpl/default/mediaedit.php index 53a969e1b..c7b7e2e53 100644 --- a/lib/tpl/default/mediaedit.php +++ b/lib/tpl/default/mediaedit.php @@ -40,11 +40,11 @@ - +
- +
- +
- +
- +