Skip to content

Commit 432ee92

Browse files
author
Akshara Hegde
committed
fix - style for date range filter
1 parent aaf9eb5 commit 432ee92

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

jet/static/jet/js/build/bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jet/static/jet/js/src/features/changeform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var $ = require('jquery');
2-
// var t = require('../utils/translate');
2+
var t = require('../utils/translate');
33

44
var ChangeForm = function($changeForm) {
55
this.$changeForm = $changeForm;

jet/static/jet/js/src/features/date-time-widgets.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
var $ = require('jquery');
22

3-
// require('jquery-ui/ui/core');
43
require('jquery-ui/ui/widgets/datepicker');
5-
64
require('./jquery.ui.timepicker');
75

86
var DateTimeWidgets = function() { };

jet/templates/rangefilter/date_filter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktr
3030
<input type="hidden" id="{{ choice.system_name }}-query-string" value="{{ choice.query_string }}">
3131
{% endfor %}
3232
<div class="controls" style="padding: 0px 1rem 1rem 1rem; display: flex;justify-content: end;">
33-
<input type="reset" class="button" value="{% trans "Reset" %}" onclick="datefilter_reset('{{ choices.0.system_name }}-query-string')">
33+
<input type="reset" style="margin-right: 8px;" class="button" value="{% trans "Reset" %}" onclick="datefilter_reset('{{ choices.0.system_name }}-query-string')">
3434
<input type="button" value="{% trans "Search" %}" onclick="datefilter_apply(event, '{{ choices.0.system_name }}-query-string', '{{ choices.0.system_name }}-form')">
3535
</div>
3636
</form>

0 commit comments

Comments
 (0)