Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

782 by Inlead: Added ding_billetexpressen_import module. #581

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ding_billetexpressen_import/README.md
@@ -0,0 +1,7 @@
# Ding Billetexpressen import

### Configuration
Go to _admin/config/ding/billetexpressen_ page and add import mapping and url.

### Usage
Go to _import/billetexpressen_events_ page to start import.
@@ -0,0 +1,12 @@
a.ding-billetexpressen-ticket,
div.ding-billetexpressen-ticket {
margin-left: 0;
margin-bottom: 20px;
}

.page-import-billetexpressen-events form#feeds-import-form {
margin-top: 20px;
background-color: white;
margin-left: 10px;
padding: 10px;
}