aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/resetbtn
blob: 859d5c846d2079cd6a490f0be490b2673ec2c15b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[%

PROCESS button;

control_block = 'resetbtn_control';

BLOCK resetbtn_control;

  INCLUDE button_control button_type = 'reset' attrs.value = 'Reset';

END;

%]