Skip to content
Snippets Groups Projects
Commit dfc4dac4 authored by Eric Laufer's avatar Eric Laufer
Browse files

Bug #25

Bugmeldung #25
parent 9ad3b7e2
Branches
No related merge requests found
......@@ -64,7 +64,7 @@ class ZAHLUNG{
<label for="beispielFeldEmail1">Schnittstellenpasswort</label>
<input type="password" class="form-control">
</div>
<input type="submit" name="run[veri]" value="Verfizieren" class="btn btn-success btn-block">
<input type="submit" name="run[veri]" value="Verifizieren" class="btn btn-success btn-block">
</form>
';
return $aus_ver;
......@@ -82,9 +82,9 @@ class ZAHLUNG{
<label for="beispielFeldEmail1">Schnittstellenpasswort</label>
<input type="password" name="pass" class="form-control">
</div>';
if($this->art == 2){
if($this->art == 'aktiv_aus'){
$aus .= '<input type="submit" name="run[auszahlen]" value="Auszahlen" class="btn btn-block btn-success">';
}else{
}elseif($this->art == 'aktiv_ein'){
$aus .= '<input type="submit" name="run[einzahlen]" value="Einzahlen" class="btn btn-block btn-success">';
}
$aus .= '
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment