mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
#18859: Removing reference to missing css in numeric editor
Work Item: 18859 --HG-- branch : 1.x
This commit is contained in:
@@ -62,7 +62,6 @@ namespace Orchard.Projections.FilterEditors.Forms {
|
||||
|
||||
_resourceManager.Value.Require("script", "jQuery");
|
||||
_resourceManager.Value.Include("script", "~/Modules/Orchard.Projections/Scripts/numeric-editor-filter.js", "~/Modules/Orchard.Projections/Scripts/numeric-editor-filter.js");
|
||||
_resourceManager.Value.Include("stylesheet", "~/Modules/Orchard.Projections/Styles/numeric-editor-filter.css", "~/Modules/Orchard.Projections/Styles/numeric-editor-filter.css");
|
||||
|
||||
f._Operator.Add(new SelectListItem { Value = Convert.ToString(NumericOperator.LessThan), Text = T("Is less than").Text });
|
||||
f._Operator.Add(new SelectListItem { Value = Convert.ToString(NumericOperator.LessThanEquals), Text = T("Is less than or equal to").Text });
|
||||
|
Reference in New Issue
Block a user