diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-05-26 12:55:35 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-05-26 12:55:35 +0200 |
commit | 84d920ef69d88e16956f49d81f6a1ba0e1129c2d (patch) | |
tree | 4af42206c0b1bf24f4f0af59ea925d847954769f /ratatoeskr/templates/src/systemtemplates/areyousure.html | |
parent | 9ee26e1077a52fcbdab5929186e7d118f834d269 (diff) | |
download | ratatoeskr-cms-84d920ef69d88e16956f49d81f6a1ba0e1129c2d.tar.gz ratatoeskr-cms-84d920ef69d88e16956f49d81f6a1ba0e1129c2d.tar.bz2 ratatoeskr-cms-84d920ef69d88e16956f49d81f6a1ba0e1129c2d.zip |
Better(?) tag editor.
* Look&Feel of the Tag editor now matches better with the rest of the
backend.
* Deleted templates, functions and translations that are not longer
needed.
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/areyousure.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/areyousure.html | 11 |
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> |