forked from tohe/wmdeit_kaform
Submit and Download button added
This commit is contained in:
parent
91769d6f33
commit
2027681e9a
30
ka.html
30
ka.html
|
@ -156,6 +156,7 @@
|
|||
</div>
|
||||
</div> <!-- is row -->
|
||||
|
||||
<br>
|
||||
|
||||
<div class="is-row">
|
||||
<div class="is-col is-70">
|
||||
|
@ -200,6 +201,22 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<table id="tabtab" class="is-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Auslagenart</th>
|
||||
<th>Datum</th>
|
||||
<th>Beschreibung</th>
|
||||
<th>Betrag</th>
|
||||
<th>Währung</th>
|
||||
<th>Löschen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="tabbody">
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="is-col">
|
||||
|
@ -207,8 +224,11 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
Hallo
|
||||
|
||||
<button onclick="addTableRow();"
|
||||
class="button is-green">Antrag elektronisch versenden</button>
|
||||
<button onclick="document.theform.submitButton.click();"
|
||||
class="button is-orange">Herunterladen</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -216,11 +236,7 @@
|
|||
<input type="submit" style="display:none" name="submitButton" />
|
||||
</form>
|
||||
|
||||
<button onclick="addTableRow();"
|
||||
class="button">Position hinzufügen</button>
|
||||
<button onclick="document.theform.submitButton.click();"
|
||||
class="button">Absenden</button>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Kube JS (optional if you are using Kube CSS only) -->
|
||||
|
|
|
@ -34,6 +34,12 @@ body {
|
|||
@include make-button(#00ff00, #fff);*/
|
||||
background-color:green;
|
||||
}
|
||||
.button.is-orange {
|
||||
/* // $back-color, $text-color
|
||||
@include make-button(#ffc000, #fff);*/
|
||||
background-color:orange;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
#de:checked~header :lang(en) { display: none; }
|
||||
|
|
Loading…
Reference in New Issue