Skip to content
Snippets Groups Projects
Commit afd13ea8 authored by Robert Lange's avatar Robert Lange
Browse files

refs #17495 [fid] improve fid acquisition forms

* remove redundant hint for ordering in all three acquisition forms
* add German translation for price
parent 6b551b82
No related merge requests found
Username = E-Mail-Adresse
back_to_form = "weiter ausfüllen"
\ No newline at end of file
back_to_form = "weiter ausfüllen"
#17495
Price = "Preis"
\ No newline at end of file
......@@ -69,10 +69,7 @@ $form->setAttribute('class','fid-acquisition-form');
</div>
<div class="row confirmation">
<div class="col col-xs-9">
<?= $this->translate("fid::acquisition_pda_confirmation") ?>
</div>
<div class="col col-xs-3">
<div class="col col-xs-12">
<? /* submit button */ ?>
<?php
/** @var Element\Submit $elemSubmit */
......
......@@ -68,10 +68,7 @@ $form->setAttribute('class','fid-acquisition-form');
</div>
<div class="row confirmation">
<div class="col col-xs-9">
<?= $this->translate("fid::acquisition_subito_article_confirmation") ?>
</div>
<div class="col col-xs-3">
<div class="col col-xs-12">
<? /* submit button */ ?>
<?php
/** @var Element\Submit $elemSubmit */
......
......@@ -107,10 +107,7 @@ $elemComment->setAttributes(['class' => 'form-control']);
</div>
<div class="row confirmation">
<div class="col col-xs-9">
<?= $this->translate("fid::acquisition_subito_partial_copy_confirmation") ?>
</div>
<div class="col col-xs-3">
<div class="col col-xs-12">
<? /* submit button */ ?>
<?php
/** @var Element\Submit $elemSubmit */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment