aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/search_base
blob: 24bbfff16032e6ea5bc18b98fe8e66d71070f4ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[%

PROCESS field_base;

control_block = 'search_base_control';

BLOCK search_base_control;

  INCLUDE component type = 'textfield';
  INCLUDE component type = 'submitbtn' attrs.value = 'Search';

END;

%]