Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jan 2008 at 18:57 UTC
Updated:
23 Jan 2008 at 00:51 UTC
In the selectboxes on admin/settings/admin and admin/settings/performance, the brackets around the default value are missing. Enclosed little patch fixes that. No string changes involved.
| Comment | File | Size | Author |
|---|---|---|---|
| missing_brackets.patch | 1000 bytes | pancho |
Comments
Comment #1
robertgarrigos commentedmmm I don't know why you say that the brackets are missing. Have they ever been there? In any case, I like to see default values more distinguished. This patch for me is ok.
Comment #2
gábor hojtsyWhere do these brackets come from? Some default options use dashes, like "-Please select-". I'd suggest doing a rundown of what markers are used for default options, and only then move into whatever direction.
Comment #3
panchoNope, they've never been there. But given that default values, especially "none" are wrapped in brackets throughout core, one can assume that this is a standard. Especially if the standard makes a lot of sense.
edit: crossed post #3 (I answered to robertgarrigos). But now it's fixed anyway, and that is good. :)
Comment #4
gábor hojtsyHm, indeed none is wrapped in brackets and we can apply the same logic to system default as well. Committed.
Comment #5
panchoActually, I'd prefer to use ‹ (
‹) and › (‹), as they look more elegant (Compare‹none›to<none>).But this is something we would have to change consistantly througout core, and I'd suggest to talk about that in the general context of D7 design improvements.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.