forked from tohe/wmdeit_kaform
Fixed: type=button
This commit is contained in:
parent
6e6a0a086a
commit
320ca7e40e
4
ka.php
4
ka.php
|
@ -251,7 +251,7 @@ Grund für abweichende kontoinhabende Person"></textarea>
|
||||||
<th>Datum</th>
|
<th>Datum</th>
|
||||||
<th>Beschreibung</th>
|
<th>Beschreibung</th>
|
||||||
<th>Betrag</th>
|
<th>Betrag</th>
|
||||||
<th>Währung</th>
|
<th>Belege</th>
|
||||||
<th>Löschen</th>
|
<th>Löschen</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -293,7 +293,7 @@ Grund für abweichende kontoinhabende Person"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<button onclick="downloadDocument(true);"
|
<button type="button" onclick="downloadDocument(true);"
|
||||||
class="button is-green">Antrag elektronisch direkt an WMDE schicken</button>
|
class="button is-green">Antrag elektronisch direkt an WMDE schicken</button>
|
||||||
|
|
||||||
<button type="button" onclick="downloadDocument(false);"
|
<button type="button" onclick="downloadDocument(false);"
|
||||||
|
|
Loading…
Reference in New Issue