aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPeter Gammie <peteg42@gmail.com>2010-09-29 15:14:19 +1000
committerPeter Gammie <peteg42@gmail.com>2010-09-29 15:14:19 +1000
commitacecbad0ff4a8c441da520522710dd5357ab31e0 (patch)
tree3841db1512cdb3a68400daf4b8b13216b21405a0 /templates
parent589aabeebe50c8ee95cd7c60c2128204264dd634 (diff)
downloadikiwiki-acecbad0ff4a8c441da520522710dd5357ab31e0.tar
ikiwiki-acecbad0ff4a8c441da520522710dd5357ab31e0.tar.gz
First cut at the revert plugin.
Diffstat (limited to 'templates')
-rw-r--r--templates/revert.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/revert.tmpl b/templates/revert.tmpl
new file mode 100644
index 000000000..3cf069dca
--- /dev/null
+++ b/templates/revert.tmpl
@@ -0,0 +1,13 @@
+<pre>
+<TMPL_VAR patch_contents>
+</pre>
+<TMPL_VAR FORM-START>
+<div>
+ <TMPL_VAR FIELD-DO>
+ <TMPL_VAR FIELD-SID>
+</div>
+<div class="revert buttons">
+ <TMPL_VAR form-submit>
+ <TMPL_VAR form-cancel>
+</div>
+<TMPL_VAR FORM-END>