aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/areyousure.html
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-11-13 00:33:38 +0100
committerKevin Chabowski <kevin@kch42.de>2011-11-13 00:33:38 +0100
commit89a19766be822f9d0c7f9d44096a33c5e5f03d27 (patch)
treefb1b0aa64810801b3cec36877f20dc4d48434443 /ratatoeskr/templates/src/systemtemplates/areyousure.html
parent2954dd17a6d4c7c733af1f11a1b7db9d6f0b08f4 (diff)
downloadratatoeskr-cms-89a19766be822f9d0c7f9d44096a33c5e5f03d27.tar.gz
ratatoeskr-cms-89a19766be822f9d0c7f9d44096a33c5e5f03d27.tar.bz2
ratatoeskr-cms-89a19766be822f9d0c7f9d44096a33c5e5f03d27.zip
Added tag editing for backend and started work on article list.
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/areyousure.html')
-rw-r--r--ratatoeskr/templates/src/systemtemplates/areyousure.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/areyousure.html b/ratatoeskr/templates/src/systemtemplates/areyousure.html
new file mode 100644
index 0000000..7a5ef82
--- /dev/null
+++ b/ratatoeskr/templates/src/systemtemplates/areyousure.html
@@ -0,0 +1,11 @@
+<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='yestext_default' />}</ste:escape>" />
+ <input type="submit" class="no_btn" name="no" value="<ste:escape>?{$notext|$notext|<ste:get_translation for='notext_default' />}</ste:escape>" />
+ </form>
+ </div>
+</ste:block>