Commit f06b9916 authored by Frank Bergmann's avatar Frank Bergmann

- Replaced export_form_vars with export_vars -form

- replaces ad_export_vars with export_vars
parent e937da1f
...@@ -715,7 +715,7 @@ ad_proc im_costs_object_list_component { user_id cost_id return_url } { ...@@ -715,7 +715,7 @@ ad_proc im_costs_object_list_component { user_id cost_id return_url } {
return " return "
<form action=cost-association-action method=post> <form action=cost-association-action method=post>
[export_form_vars cost_id return_url] [export_vars -form {cost_id return_url}]
<table border=0 cellspacing=1 cellpadding=1> <table border=0 cellspacing=1 cellpadding=1>
<tr> <tr>
<td align=middle class=rowtitle colspan=2>Related Projects</td> <td align=middle class=rowtitle colspan=2>Related Projects</td>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
@help_txt;noquote@ @help_txt;noquote@
<br><br> <br><br>
<form action=cost-center-action method=post> <form action=cost-center-action method=post>
<%= [export_form_vars return_url] %> <%= [export_vars -form {return_url}] %>
<table width="100%"> <table width="100%">
@table_header;noquote@ @table_header;noquote@
@table;noquote@ @table;noquote@
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<property name="left_navbar">@left_navbar_html;noquote@</property> <property name="left_navbar">@left_navbar_html;noquote@</property>
<form action="/intranet-cost/costs/cost-action" method="POST"> <form action="/intranet-cost/costs/cost-action" method="POST">
<%= [export_form_vars company_id cost_id return_url]%> <%= [export_vars -form {company_id cost_id return_url}] %>
<table width="100%" cellpadding=2 cellspacing=2 border=0> <table width="100%" cellpadding=2 cellspacing=2 border=0>
@table_header_html;noquote@ @table_header_html;noquote@
@table_body_html;noquote@ @table_body_html;noquote@
......
...@@ -273,7 +273,7 @@ if {"" != $parent_menu_label} { ...@@ -273,7 +273,7 @@ if {"" != $parent_menu_label} {
# options # options
set filter_html " set filter_html "
<form method=get action=\"/intranet-cost/list\"> <form method=get action=\"/intranet-cost/list\">
[export_form_vars start_idx order_by how_many view_name view_mode include_subcosts_p customer_id provider_id company_id project_id letter] [export_vars -form {start_idx order_by how_many view_name view_mode include_subcosts_p customer_id provider_id company_id project_id letter}]
<table border=0 cellpadding=1 cellspacing=1> <table border=0 cellpadding=1 cellspacing=1>
<tr> <tr>
<td>[_ intranet-cost.Document_Status]:</td> <td>[_ intranet-cost.Document_Status]:</td>
......
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