diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-13 00:33:38 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-13 00:33:38 +0100 |
commit | 89a19766be822f9d0c7f9d44096a33c5e5f03d27 (patch) | |
tree | fb1b0aa64810801b3cec36877f20dc4d48434443 /ratatoeskr/templates/src/systemtemplates/areyousure.html | |
parent | 2954dd17a6d4c7c733af1f11a1b7db9d6f0b08f4 (diff) | |
download | ratatoeskr-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.html | 11 |
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> |