aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/cancelbtn
diff options
context:
space:
mode:
Diffstat (limited to 'root/base/cancelbtn')
-rw-r--r--root/base/cancelbtn13
1 files changed, 13 insertions, 0 deletions
diff --git a/root/base/cancelbtn b/root/base/cancelbtn
new file mode 100644
index 0000000..a9d8af0
--- /dev/null
+++ b/root/base/cancelbtn
@@ -0,0 +1,13 @@
+[%
+
+PROCESS button;
+
+control_block = 'cancelbtn_control';
+
+BLOCK cancelbtn_control;
+
+ INCLUDE button_control attrs.value = 'Cancel' self.event = 'close';
+
+END;
+
+%]