Commit c0d47434 authored by Gabriel Monnerat's avatar Gabriel Monnerat

don't need use xpath

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44446 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d60eb23
......@@ -51,12 +51,12 @@
<tal:block metal:use-macro="here/Zuite_CommonTemplateForUNG/macros/create-user" />\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_name"]</td>\n
<td>__ac_name</td>\n
<td>ung_user</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_password"]</td>\n
<td>__ac_password</td>\n
<td>1234</td>\n
</tr>\n
<tr>\n
......@@ -227,12 +227,12 @@
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_name"]</td>\n
<td>__ac_name</td>\n
<td>ung_user2</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_password"]</td>\n
<td>__ac_password</td>\n
<td>1234</td>\n
</tr>\n
<tr>\n
......@@ -292,12 +292,12 @@
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_name"]</td>\n
<td>__ac_name</td>\n
<td>ung_user</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_password"]</td>\n
<td>__ac_password</td>\n
<td>1234</td>\n
</tr>\n
<tr>\n
......
......@@ -51,12 +51,12 @@
<tal:block metal:use-macro="here/Zuite_CommonTemplateForUNG/macros/create-user" />\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_name"]</td>\n
<td>__ac_name</td>\n
<td>ung_user</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_password"]</td>\n
<td>__ac_password</td>\n
<td>1234</td>\n
</tr>\n
<tr>\n
......
......@@ -107,12 +107,12 @@
<tal:block metal:use-macro="here/Zuite_CommonTemplateForUNG/macros/create-user" />\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_name"]</td>\n
<td>__ac_name</td>\n
<td>ung_user</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_password"]</td>\n
<td>__ac_password</td>\n
<td>1234</td>\n
</tr>\n
<tr>\n
......
......@@ -51,12 +51,12 @@
<tal:block metal:use-macro="here/Zuite_CommonTemplateForUNG/macros/create-user" />\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_name"]</td>\n
<td>__ac_name</td>\n
<td>ung_user</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="__ac_password"]</td>\n
<td>__ac_password</td>\n
<td>1234</td>\n
</tr>\n
<tr>\n
......
29
\ No newline at end of file
30
\ No newline at end of file
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