Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/version-2' into version-2
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Nov 11, 2024
2 parents 0f9b365 + 5315eee commit 7597515
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions version-2/form-v1.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<form class="datagrid-form partial_default_grid" id="new_g" action="/users" accept-charset="UTF-8" method="get">
<input name="utf8" type="hidden" value="" autocomplete="off" />

<div class="datagrid-filter filter">
<label for="g_id">Id</label>
<input class="id integer_filter from" multiple type="text" name="g[id][]" />
Expand Down
2 changes: 0 additions & 2 deletions version-2/form-v2.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<form class="datagrid-form" id="new_g" action="/users" accept-charset="UTF-8" method="get">
<input name="utf8" type="hidden" value="" autocomplete="off" />

<div class="datagrid-filter" data-filter="id" data-type="integer">
<label for="g_id">Id</label>
<input step="1" class="datagrid-range-from" name="g[id][from]" type="number" />
Expand Down

0 comments on commit 7597515

Please sign in to comment.