Commit 6aec6d71 authored by Jérome Perrin's avatar Jérome Perrin

make a link using physicalPathToURL, to support virtual hosting


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30965 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a5fcd897
......@@ -51,7 +51,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<th align="left" valign="top">Processing Node</th>
<th align="left" valign="top">Priority</th>
<th align="left" valign="top">Processing</th>
<th align="left" valign="top">Call traceback</th>
<th align="left" valign="top">Call Traceback</th>
</tr>
<dtml-in expr="getMessageList(include_processing=1)">
<dtml-let path="'/'.join(object_path)">
......@@ -65,7 +65,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<td align="left" valign="top"><dtml-var uid>
<dtml-var expr="{'SQLDict':'(dict)','SQLQueue':'(queue)'}[activity]">
</td>
<td align="left" valign="top"><a href="&dtml-path;"><dtml-var path></a></td>
<td align="left" valign="top"><a href="<dtml-var expr="REQUEST.physicalPathToURL(path)">"><dtml-var path></a></td>
<td align="left" valign="top"><dtml-var method_id></td>
<td align="left" valign="top">
<dtml-if activity_kw><dtml-var expr="_.repr(activity_kw)[1:-1]" html_quote>
......
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