Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-FiBu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Katharineum zu Lübeck
AlekSIS-App-FiBu
Commits
2d12b2a1
Commit
2d12b2a1
authored
5 years ago
by
Frank Poetzsch-Heffter
Browse files
Options
Downloads
Patches
Plain Diff
costcenter form in new layout
parent
7fa1d860
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
biscuit/apps/fibu/templates/fibu/booking/check.html
+5
-3
5 additions, 3 deletions
biscuit/apps/fibu/templates/fibu/booking/check.html
biscuit/apps/fibu/templates/fibu/index.html
+2
-1
2 additions, 1 deletion
biscuit/apps/fibu/templates/fibu/index.html
with
7 additions
and
4 deletions
biscuit/apps/fibu/templates/fibu/booking/check.html
+
5
−
3
View file @
2d12b2a1
...
...
@@ -10,7 +10,7 @@
<th>
Antragsteller
</th>
<th>
Anschaffungswunsch
</th>
<th>
Geplante Kosten
</th>
<th>
Zugeordnete Kostenstelle
</th>
<th>
Buchungskonto
</th>
<th>
Aktionen
</th>
</tr>
</thead>
...
...
@@ -26,8 +26,9 @@
{% for booking in filter.qs %}
<tr>
<form
method=
"POST"
>
<form
method=
"POST"
action=
""
>
{% csrf_token %}
<input
type=
"hidden"
value=
"{{ booking.id }}"
name=
"booking-id"
>
{% if booking.status
<
2
%}
<
td
>
{{ booking.contact }}
</td>
...
...
@@ -41,9 +42,10 @@
class=
"waves-effect waves-light btn-flat btn-flat-medium"
title=
"Annehmen"
>
<i
class=
"material-icons center green-text"
>
check_circle
</i>
</button>
{% endif %}
{% if booking.status
<
3
%}
<
button
type=
"submit"
name=
"deny"
<
button
type=
"submit"
name=
"deny"
value=
"Blubb"
class=
"waves-effect waves-light btn-flat btn-flat-medium"
title=
"Ablehnen"
>
<i
class=
"material-icons center red-text"
>
not_interested
</i>
</button>
...
...
This diff is collapsed.
Click to expand it.
biscuit/apps/fibu/templates/fibu/index.html
+
2
−
1
View file @
2d12b2a1
...
...
@@ -24,7 +24,8 @@
{% form form=form %}
{% part form.planned_amount prefix %}
<i
class=
"material-icons prefix"
>
euro_symbol
</i>
{% endpart %}
{% endform %}
</div>
{% endform %}
</div>
<div
class=
"modal-footer"
>
<button
type=
"submit"
class=
"waves-effect waves-light btn green"
>
<i
class=
"material-icons left"
>
send
</i>
Antrag stellen
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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