From bfb66f198ca3e0dddcccaefc3d729f348a254056 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Fri, 12 Oct 2012 23:04:25 +0200 Subject: Bug 791554: Make clear that 0 is a valid sortkey for flagtypes r/a=LpSolit --- template/en/default/admin/flag-type/edit.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin/flag-type/edit.html.tmpl') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index b8de6c735..b9ad2a535 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -129,11 +129,11 @@ Sort Key: - a number between 1 and [% constants.MAX_SMALLINT FILTER none %] by which + a number between 0 and [% constants.MAX_SMALLINT FILTER none %] by which this type will be sorted when displayed to users in a list; ignore if you don't care what order the types appear in or if you want them to appear in alphabetical order.
- -- cgit v1.2.3-24-g4f1b