aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/areyousure.html
Commit message (Collapse)AuthorAge
* Better(?) tag editor.Kevin Chabowski2012-05-26
| | | | | | | * 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.
* TIL: <form />'s method value *MUST* be lowercase.Kevin Chabowski2012-02-03
| | | | | <irony>That makes kind of sense, since it is written UPPERcase in the HTTP protocol...</irony>
* ste:get_translation now escapes HTML.Kevin Chabowski2011-11-17
| | | | | | | | So we do not longer need to write: <ste:escape><ste:get_translation for="foo" /></ste:escape> We can now omit the ste:escape tags. Setting the parameter raw to something non-empty will return the raw translation.
* Renamed some translation keys.Kevin Chabowski2011-11-17
| | | | | * "yestext_default" => "yes" * "notext_default" => "no"
* Added tag editing for backend and started work on article list.Kevin Chabowski2011-11-13