summaryrefslogtreecommitdiff
path: root/htroot/Vocabulary_p.html
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-02-20 12:22:54 +0100
committerluccioman <luccioman@users.noreply.github.com>2018-02-20 12:22:54 +0100
commit348d07a999f574c8b02f9a30e37091ff2eceeb33 (patch)
tree7f069fc9d5e7f342f23b4d48ac93ad39820cbf89 /htroot/Vocabulary_p.html
parent2532db2ce6b4799c4beaad3ebddf7ac6750fa149 (diff)
Enforced controls on vocabulary editing operations.
Diffstat (limited to 'htroot/Vocabulary_p.html')
-rw-r--r--htroot/Vocabulary_p.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/htroot/Vocabulary_p.html b/htroot/Vocabulary_p.html
index b3df44a23..73e76ce7b 100644
--- a/htroot/Vocabulary_p.html
+++ b/htroot/Vocabulary_p.html
@@ -106,7 +106,8 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</form>
#(create)#::
- <form action="Vocabulary_p.html" id="searchform" method="get" accept-charset="UTF-8" class="form-horizontal">
+ <form action="Vocabulary_p.html" id="searchform" method="post" accept-charset="UTF-8" class="form-horizontal">
+ <input type="hidden" name="transactionToken" value="#[transactionToken]#" />
<fieldset>
<legend>Vocabulary Production</legend>
#(csvFileStatus)#
@@ -253,6 +254,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
#(edit)#::
<form action="Vocabulary_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" class="form-horizontal">
+ <input type="hidden" name="transactionToken" value="#[transactionToken]#" />
<fieldset><legend>Vocabulary Editor</legend>
<dl>
<dt>Vocabulary Name</dt><dd>#[name]#</dd>