Skip to content

Commit

Permalink
git fix branch mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Feb 18, 2024
1 parent 6b45a75 commit 17f0d88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 70 deletions.
4 changes: 4 additions & 0 deletions lang/de_de.lang
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ yform_values_privacy_policy_description = 🧩 YForm Field: Ein <code>checkbox</

yform_values_submit_once_description = 🧩 YForm Field: Ein <code>submit</code>-Feld, das einen Doppelklick verhindert.

yform_validate_password_compromised_description = 🧩 YForm Field: Überprüft, ob das Passwort in einer Datenbank von kompromittierten Passwörtern enthalten ist.

yform_field_config = Einstellungen

yform_values_submit_once_loading = Label (z.B. "Bitte warten...")
yform_values_submit_once_label = Label

Expand Down
61 changes: 0 additions & 61 deletions lib/yform/validate/compromised.php

This file was deleted.

10 changes: 1 addition & 9 deletions pages/yform_field.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@

$form = rex_config_form::factory($addon->getName());

$field = $form->addTextField('enzoic_api_key');
$field->setLabel('enzoic API-Schlüssel');
$field->setNotice('für die <a href="https://docs.enzoic.com/enzoic-api-developer-documentation/api-reference/passwords-api" target="_blank">Enzoic Passwords API</a>');

$field = $form->addTextField('enzoic_api_key');
$field->setLabel('enzoic API-Secret');
$field->setNotice('für die <a href="https://docs.enzoic.com/enzoic-api-developer-documentation/api-reference/passwords-api" target="_blank">Enzoic Passwords API</a>');

$fragment = new rex_fragment();
$fragment->setVar('class', 'edit', false);
$fragment->setVar('title', $addon->i18n('stellenangebote_config'), false);
$fragment->setVar('title', $addon->i18n('yform_field_config'), false);
$fragment->setVar('body', $form->get(), false);

?>
Expand Down

0 comments on commit 17f0d88

Please sign in to comment.