diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-09-24 21:39:36 +0300 |
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-09-24 21:39:36 +0300 |
| commit | 8525ad02a4745878a95b8077e0d5a33b7f55dda5 (patch) | |
| tree | d6c3a843b314ee12e050ae8e7a7d3bb89e73d8c8 | |
| parent | de52689954f575914cc91745808fa6cd6ece021a (diff) | |
SL-9691 Ban duration floater - Added validation of input values to the 'hours' field
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_ban_duration.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_ban_duration.xml b/indra/newview/skins/default/xui/en/floater_ban_duration.xml index 2d9e69f7c7..b0c961c3c9 100644 --- a/indra/newview/skins/default/xui/en/floater_ban_duration.xml +++ b/indra/newview/skins/default/xui/en/floater_ban_duration.xml @@ -55,7 +55,7 @@ </radio_group> <spinner - allow_text_entry="true" + allow_digits_only="true" decimal_digits="0" follows="left|top" height="20" |
