Skip to content

Commit

Permalink
update Wording Beauftragung
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Sep 17, 2023
1 parent 21ebbbb commit c40055f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion lang/de_de.lang
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yform_field_info_donate = Anders als die meisten Addons aus der REDAXO-Community ist die Entstehung und Weiterentwicklung dieses Addons nicht durch eigene Projekte gedeckt. Mit einer Spende oder einer Beauftragung sicherst du zusätzliche Features, die Stabilität, Funktionsumfang und Weiterentwicklung weiter verbessern können, sowie eine bessere Anleitung.
yform_field_info_donate = Anders als die meisten Addons aus der REDAXO-Community ist die Entstehung und Weiterentwicklung dieses Addons nicht durch eigene Projekte gedeckt. mit einer einer Beauftragung sicherst du zusätzliche Features, die Stabilität, Funktionsumfang und Weiterentwicklung weiter verbessern können, sowie eine bessere Anleitung.
yform_field_donate = Weiterentwicklung unterstützen

yform_values_domain_description = Stellt ein Auswahl-Feld zur Verfügung, um eine oder mehrere Domains auszuwählen.
Expand Down
24 changes: 12 additions & 12 deletions pages/yform_field.settings.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<div class="row">
<div class="col-lg-8">
</div>
<div class="col-lg-4">
<?php
<div class="col-lg-8">
</div>
<div class="col-lg-4">
<?php

$anchor = '<a target="_blank" href="https://donate.alexplus.de/?addon=yform_field"><img src="' . rex_url::addonAssets('yform_field', 'jetzt-spenden.svg') . '" style="width: 100% max-width: 400px;"></a>';
$anchor = '<a target="_blank" href="https://donate.alexplus.de/?addon=yform_field"><img src="'.rex_url::addonAssets('yform_field', 'jetzt-beauftragen.svg').'" style="width: 100% max-width: 400px;"></a>';

$fragment = new rex_fragment();
$fragment->setVar('class', 'info', false);
$fragment->setVar('title', $this->i18n('yform_field_donate'), false);
$fragment->setVar('body', '<p>' . $this->i18n('yform_field_info_donate') . '</p>' . $anchor, false);
echo !rex_config::get('alexplusde', 'donated') ? $fragment->parse('core/page/section.php') : '';
?>
</div>
$fragment = new rex_fragment();
$fragment->setVar('class', 'info', false);
$fragment->setVar('title', $this->i18n('yform_field_donate'), false);
$fragment->setVar('body', '<p>' . $this->i18n('yform_field_info_donate') . '</p>' . $anchor, false);
echo !rex_config::get("alexplusde", "donated") ? $fragment->parse('core/page/section.php') : "";
?>
</div>
</div>

0 comments on commit c40055f

Please sign in to comment.