revert request/URL stuff for management views
This commit is contained in:
parent
9e9390cff3
commit
d4e22b7f79
8 changed files with 10 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
<div metal:define-macro="addform">
|
||||
|
||||
<form action="." tal:attributes="action view/requestUrl"
|
||||
<form action="." tal:attributes="action request/URL"
|
||||
method="post" enctype="multipart/form-data">
|
||||
|
||||
<div metal:define-macro="formbody">
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<tal:checkmove define="dummy view/checkMoveAction">
|
||||
|
||||
<form name="contents" method="post" action="."
|
||||
tal:attributes="action view/requestUrl"
|
||||
tal:attributes="action request/URL"
|
||||
tal:define="container_contents view/listContentInfo">
|
||||
<metal:keep-batch define-macro="keep_batch_params">
|
||||
<tal:param repeat="param python:('b_page', 'b_size', 'b_overlap', 'b_orphan')">
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<div metal:define-macro="content">
|
||||
|
||||
<form action="." metal:define-macro="master"
|
||||
tal:attributes="action view/requestUrl" method="post"
|
||||
tal:attributes="action request/URL" method="post"
|
||||
class="edit-form" enctype="multipart/form-data"
|
||||
id="zc.page.browser_form">
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<div metal:fill-slot="body">
|
||||
<div metal:define-macro="body">
|
||||
|
||||
<form action="." tal:attributes="action view/requestUrl" method="post"
|
||||
<form action="." tal:attributes="action request/URL" method="post"
|
||||
enctype="multipart/form-data">
|
||||
|
||||
<input type="hidden" name="form_submitted" value="true" />
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
|
||||
<form action="." method="post"
|
||||
tal:attributes="action string:${view/requestUrl/-1}/export_nodes.html">
|
||||
tal:attributes="action string:${request/URL/-1}/export_nodes.html">
|
||||
<input type="hidden" name="loops.action" value="export" />
|
||||
<div> </div>
|
||||
<h4>Export Nodes</h4>
|
||||
|
@ -32,7 +32,7 @@
|
|||
</form>
|
||||
|
||||
<form action="." method="post" enctype="multipart/form-data"
|
||||
tal:attributes="action view/requestUrl">
|
||||
tal:attributes="action request/URL">
|
||||
<input type="hidden" name="loops.action" value="upload" />
|
||||
<div> </div>
|
||||
<h4>Import Nodes</h4>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<div metal:define-macro="form">
|
||||
|
||||
<form action="." metal:define-macro="master"
|
||||
tal:attributes="action view/requestUrl" method="post"
|
||||
tal:attributes="action request/URL" method="post"
|
||||
class="edit-form" enctype="multipart/form-data"
|
||||
id="zc.page.browser_form">
|
||||
|
||||
|
|
4
external/exportimport.pt
vendored
4
external/exportimport.pt
vendored
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
|
||||
<form action="." method="post"
|
||||
tal:attributes="action string:${view/requestUrl/-1}/export_loops.html">
|
||||
tal:attributes="action string:${request/URL/-1}/export_loops.html">
|
||||
<input type="hidden" name="loops.action" value="export" />
|
||||
<div> </div>
|
||||
<h4>Export Site</h4>
|
||||
|
@ -93,7 +93,7 @@
|
|||
</form>
|
||||
|
||||
<form action="." method="post" enctype="multipart/form-data"
|
||||
tal:attributes="action view/requestUrl">
|
||||
tal:attributes="action request/URL">
|
||||
<input type="hidden" name="loops.action" value="upload" />
|
||||
<div> </div>
|
||||
<h4>Import Site</h4>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<body>
|
||||
|
||||
<div metal:fill-slot="body">
|
||||
<form action="." tal:attributes="action view/requestUrl" method="post">
|
||||
<form action="." tal:attributes="action request/URL" method="post">
|
||||
<input type="hidden" name="form_submitted" value="true" />
|
||||
<h1>Edit Track <span tal:content="view/id" /></h1>
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Reference in a new issue