Browse Source

restore form-nav

Daniel Sheffield 1 year ago
parent
commit
cde0ba2841
1 changed files with 17 additions and 0 deletions
  1. 17 0
      app/rest/templates/form-nav.tpl

+ 17 - 0
app/rest/templates/form-nav.tpl

@@ -0,0 +1,17 @@
+<form id="filter" method="{{ method }}" action="{{ action }}">
+  % include('button-style')
+
+  % include('button-nav', action=action)
+
+  % include('button-action')
+
+  <div style="width: 0; height: 1em">
+  % for param in params:
+  %   include('hidden-input', **param)
+
+  % end
+  </div>
+</form>
+% include('form-clear', params=params)
+
+% include('form-reload', params=params)