Skip to content
Snippets Groups Projects
Commit 2a13af8d authored by Aria Givi's avatar Aria Givi
Browse files

Auf ein Unterschrift-Feld reduziert, Anleitung zum Versenden des Formulars...

Auf ein Unterschrift-Feld reduziert, Anleitung zum Versenden des Formulars wird nicht mehr mit ausgedruckt
parent 7b7759ae
No related branches found
No related tags found
2 merge requests!989Resolve "Beitrittsformular etwas kürzen",!987Development
...@@ -751,4 +751,9 @@ main fieldset { ...@@ -751,4 +751,9 @@ main fieldset {
.panel-title { .panel-title {
font-weight: bold; font-weight: bold;
}
.signature {
border-top: 1px dashed black;
width: 50%;
} }
\ No newline at end of file
...@@ -29,7 +29,6 @@ return [ ...@@ -29,7 +29,6 @@ return [
'abbuchung.6' => 'IBAN (oder Konto-Nummer)', 'abbuchung.6' => 'IBAN (oder Konto-Nummer)',
'abbuchung.7' => 'BIC (oder Bankleitzahl)', 'abbuchung.7' => 'BIC (oder Bankleitzahl)',
'abbuchung.8' => 'Ort, Datum:', 'abbuchung.8' => 'Ort, Datum:',
'abbuchung.9' => 'Unterschrift nach Ausdrucken des Formulars',
'anweisung.1' => 'Bitte drucken Sie das Formular nach Ausfüllen aus und unterschreiben an beiden ......... Linien; dann können Sie es', 'anweisung.1' => 'Bitte drucken Sie das Formular nach Ausfüllen aus und unterschreiben an beiden ......... Linien; dann können Sie es',
'anweisung.2' => 'faxen an 0511 34 00 10 23 (und schicken uns eine kurze EMail dazu, dass Sie das Beitrittsformular gefaxt haben, denn Faxgeräte sind manchmal inkompatibel) oder', 'anweisung.2' => 'faxen an 0511 34 00 10 23 (und schicken uns eine kurze EMail dazu, dass Sie das Beitrittsformular gefaxt haben, denn Faxgeräte sind manchmal inkompatibel) oder',
'anweisung.3' => 'per Post senden an: SUMA-EV, Röselerstr. 3, 30159 Hannover oder', 'anweisung.3' => 'per Post senden an: SUMA-EV, Röselerstr. 3, 30159 Hannover oder',
......
...@@ -29,7 +29,6 @@ return [ ...@@ -29,7 +29,6 @@ return [
"abbuchung.6" => "IBAN:", "abbuchung.6" => "IBAN:",
"abbuchung.7" => "BIC:", "abbuchung.7" => "BIC:",
"abbuchung.8" => "Place, Date:", "abbuchung.8" => "Place, Date:",
"abbuchung.9" => "Signature after printing the form ",
"anweisung.1" => "Please print the form after completing and signing at both ......... lines, then you can: ", "anweisung.1" => "Please print the form after completing and signing at both ......... lines, then you can: ",
"anweisung.2" => "- fax it to 0049-(0)511-34 00 10 23 or\r\n\r\n", "anweisung.2" => "- fax it to 0049-(0)511-34 00 10 23 or\r\n\r\n",
"anweisung.3" => "- send it by mail to: SUMA-EV, Roeselerstr. 3, D-30159 Hanover, Germany or", "anweisung.3" => "- send it by mail to: SUMA-EV, Roeselerstr. 3, D-30159 Hanover, Germany or",
......
...@@ -69,13 +69,6 @@ ...@@ -69,13 +69,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="form-group beitritt-form-group">
<label for="ort">{{ trans('beitritt.beitritt.14') }}</label>
<input type="text" class="form-control" id="ort" placeholder="">
</div>
<br />
<p class="sign">---------------------------------------------------------</p>
<p>{{ trans('beitritt.abbuchung.1') }}</p>
<h3>{{ trans('beitritt.abbuchung.2') }}</h3> <h3>{{ trans('beitritt.abbuchung.2') }}</h3>
<p>{{ trans('beitritt.abbuchung.3') }}</p> <p>{{ trans('beitritt.abbuchung.3') }}</p>
<div class="form-group beitritt-form-group"> <div class="form-group beitritt-form-group">
...@@ -98,18 +91,19 @@ ...@@ -98,18 +91,19 @@
<label for="ort2" class="non-bold">{{ trans('beitritt.abbuchung.8') }}</label> <label for="ort2" class="non-bold">{{ trans('beitritt.abbuchung.8') }}</label>
<input type="text" class="form-control" id="ort2" placeholder=""> <input type="text" class="form-control" id="ort2" placeholder="">
</div> </div>
<br /> <br/>
<p class="sign">---------------------------------------------------------</p> <p class="signature">{{ trans('beitritt.abbuchung.1') }}</p>
<p>{{ trans('beitritt.abbuchung.9') }}</p>
</form> </form>
<hr> <hr>
<p class="pagebreak">{{ trans('beitritt.anweisung.1') }}</p> <div class="noprint">
<ul class="dotlist"> <p class="pagebreak">{{ trans('beitritt.anweisung.1') }}</p>
<li>{{ trans('beitritt.anweisung.2') }}</li> <ul class="dotlist">
<li>{{ trans('beitritt.anweisung.3') }}</li> <li>{{ trans('beitritt.anweisung.2') }}</li>
<li>{{ trans('beitritt.anweisung.4') }}</li> <li>{{ trans('beitritt.anweisung.3') }}</li>
</ul> <li>{{ trans('beitritt.anweisung.4') }}</li>
<p>{{ trans('beitritt.anweisung.5') }}</p> </ul>
<p>{{ trans('beitritt.anweisung.5') }}</p>
</div>
<p>{{ trans('beitritt.anweisung.6') }}</p> <p>{{ trans('beitritt.anweisung.6') }}</p>
<button type="button" class="btn btn-lg btn-primary noprint" onclick="window.print();">{{ trans('beitritt.anweisung.7') }}</button> <button type="button" class="btn btn-lg btn-primary noprint" onclick="window.print();">{{ trans('beitritt.anweisung.7') }}</button>
@endsection @endsection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment