Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Nov 15, 2024
1 parent e872fec commit 95c289a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions version-2/Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ Version 1 layout:
``` html
<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 Expand Up @@ -252,7 +250,8 @@ Version 2 layout:
</div>

<div class="datagrid-actions">
<input type="submit" name="commit" value="Search" class="datagrid-submit" data-disable-with="Search" />
<input type="submit" name="commit" value="Search"
class="datagrid-submit" data-disable-with="Search" />
<a class="datagrid-reset" href="/location">Reset</a>
</div>
</form>
Expand Down

0 comments on commit 95c289a

Please sign in to comment.