From 1d3319e2b412c7f301146878700b9733cbc1bab0 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 21 Dec 2005 09:35:41 -0500 Subject: [PATCH] --- interface/web/themes/default/templates/form.tpl.htm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/themes/default/templates/form.tpl.htm b/interface/web/themes/default/templates/form.tpl.htm index 12daa1f..ebb2e14 100644 --- a/interface/web/themes/default/templates/form.tpl.htm +++ b/interface/web/themes/default/templates/form.tpl.htm @@ -8,8 +8,8 @@ <!-- function del_record(link) { - if(window.confirm("Wollen Sie den Datensatz l�schen?")) { - location.href = link; + if(window.confirm("<tmpl_var name='delete_confirmation'>")) { + location.href = link; } } @@ -22,4 +22,4 @@ <tmpl_dyninclude name="content_tpl"> </form> </body> -</html> +</html> \ No newline at end of file -- Gitblit v1.9.1