Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Jun 15, 2022
1 parent 4a367be commit 6a8edd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{rdelim});
</script>
<form class="pkp_form" id="dataciteSettingsForm" method="post"
action="{plugin_url path="settings" verb="save"}">
action="{plugin_url path="settings" verb="save" save=true}">
{csrf}
{if $doiPluginSettingsLinkAction}
{fbvFormArea id="doiPluginSettingsLink"}
Expand All @@ -32,7 +32,7 @@
{fbvFormSection}
{fbvElement type="text" id="api" value=$api label="plugins.importexport.datacite.settings.form.url" maxlength="100" size=$fbvStyles.size.MEDIUM}
{fbvElement type="text" id="username" value=$username label="plugins.importexport.datacite.settings.form.username" maxlength="50" size=$fbvStyles.size.MEDIUM}
{fbvElement type="text" password="true" id="password" value="" label="plugins.importexport.datacite.settings.form.password" maxLength="50" size=$fbvStyles.size.MEDIUM}
{fbvElement type="text" password="true" id="password" value=$password label="plugins.importexport.datacite.settings.form.password" maxLength="50" size=$fbvStyles.size.MEDIUM}
<span class="instruct">{translate key="plugins.importexport.datacite.settings.form.password.description"}</span>
<br/>
{/fbvFormSection}
Expand Down

0 comments on commit 6a8edd2

Please sign in to comment.