Commit c61d43af authored by Gabriel Monnerat's avatar Gabriel Monnerat

we no longer need '/view' for the default view URL.

parent c1ee7b3f
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<!-- View mode: title of the form - title of the object -->\n <!-- View mode: title of the form - title of the object -->\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>${base_url}/foo_module/0/view</td>\n <td>${base_url}/foo_module/0</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
\n \n
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<!-- List mode: title of the form -->\n <!-- List mode: title of the form -->\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>${base_url}/foo_module/view</td>\n <td>${base_url}/foo_module</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<!-- Dialog mode: title of the form -->\n <!-- Dialog mode: title of the form -->\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>${base_url}/foo_module/0/view</td>\n <td>${base_url}/foo_module/0</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
<!-- portal: title of the portal -->\n <!-- portal: title of the portal -->\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>${base_url}/view</td>\n <td>${base_url}</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
\n \n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>${base_url}/foo_module/view</td>\n <td>${base_url}/foo_module</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
......
695 696
\ No newline at end of file \ 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