Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Untis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
AlekSIS®
Official
AlekSIS-App-Untis
Merge requests
!13
Resolve "Support import from MySQL"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Support import from MySQL"
4-support-import-from-mysql
into
master
Overview
3
Commits
62
Pipelines
0
Changes
3
Merged
Tom Teichler
requested to merge
4-support-import-from-mysql
into
master
5 years ago
Overview
3
Commits
62
Pipelines
0
Changes
3
Expand
Closes
#4 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
97ca02d4
Prev
Next
Show latest version
3 files
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
97ca02d4
Update template for XML import
· 97ca02d4
Jonathan Weth
authored
5 years ago
aleksis/apps/untis/templates/untis/
untis
_import.html
→
aleksis/apps/untis/templates/untis/
xml
_import.html
+
4
−
4
Options
@@ -5,7 +5,7 @@
{% load material_form i18n %}
{% block page_title %}{% blocktrans %}Import Untis data{% endblocktrans %}{% endblock %}
{% block page_title %}{% blocktrans %}Import Untis data
via XML
{% endblocktrans %}{% endblock %}
{% block content %}
@@ -14,9 +14,9 @@
Untis provides a function for exporting all data as an XML file.
{% endblocktrans %}
</p>
<div
class=
"alert
error
"
>
<div
class=
"alert
warning
"
>
<p>
<i
class=
"material-icons left"
>
error
</i>
<i
class=
"material-icons left"
>
warning
</i>
{% blocktrans %}
Newly imported data will be valid as of tomorrow.
{% endblocktrans %}
@@ -37,7 +37,7 @@
<form
method=
"post"
enctype=
"multipart/form-data"
>
{% csrf_token %}
{% form form=upload_form %}{% endform %}
{% include "core/save_button.html" %}
{% include "core/save_button.html"
with icon="import_export" caption=_("Import data")
%}
</form>
{% endblock %}
Loading