You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/05/17 00:30:39 UTC

[48/50] [abbrv] git commit: [#6149] add contextual help for new select field feature

[#6149] add contextual help for new select field feature


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/8ae6a00e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/8ae6a00e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/8ae6a00e

Branch: refs/heads/db/6208
Commit: 8ae6a00e8cf851b46694cd4ab28a827d27fc8d65
Parents: 6b96817
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed May 15 21:45:12 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed May 15 21:46:50 2013 +0000

----------------------------------------------------------------------
 .../forgetracker/widgets/admin_custom_fields.py    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/8ae6a00e/ForgeTracker/forgetracker/widgets/admin_custom_fields.py
----------------------------------------------------------------------
diff --git a/ForgeTracker/forgetracker/widgets/admin_custom_fields.py b/ForgeTracker/forgetracker/widgets/admin_custom_fields.py
index 99681ad..59b07b7 100644
--- a/ForgeTracker/forgetracker/widgets/admin_custom_fields.py
+++ b/ForgeTracker/forgetracker/widgets/admin_custom_fields.py
@@ -83,7 +83,7 @@ class CustomFieldAdminDetail(ffw.StateField):
             select=ffw.FieldCluster(
                 fields=[
                     ffw.AdminField(field=ew.TextField(name='options',
-                        label='Options (separate with spaces; prefix with * to set a default)',
+                        label='Options (separate with spaces; quote if containing spaces; prefix with * to set a default)',
                         )) ],
                 show_labels=False),
             milestone=ffw.FieldCluster(