From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/themes/default/templates/form.tpl.htm | 26 +------------------------- 1 files changed, 1 insertions(+), 25 deletions(-) diff --git a/interface/web/themes/default/templates/form.tpl.htm b/interface/web/themes/default/templates/form.tpl.htm index 12daa1f..429bfd9 100644 --- a/interface/web/themes/default/templates/form.tpl.htm +++ b/interface/web/themes/default/templates/form.tpl.htm @@ -1,25 +1 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title>Form</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link href="../themes/{tmpl_var name="theme"}/style.css" rel="stylesheet" type="text/css"> -<script language="JavaScript"> -<!-- - -function del_record(link) { - if(window.confirm("Wollen Sie den Datensatz l�schen?")) { - location.href = link; - } -} - -//--> -</script> -</head> - -<body> -<form method="post" action="<tmpl_var name='form_action'>" name="myform" enctype="multipart/form-data"> -<tmpl_dyninclude name="content_tpl"> -</form> -</body> -</html> +<tmpl_dyninclude name="content_tpl"> \ No newline at end of file -- Gitblit v1.9.1