From 6a8edd2db81cfa9b5776e30bab397fde7fb8bf0a Mon Sep 17 00:00:00 2001 From: Withanage Date: Wed, 15 Jun 2022 14:29:59 +0200 Subject: [PATCH] Bugfix --- templates/index.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.tpl b/templates/index.tpl index a48ca0c..0504b1e 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -14,7 +14,7 @@ {rdelim});
+ action="{plugin_url path="settings" verb="save" save=true}"> {csrf} {if $doiPluginSettingsLinkAction} {fbvFormArea id="doiPluginSettingsLink"} @@ -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} {translate key="plugins.importexport.datacite.settings.form.password.description"}
{/fbvFormSection}