Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMS-SUEE_2.0
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Laufer
VMS-SUEE_2.0
Commits
dfc4dac4
Commit
dfc4dac4
authored
5 years ago
by
Eric Laufer
Browse files
Options
Downloads
Patches
Plain Diff
Bug
#25
Bugmeldung
#25
parent
9ad3b7e2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/class/zahlung.class.php
+3
-3
3 additions, 3 deletions
lib/class/zahlung.class.php
with
3 additions
and
3 deletions
lib/class/zahlung.class.php
+
3
−
3
View file @
dfc4dac4
...
...
@@ -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="Ver
i
fizieren" 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
{
}
else
if
(
$this
->
art
==
'aktiv_ein'
)
{
$aus
.
=
'<input type="submit" name="run[einzahlen]" value="Einzahlen" class="btn btn-block btn-success">'
;
}
$aus
.
=
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment