Commit 94f26001 authored by Frank Bergmann's avatar Frank Bergmann

- Replaced export_form_vars with export_vars -form

- replaces ad_export_vars with export_vars
parent 86c279fc
......@@ -954,7 +954,7 @@ ad_proc -public im_conf_item_list_component {
set component_html "
<form action=/intranet-confdb/conf_item-action method=POST>
[export_form_vars conf_item_id return_url]
[export_vars -form {conf_item_id return_url}]
<table bgcolor=white border=0 cellpadding=1 cellspacing=1 class=\"table_list_page\">
$table_header_html
$table_body_html
......
......@@ -7,7 +7,7 @@
<if "user" eq @target_object_type@>
<form action=associated-3 method=GET>
<%= [export_form_vars tid return_url] %>
<%= [export_vars -form {tid return_url}] %>
<p>Please select a user to add to the selected tickets.
</p>
<table>
......@@ -38,7 +38,7 @@
<if "release_project" eq @target_object_type@>
<form action=associated-3 method=GET>
<%= [export_form_vars tid return_url] %>
<%= [export_vars -form {tid return_url}] %>
<p>Please select a user to add to the selected tickets.
</p>
<table>
......
......@@ -11,7 +11,7 @@
<br>
<form action="/intranet-confdb/associate-2" method=GET>
<%= [export_form_vars cid return_url] %>
<%= [export_vars -form {cid return_url}] %>
<table>
<tr>
<th colspan=2><%= [lang::message::lookup "" intranet-confdb.Associate_With "Associate With"] %></th>
......
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