aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/areyousure.html
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-05-26 21:52:40 +0200
committerKevin Chabowski <kevin@kch42.de>2012-05-26 21:52:40 +0200
commit88099c2986b9fd75fb4de3ae2066b66770bbe8ef (patch)
treec8086228367fb988a940b4408160076c5102c405 /ratatoeskr/templates/src/systemtemplates/areyousure.html
parent0915d74865b0cab61c3a505e802b80ac048cdd3f (diff)
parent04b47bc50dd147ad2156a29bdb274049f99d9bce (diff)
downloadratatoeskr-cms-88099c2986b9fd75fb4de3ae2066b66770bbe8ef.tar.gz
ratatoeskr-cms-88099c2986b9fd75fb4de3ae2066b66770bbe8ef.tar.bz2
ratatoeskr-cms-88099c2986b9fd75fb4de3ae2066b66770bbe8ef.zip
Merge branch 'feature-ui-improvements' into develop
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/areyousure.html')
-rw-r--r--ratatoeskr/templates/src/systemtemplates/areyousure.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/areyousure.html b/ratatoeskr/templates/src/systemtemplates/areyousure.html
deleted file mode 100644
index 0d40585..0000000
--- a/ratatoeskr/templates/src/systemtemplates/areyousure.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<ste:load name="master.html" />
-<ste:block name="content">
- <div class="pos_center">
- <h2><ste:escape>$question</ste:escape></h2>
- ?{$moredetails|<p><ste:escape>$moredetails</ste:escape></p>|}
- <form action="$callback" method="post">
- <input type="submit" class="yes_btn" name="yes" value="<ste:escape>?{$yestext|$yestext|<ste:get_translation for='yes' raw='y' />}</ste:escape>" />
- <input type="submit" class="no_btn" name="no" value="<ste:escape>?{$notext|$notext|<ste:get_translation for='no' raw='y' />}</ste:escape>" />
- </form>
- </div>
-</ste:block>