Submit and Download button added

This commit is contained in:
7u83 2020-02-24 18:44:22 +00:00
parent 91769d6f33
commit 2027681e9a
2 changed files with 29 additions and 7 deletions

26
ka.html
View File

@ -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&auml;hrung</th>
<th>L&ouml;schen</th>
</tr>
</thead>
<tbody id="tabbody">
</tbody>
</table>
</fieldset>
</div>
<div class="is-col">
@ -207,7 +224,10 @@
</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,10 +236,6 @@
<input type="submit" style="display:none" name="submitButton" />
</form>
<button onclick="addTableRow();"
class="button">Position hinzuf&uuml;gen</button>
<button onclick="document.theform.submitButton.click();"
class="button">Absenden</button>

View File

@ -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; }