Removed PayPal and fixed some typos

This commit is contained in:
7u83 2020-03-06 09:17:08 +00:00
parent acc293a3d6
commit 7245bfc0aa
1 changed files with 15 additions and 15 deletions

30
ka.php
View File

@ -92,15 +92,15 @@
<nav class="tabs" data-kube="tabs" data-equal="false">
<a href="#bank-eu" class="is-active">Banküberweisung</a>
<a href="#bank-noneu">Banküberweisung(Non-EU)</a>
<a href="#bank-paypal">PayPal</a>
<a href="#bank-noneu">Banküberweisung (Non-EU)</a>
<!-- <a href="#bank-paypal">PayPal</a>
<a href="#bank-bar">Barauszahlung</a>
</nav>
--> </nav>
<section id="bank-eu">
<div class="is-row">
<div class="is-col">
<input type="input" size="32" name="Owner" placeholder="Kontoinhaberin" />
<input type="input" size="32" name="Owner" placeholder="Kontoinhabende Person" />
</div>
<div class="is-col">
</div>
@ -121,8 +121,8 @@
<!-- <input type="input" size="32" id="purpose" name="purpose" placeholder="Verwendungszweck" /> -->
<textarea id="comments" name="comments"
style="resize:both;" cols="32" rows="4" placeholder="Weitere Anmerkungen
z.B. intermdiäre Bank,
Grund für abweichende Kontoinhaberin"></textarea>
z.B. intermediäre Bank,
Grund für abweichende Kontoinhbende Person"></textarea>
@ -133,7 +133,7 @@ Grund für abweichende Kontoinhaberin"></textarea>
<section id="bank-noneu">
<div class="is-row">
<div class="is-col">
<input type="input" size="32" name="Owner" placeholder="Kontoinhaberin" />
<input type="input" size="32" name="Owner" placeholder="Kontoinhabende Person" />
</div>
<div class="is-col">
</div>
@ -154,9 +154,9 @@ Grund für abweichende Kontoinhaberin"></textarea>
<input class="EU nonEU" type="input" size="32" id="n_bank" name="n_bankname" placeholder="Name der Bank*" />
<br>
<textarea class="nonEU" name="n_bankaddress" id="n_bankaddress" style="resize:both;" cols="32" rows="4" placeholder="Adresse der Bank (Strasse und Hausnummer/Postleitzahl/Land)"></textarea>
<textarea class="nonEU" name="n_bankaddress" id="n_bankaddress" style="resize:both;" cols="32" rows="4" placeholder="Adresse der Bank (Stra&szlig;e und Hausnummer/Postleitzahl/Land)"></textarea>
<br>
<textarea name="n_address" lang="de" class="nonEU" id="n_address" style="resize:both;" cols="32" rows="4" placeholder="Deine Anschrift (Srtasse und Hausnummer/Postleitzahl/Land)
<textarea name="n_address" lang="de" class="nonEU" id="n_address" style="resize:both;" cols="32" rows="4" placeholder="Deine Anschrift (Srta&szlig;e und Hausnummer/Postleitzahl/Land)
"></textarea>
<br>
@ -165,20 +165,20 @@ Grund für abweichende Kontoinhaberin"></textarea>
<!-- <input type="input" size="32" id="n_purpose" name="n_purpose" placeholder="Verwendungszweck" /> -->
<textarea id="n_comments" name="n_comments"
style="resize:both;" cols="32" rows="4" placeholder="Weitere Anmerkungen
z.B. intermdiäre Bank,
Grund für abweichende Kontoinhaberin"></textarea>
z.B. intermediäre Bank,
Grund für abweichende Kontoinhabende Person"></textarea>
</section>
<section id="bank-paypal">
<!-- <section id="bank-paypal">
<input name="paypal" type="input" size="32"
id="paypal" placeholder="Dein PayPal Account (paypal@example.com)" />
</section>
<section id="bank-bar">
</section>
</section> -->
<!-- <section id="bank-bar">
</section> -->