Commit 7e499594 authored by Sebastien Robin's avatar Sebastien Robin

display the meta type of the template of the proxy field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32310 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba503d50
......@@ -9,6 +9,8 @@ Surcharge <dtml-var meta_type> properties here.
<form action="manage_edit" method="POST">
<table cellspacing="0" cellpadding="2" border="0">
<dtml-let proxy_field="this()"
current_field="proxy_field.getRecursiveTemplateField()">
<!-- First, display ProxyField properties -->
<!-- see: Formulator/dtml/fieldEdit.dtml -->
......@@ -18,7 +20,7 @@ Surcharge <dtml-var meta_type> properties here.
<dtml-if fields>
<tr>
<td colspan="3" class="form-title">
Proxy Widget properties
Proxy Widget properties <dtml-if "current_field is not None">(<dtml-var expr="current_field.meta_type">)</dtml-if>
</td>
</tr>
<dtml-var fieldListHeader>
......@@ -50,8 +52,6 @@ Surcharge <dtml-var meta_type> properties here.
<!-- Then, display Template Field properties -->
<dtml-let proxy_field="this()"
current_field="proxy_field.getRecursiveTemplateField()">
<dtml-if "current_field is not None">
<dtml-let form="current_field.form">
......
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