Commit 7aeaa5a5 authored by Frank Bergmann's avatar Frank Bergmann

- Replaced export_form_vars with export_vars -form

- replaces ad_export_vars with export_vars
parent e7aacab0
......@@ -1785,11 +1785,13 @@ ad_proc im_helpdesk_member_add_queue_component {
}
set role_id [im_biz_object_role_full_member]
# !!!
set result "
<form method=GET action=/intranet/member-add-2>
[export_form_vars passthrough]
[export_form_vars {notify_asignee 0}]
[eval "export_form_vars $passthrough"]
[export_vars -form {passthrough {notify_asignee 0}}]
[eval "export_vars -form {$passthrough}"]
<table cellpadding=0 cellspacing=2 border=0>
<tr><td>
$list_box
......
......@@ -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>
......
......@@ -10,7 +10,7 @@
</p>
<br>
<form action=action-associate-2 method=GET>
<%= [export_form_vars tid return_url] %>
<%= [export_vars -form {tid return_url}] %>
<table class="list">
<thead>
......
......@@ -7,7 +7,7 @@
<p>@ticket_list_html;noquote@</p>
<br><br>
<form action="<%=$form_action%>" method="POST">
<%= [export_form_vars return_url] %>
<%= [export_vars -form {return_url}] %>
@hidden_tid_html;noquote@
@select_box;noquote@
<input class="form-button40" name="formbutton:send" value="Submit" type="submit">
......
......@@ -9,7 +9,7 @@
<table cellspacing=0 cellpadding=0 border=0 width="100%">
<form action=/intranet-helpdesk/action method=POST>
<%= [export_form_vars return_url] %>
<%= [export_vars -form {return_url}] %>
<tr valign=top>
<td>
......
......@@ -5,7 +5,7 @@
<%= [im_box_header $page_title] %>
<form action='@return_url;noquote@' method=POST>
<%= [export_form_vars return_url ticket_id ticket_nr ticket_name] %>
<%= [export_vars -form {return_url ticket_id ticket_nr ticket_name}] %>
<table cellspacing=2 cellpadding=2>
......@@ -21,7 +21,7 @@
</tr>
</if>
<else>
<%= [export_form_vars ticket_sla_id] %>
<%= [export_vars -form {ticket_sla_id}] %>
</else>
......@@ -38,7 +38,7 @@
</tr>
</if>
<else>
<%= [export_form_vars ticket_type_id] %>
<%= [export_vars -form {ticket_type_id}] %>
</else>
<tr class=roweven>
......
......@@ -331,7 +331,7 @@ set ticket_action_select [im_category_select \
]
set action_l10n [lang::message::lookup "" intranet-helpdesk.Action "Action"]
set export_vars [export_form_vars return_url tid]
set export_vars [export_vars -form {return_url tid}]
set ticket_action_html "
<form action=/intranet-helpdesk/action name=helpdesk_action>
$export_vars
......
......@@ -6,7 +6,7 @@
<h1>@page_title@</h1>
<form action="/intranet/member-notify" method=GET>
<%= [export_form_vars return_url] %>
<%= [export_vars -form {return_url}] %>
<table>
<tr>
......
......@@ -10,7 +10,7 @@
<table cellspacing=0 cellpadding=0 border=0 width="100%">
<form action="@return_url;noquote@" method=GET>
<%= [export_form_vars action_id return_url] %>
<%= [export_vars -form {action_id return_url}] %>
<tr valign=top>
<td>
<%= [im_box_header $page_title] %>
......
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