Commit 15611cfd authored by Frank Bergmann's avatar Frank Bergmann

- Replaced export_form_vars with export_vars -form

- replaces ad_export_vars with export_vars
parent 25952a36
......@@ -4,7 +4,7 @@
<property name="main_navbar_label">@main_navbar_label@</property>
<form enctype="multipart/form-data" method=POST action="import-@redirect_object_type@.tcl">
<%= [export_form_vars object_type return_url import_filename] %>
<%= [export_vars -form {object_type return_url import_filename}] %>
<table>
<tr clas=rowtitle>
......
......@@ -5,7 +5,7 @@
<property name="main_navbar_label">@main_navbar_label@</property>
<form enctype="multipart/form-data" method=POST action="import-2.tcl">
<%= [export_form_vars return_url main_navbar_label] %>
<%= [export_vars -form {return_url main_navbar_label}] %>
<table border=0>
<tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment