aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/areyousure.html
Commit message (Collapse)AuthorAge
* 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