summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/field.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/field.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
index 12f412870..ec2b57593 100644
--- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
@@ -24,6 +24,7 @@
# hide_on_edit: (boolean) hide content when in edit mode (default: false)
# append_content: (boolean) when called as a WRAPPER, the content will be appended to the
# edit html instead of replacing it. forces edit_only (default: false);
+ # default: (string) default value (eg. used as a placeholder in user fields)
#%]
[%
@@ -197,6 +198,7 @@ END;
name = name
value = value.login
classes = [ "bz_userfield" ]
+ placeholder = default
%]
[% CASE constants.FIELD_TYPE_USERS %]
@@ -207,6 +209,7 @@ END;
name = name
value = value.join(", ")
classes = [ "bz_userfield" ]
+ placeholder = default
multiple = 5
%]