diff --git a/lib/calcms/auth.pm b/lib/calcms/auth.pm
index 6fbc270..50c499b 100644
--- a/lib/calcms/auth.pm
+++ b/lib/calcms/auth.pm
@@ -246,7 +246,7 @@ sub show_login_form ($$) {
if ( ( $user ne '' ) && ( $message ne '' ) ) {
$requestReset = qq{
- Passwort vergessen?
+ Passwort vergessen?
};
}
diff --git a/lib/calcms/password_requests.pm b/lib/calcms/password_requests.pm
index 1060069..e94d157 100644
--- a/lib/calcms/password_requests.pm
+++ b/lib/calcms/password_requests.pm
@@ -155,7 +155,7 @@ sub sendToken ($$) {
$entry->{token} = Session::Token->new->get;
my $baseUrl = $config->{locations}->{source_base_url} . $config->{locations}->{editor_base_url};
- my $url = $baseUrl . "/requestPassword.cgi?token=" . $entry->{token};
+ my $url = $baseUrl . "/request-password.cgi?token=" . $entry->{token};
my $content = "Hi,$user->{full_name}\n\n";
$content .= "Someone just tried to reset your password for $baseUrl.\n\n";
$content .= "If you like to set a new password, please follow the link below\n";
diff --git a/website/agenda/planung/assign_series.cgi b/website/agenda/planung/assign-series.cgi
similarity index 99%
rename from website/agenda/planung/assign_series.cgi
rename to website/agenda/planung/assign-series.cgi
index f80499a..8de15c6 100755
--- a/website/agenda/planung/assign_series.cgi
+++ b/website/agenda/planung/assign-series.cgi
@@ -238,7 +238,7 @@ sub check_params {
$checked->{studio_id} = -1;
}
- $checked->{template} = template::check( $config, $params->{template}, 'assign_series' );
+ $checked->{template} = template::check( $config, $params->{template}, 'assign-series' );
return $checked;
}
diff --git a/website/agenda/planung/audio_recordings.cgi b/website/agenda/planung/audio-recordings.cgi
similarity index 98%
rename from website/agenda/planung/audio_recordings.cgi
rename to website/agenda/planung/audio-recordings.cgi
index 4e5541a..b4c4433 100755
--- a/website/agenda/planung/audio_recordings.cgi
+++ b/website/agenda/planung/audio-recordings.cgi
@@ -90,8 +90,8 @@ template::process( $config, 'print', template::check( $config, 'default.html' ),
exit unless uac::check( $config, $params, $user_presets ) == 1;
print q{
-
-
+
+
} unless (params::isJson);
my $permissions = $request->{permissions};
@@ -557,7 +557,7 @@ sub check_params {
my $checked = {};
$checked->{error} = '';
$checked->{template} =
- template::check( $config, $params->{template}, 'upload_audio_recordings' );
+ template::check( $config, $params->{template}, 'upload-audio-recordings' );
#print Dumper($params);
#numeric values
diff --git a/website/agenda/planung/comment.cgi b/website/agenda/planung/comment.cgi
index 0ec88a9..cbf3683 100755
--- a/website/agenda/planung/comment.cgi
+++ b/website/agenda/planung/comment.cgi
@@ -254,7 +254,7 @@ sub check_params {
#template
my $template = '';
if ( defined $checked->{action} ) {
- $template = template::check( $config, $params->{template}, 'edit_comment' )
+ $template = template::check( $config, $params->{template}, 'edit-comment' )
if $checked->{action} eq 'showComment';
} else {
$template = template::check( $config, $params->{template}, 'comments' );
diff --git a/website/agenda/planung/create_events.cgi b/website/agenda/planung/create-events.cgi
similarity index 99%
rename from website/agenda/planung/create_events.cgi
rename to website/agenda/planung/create-events.cgi
index 6150ce9..296507d 100755
--- a/website/agenda/planung/create_events.cgi
+++ b/website/agenda/planung/create-events.cgi
@@ -232,7 +232,7 @@ sub check_params {
$checked->{studio_id} = -1;
}
- $checked->{template} = template::check( $config, $params->{template}, 'create_events' );
+ $checked->{template} = template::check( $config, $params->{template}, 'create-events' );
return $checked;
}
diff --git a/website/agenda/planung/css/audio_recordings.css b/website/agenda/planung/css/audio-recordings.css
similarity index 100%
rename from website/agenda/planung/css/audio_recordings.css
rename to website/agenda/planung/css/audio-recordings.css
diff --git a/website/agenda/planung/css/list_series.css b/website/agenda/planung/css/list-series.css
similarity index 100%
rename from website/agenda/planung/css/list_series.css
rename to website/agenda/planung/css/list-series.css
diff --git a/website/agenda/planung/css/studio_timeslots.css b/website/agenda/planung/css/studio-timeslots.css
similarity index 100%
rename from website/agenda/planung/css/studio_timeslots.css
rename to website/agenda/planung/css/studio-timeslots.css
diff --git a/website/agenda/planung/css/wiki_preview.css b/website/agenda/planung/css/wiki_preview.css
deleted file mode 100644
index a4caa26..0000000
--- a/website/agenda/planung/css/wiki_preview.css
+++ /dev/null
@@ -1,4 +0,0 @@
-form table {
- margin: 6px;
- padding: 6px;
-}
\ No newline at end of file
diff --git a/website/agenda/planung/css/work_time.css b/website/agenda/planung/css/work-time.css
similarity index 100%
rename from website/agenda/planung/css/work_time.css
rename to website/agenda/planung/css/work-time.css
diff --git a/website/agenda/planung/event_history.cgi b/website/agenda/planung/event-history.cgi
similarity index 98%
rename from website/agenda/planung/event_history.cgi
rename to website/agenda/planung/event-history.cgi
index 8906514..7ddf21f 100755
--- a/website/agenda/planung/event_history.cgi
+++ b/website/agenda/planung/event-history.cgi
@@ -115,9 +115,9 @@ sub show_history {
}
#print STDERR Dumper($params);
- $params->{loc} = localization::get( $config, { user => $params->{presets}->{user}, file => 'event_history' } );
+ $params->{loc} = localization::get( $config, { user => $params->{presets}->{user}, file => 'event-history' } );
- template::process( $config, 'print', template::check( $config, 'event_history' ), $params );
+ template::process( $config, 'print', template::check( $config, 'event-history' ), $params );
}
#show existing event history
@@ -250,7 +250,7 @@ sub check_params {
my $checked = {};
my $template = '';
- $checked->{template} = template::check( $config, $params->{template}, 'event_history' );
+ $checked->{template} = template::check( $config, $params->{template}, 'event-history' );
my $debug = $params->{debug} || '';
if ( $debug =~ /([a-z\_\,]+)/ ) {
diff --git a/website/agenda/planung/event.cgi b/website/agenda/planung/event.cgi
index 69a2e28..6467b9a 100755
--- a/website/agenda/planung/event.cgi
+++ b/website/agenda/planung/event.cgi
@@ -312,7 +312,7 @@ sub show_event {
#print STDERR Dumper($params);
$params->{loc} = localization::get( $config, { user => $params->{presets}->{user}, file => 'event' } );
- template::process( $config, 'print', template::check( $config, 'edit_event' ), $params );
+ template::process( $config, 'print', template::check( $config, 'edit-event' ), $params );
}
sub getJson {
@@ -456,7 +456,7 @@ sub show_new_event {
}
$params->{loc} = localization::get( $config, { user => $params->{presets}->{user}, file => 'event,comment' } );
- template::process( $config, 'print', template::check( $config, 'edit_event' ), $params );
+ template::process( $config, 'print', template::check( $config, 'edit-event' ), $params );
#print '
'.Dumper($params).'
';
}
diff --git a/website/agenda/planung/image-upload.cgi b/website/agenda/planung/image-upload.cgi
index 142ff96..5938053 100755
--- a/website/agenda/planung/image-upload.cgi
+++ b/website/agenda/planung/image-upload.cgi
@@ -286,7 +286,7 @@ sub get_filename {
sub check_filename {
my $filename = shift;
- my @valid_extensions = ( 'png', 'jpeg', 'jpg', 'gif', 'pdf', 'txt', 'bmp', 'ps', 'eps', 'wmf' );
+ my @valid_extensions = ( 'png', 'jpeg', 'jpg', 'gif', 'pdf', 'txt', 'bmp', 'ps', 'eps', 'wmf', 'svg' );
if ( $filename =~ /\.([a-zA-Z]{3,5})$/ ) {
my $extension = lc $1;
unless ( grep( /$extension/, @valid_extensions ) ) {
diff --git a/website/agenda/planung/image.cgi b/website/agenda/planung/image.cgi
index 14a7f3e..d6d8247 100755
--- a/website/agenda/planung/image.cgi
+++ b/website/agenda/planung/image.cgi
@@ -65,7 +65,7 @@ $headerParams->{loc} = localization::get( $config, { user => $user, file => 'men
if ( $params->{search} ) {
template::process( $config, 'print', template::check( $config, 'default.html' ), $headerParams );
} else {
- template::process( $config, 'print', template::check( $config, 'ajax_header.html' ), $headerParams );
+ template::process( $config, 'print', template::check( $config, 'ajax-header.html' ), $headerParams );
}
return unless uac::check( $config, $params, $user_presets ) == 1;
@@ -241,7 +241,7 @@ sub show_image {
#set global values for update and delete, per image values are evaluated later
$template_params->{allow}->{update_image} =
- $template_params->{allow}->{update_image_own} || $template_params->{allow}->{seriesupdate_image_others};
+ $template_params->{allow}->{update_image_own} || $template_params->{allow}->{update_image_others};
$template_params->{allow}->{delete_image} =
$template_params->{allow}->{delete_image_own} || $template_params->{allow}->{delete_image_others};
template::process( $config, 'print', $params->{template}, $template_params );
diff --git a/website/agenda/planung/js/audio_recordings.js b/website/agenda/planung/js/audio-recordings.js
similarity index 99%
rename from website/agenda/planung/js/audio_recordings.js
rename to website/agenda/planung/js/audio-recordings.js
index 670c117..b3c9c79 100644
--- a/website/agenda/planung/js/audio_recordings.js
+++ b/website/agenda/planung/js/audio-recordings.js
@@ -57,7 +57,7 @@ function uploadFile(uploadButton){
hideError();
showProgress();
var request=$.ajax({
- url: 'audio_recordings.cgi',
+ url: 'audio-recordings.cgi',
type: 'POST',
data: new FormData($('#audio_recordings_upload')[0]),
cache: false,
diff --git a/website/agenda/planung/js/calendar.js b/website/agenda/planung/js/calendar.js
index a4c5861..d843353 100644
--- a/website/agenda/planung/js/calendar.js
+++ b/website/agenda/planung/js/calendar.js
@@ -1023,7 +1023,7 @@ function handleWorktime(id, event){
if (schedule_id<0) return;
var start_date=$(this).attr("start");
- var url="work_time.cgi?action=show_new_event_from_schedule&project_id="+project_id+"&studio_id="+studio_id+"&schedule_id="+schedule_id+"&start_date="+start_date;
+ var url="work-time.cgi?action=show_new_event_from_schedule&project_id="+project_id+"&studio_id="+studio_id+"&schedule_id="+schedule_id+"&start_date="+start_date;
if(event.which==1){
load(url);
}
diff --git a/website/agenda/planung/js/edit_event.js b/website/agenda/planung/js/edit-event.js
similarity index 100%
rename from website/agenda/planung/js/edit_event.js
rename to website/agenda/planung/js/edit-event.js
diff --git a/website/agenda/planung/js/edit_image.js b/website/agenda/planung/js/edit-image.js
similarity index 100%
rename from website/agenda/planung/js/edit_image.js
rename to website/agenda/planung/js/edit-image.js
diff --git a/website/agenda/planung/js/edit_series.js b/website/agenda/planung/js/edit-series.js
similarity index 100%
rename from website/agenda/planung/js/edit_series.js
rename to website/agenda/planung/js/edit-series.js
diff --git a/website/agenda/planung/js/image_upload.js b/website/agenda/planung/js/image-upload.js
similarity index 96%
rename from website/agenda/planung/js/image_upload.js
rename to website/agenda/planung/js/image-upload.js
index 6518b2c..c036d17 100644
--- a/website/agenda/planung/js/image_upload.js
+++ b/website/agenda/planung/js/image-upload.js
@@ -27,7 +27,7 @@ function uploadImage(){
//remove existing image from list
$('#imageList div.images #img_'+image_id).remove();
- var url='show-image.cgi?project_id='+getProjectId()+'&studioId='+getStudioId()+'&type=icon&filename='+filename;
+ var url='show-image.cgi?project_id='+getProjectId()+'&studio_id='+getStudioId()+'&type=icon&filename='+filename;
var html = '{'allow'}->{$permission} = $request->{permissions}->{$permission};
}
- $params->{loc} = localization::get( $config, { user => $params->{presets}->{user}, file => 'notify_events' } );
+ $params->{loc} = localization::get( $config, { user => $params->{presets}->{user}, file => 'notify-events' } );
template::process( $config, 'print', $params->{template}, $params );
}
@@ -242,7 +242,7 @@ sub check_params {
my $checked = {};
my $template = '';
- $checked->{template} = template::check( $config, $params->{template}, 'notify_events' );
+ $checked->{template} = template::check( $config, $params->{template}, 'notify-events' );
my $debug = $params->{debug} || '';
if ( $debug =~ /([a-z\_\,]+)/ ) {
diff --git a/website/agenda/planung/pot/de/audio_recordings.po b/website/agenda/planung/pot/de/audio-recordings.po
similarity index 100%
rename from website/agenda/planung/pot/de/audio_recordings.po
rename to website/agenda/planung/pot/de/audio-recordings.po
diff --git a/website/agenda/planung/pot/de/create_events.po b/website/agenda/planung/pot/de/create-events.po
similarity index 100%
rename from website/agenda/planung/pot/de/create_events.po
rename to website/agenda/planung/pot/de/create-events.po
diff --git a/website/agenda/planung/pot/de/event_history.po b/website/agenda/planung/pot/de/event-history.po
similarity index 100%
rename from website/agenda/planung/pot/de/event_history.po
rename to website/agenda/planung/pot/de/event-history.po
diff --git a/website/agenda/planung/pot/de/notify_events.po b/website/agenda/planung/pot/de/notify-events.po
similarity index 100%
rename from website/agenda/planung/pot/de/notify_events.po
rename to website/agenda/planung/pot/de/notify-events.po
diff --git a/website/agenda/planung/pot/de/selectEvent.po b/website/agenda/planung/pot/de/select-event.po
similarity index 100%
rename from website/agenda/planung/pot/de/selectEvent.po
rename to website/agenda/planung/pot/de/select-event.po
diff --git a/website/agenda/planung/pot/de/selectSeries.po b/website/agenda/planung/pot/de/select-series.po
similarity index 100%
rename from website/agenda/planung/pot/de/selectSeries.po
rename to website/agenda/planung/pot/de/select-series.po
diff --git a/website/agenda/planung/pot/de/studio_timeslots.po b/website/agenda/planung/pot/de/studio-timeslots.po
similarity index 100%
rename from website/agenda/planung/pot/de/studio_timeslots.po
rename to website/agenda/planung/pot/de/studio-timeslots.po
diff --git a/website/agenda/planung/pot/de/user_settings.po b/website/agenda/planung/pot/de/user-settings.po
similarity index 100%
rename from website/agenda/planung/pot/de/user_settings.po
rename to website/agenda/planung/pot/de/user-settings.po
diff --git a/website/agenda/planung/pot/de/user_stats.po b/website/agenda/planung/pot/de/user-stats.po
similarity index 100%
rename from website/agenda/planung/pot/de/user_stats.po
rename to website/agenda/planung/pot/de/user-stats.po
diff --git a/website/agenda/planung/pot/de/work_time.po b/website/agenda/planung/pot/de/work-time.po
similarity index 100%
rename from website/agenda/planung/pot/de/work_time.po
rename to website/agenda/planung/pot/de/work-time.po
diff --git a/website/agenda/planung/pot/en/audio_recordings.po b/website/agenda/planung/pot/en/audio-recordings.po
similarity index 100%
rename from website/agenda/planung/pot/en/audio_recordings.po
rename to website/agenda/planung/pot/en/audio-recordings.po
diff --git a/website/agenda/planung/pot/en/create_events.po b/website/agenda/planung/pot/en/create-events.po
similarity index 100%
rename from website/agenda/planung/pot/en/create_events.po
rename to website/agenda/planung/pot/en/create-events.po
diff --git a/website/agenda/planung/pot/en/event_history.po b/website/agenda/planung/pot/en/event-history.po
similarity index 100%
rename from website/agenda/planung/pot/en/event_history.po
rename to website/agenda/planung/pot/en/event-history.po
diff --git a/website/agenda/planung/pot/en/notify_events.po b/website/agenda/planung/pot/en/notify-events.po
similarity index 100%
rename from website/agenda/planung/pot/en/notify_events.po
rename to website/agenda/planung/pot/en/notify-events.po
diff --git a/website/agenda/planung/pot/en/selectEvent.po b/website/agenda/planung/pot/en/select-event.po
similarity index 100%
rename from website/agenda/planung/pot/en/selectEvent.po
rename to website/agenda/planung/pot/en/select-event.po
diff --git a/website/agenda/planung/pot/en/selectSeries.po b/website/agenda/planung/pot/en/select-series.po
similarity index 100%
rename from website/agenda/planung/pot/en/selectSeries.po
rename to website/agenda/planung/pot/en/select-series.po
diff --git a/website/agenda/planung/pot/en/studio_timeslots.po b/website/agenda/planung/pot/en/studio-timeslots.po
similarity index 100%
rename from website/agenda/planung/pot/en/studio_timeslots.po
rename to website/agenda/planung/pot/en/studio-timeslots.po
diff --git a/website/agenda/planung/pot/en/user_settings.po b/website/agenda/planung/pot/en/user-settings.po
similarity index 100%
rename from website/agenda/planung/pot/en/user_settings.po
rename to website/agenda/planung/pot/en/user-settings.po
diff --git a/website/agenda/planung/pot/en/user_stats.po b/website/agenda/planung/pot/en/user-stats.po
similarity index 100%
rename from website/agenda/planung/pot/en/user_stats.po
rename to website/agenda/planung/pot/en/user-stats.po
diff --git a/website/agenda/planung/pot/en/work_time.po b/website/agenda/planung/pot/en/work-time.po
similarity index 100%
rename from website/agenda/planung/pot/en/work_time.po
rename to website/agenda/planung/pot/en/work-time.po
diff --git a/website/agenda/planung/requestPassword.cgi b/website/agenda/planung/request-password.cgi
similarity index 99%
rename from website/agenda/planung/requestPassword.cgi
rename to website/agenda/planung/request-password.cgi
index 717a207..00ede19 100755
--- a/website/agenda/planung/requestPassword.cgi
+++ b/website/agenda/planung/request-password.cgi
@@ -143,7 +143,7 @@ sub check_params {
my $checked = {};
#my $template = '';
- #$checked->{template} = template::check($config, $params->{template}, 'requestPassword' );
+ #$checked->{template} = template::check($config, $params->{template}, 'request-password' );
my $debug = $params->{debug} || '';
if ( $debug =~ /([a-z\_\,]+)/ ) {
diff --git a/website/agenda/planung/select-event.cgi b/website/agenda/planung/select-event.cgi
index a022987..0116ff0 100755
--- a/website/agenda/planung/select-event.cgi
+++ b/website/agenda/planung/select-event.cgi
@@ -49,7 +49,7 @@ $request = uac::prepare_request( $request, $user_presets );
$params = $request->{params}->{checked};
$params = uac::set_template_permissions( $request->{permissions}, $params );
-$params->{loc} = localization::get( $config, { user => $user, file => 'selectEvent' } );
+$params->{loc} = localization::get( $config, { user => $user, file => 'select-event' } );
#process header
print "Content-type:text/html; charset=UTF-8;\n\n";
@@ -172,7 +172,7 @@ sub check_params {
$checked->{studio_id} = -1;
}
- $checked->{template} = template::check( $config, $params->{template}, 'selectEvent' );
+ $checked->{template} = template::check( $config, $params->{template}, 'select-event' );
return $checked;
}
diff --git a/website/agenda/planung/select-series.cgi b/website/agenda/planung/select-series.cgi
index ca468b0..d8d282b 100755
--- a/website/agenda/planung/select-series.cgi
+++ b/website/agenda/planung/select-series.cgi
@@ -48,7 +48,7 @@ $request = uac::prepare_request( $request, $user_presets );
$params = $request->{params}->{checked};
$params = uac::set_template_permissions( $request->{permissions}, $params );
-$params->{loc} = localization::get( $config, { user => $user, file => 'selectSeries' } );
+$params->{loc} = localization::get( $config, { user => $user, file => 'select-series' } );
#process header
print "Content-type:text/html; charset=UTF-8;\n\n";
@@ -149,7 +149,7 @@ sub check_params {
$checked->{studio_id} = -1;
}
- $checked->{template} = template::check( $config, $params->{template}, 'selectSeries' );
+ $checked->{template} = template::check( $config, $params->{template}, 'select-series' );
return $checked;
}
diff --git a/website/agenda/planung/series.cgi b/website/agenda/planung/series.cgi
index 8577738..6c8a03c 100755
--- a/website/agenda/planung/series.cgi
+++ b/website/agenda/planung/series.cgi
@@ -102,12 +102,12 @@ $config->{access}->{write} = 0;
#print STDERR "show_series\n";
if ( defined $params->{series_id} ) {
- print q{} unless params::isJson();
+ print q{} unless params::isJson();
show_series( $config, $request );
} else {
print q{
-
-
+
+
} unless params::isJson();
list_series( $config, $request );
}
@@ -1262,7 +1262,7 @@ sub check_params {
}
if ( defined $checked->{series_id} ) {
- $checked->{template} = template::check( $config, $params->{template}, 'edit_series' );
+ $checked->{template} = template::check( $config, $params->{template}, 'edit-series' );
} else {
$checked->{template} = template::check( $config, $params->{template}, 'series' );
}
diff --git a/website/agenda/planung/show-playout.cgi b/website/agenda/planung/show-playout.cgi
index 649544a..5999271 100755
--- a/website/agenda/planung/show-playout.cgi
+++ b/website/agenda/planung/show-playout.cgi
@@ -137,7 +137,7 @@ sub check_params {
my $checked = {};
$checked->{error} = '';
- $checked->{template} = template::check( $config, $params->{template}, 'show_playout' );
+ $checked->{template} = template::check( $config, $params->{template}, 'show-playout' );
#numeric values
for my $param ( 'project_id', 'studio_id', 'default_studio_id', 'series_id', 'event_id', 'id' )
diff --git a/website/agenda/planung/studio_timeslots.cgi b/website/agenda/planung/studio-timeslots.cgi
similarity index 97%
rename from website/agenda/planung/studio_timeslots.cgi
rename to website/agenda/planung/studio-timeslots.cgi
index 78bc9ca..dad699a 100755
--- a/website/agenda/planung/studio_timeslots.cgi
+++ b/website/agenda/planung/studio-timeslots.cgi
@@ -78,9 +78,9 @@ if ( $action eq 'show_dates' ) {
-
+
-
+
};
}
@@ -208,7 +208,7 @@ sub showTimeslotSchedule {
}
$params->{loc} =
- localization::get( $config, { user => $params->{presets}->{user}, file => 'all,studio_timeslots' } );
+ localization::get( $config, { user => $params->{presets}->{user}, file => 'all,studio-timeslots' } );
my $studio_id = $params->{studio_id};
my $project_id = $params->{project_id};
@@ -310,7 +310,7 @@ sub showDates {
);
$params->{loc} =
- localization::get( $config, { user => $params->{presets}->{user}, file => 'all,studio_timeslots' } );
+ localization::get( $config, { user => $params->{presets}->{user}, file => 'all,studio-timeslots' } );
my $language = $params->{loc}->{region};
# translate weekday names to selected language
@@ -355,7 +355,7 @@ sub showDates {
$params->{$key} = $result->{$key};
}
- my $template = template::check( $config, 'studio_timeslot_dates' );
+ my $template = template::check( $config, 'studio-timeslot-dates' );
template::process( $config, 'print', $template, $params );
}
@@ -399,7 +399,7 @@ sub check_params {
$checked->{studio_id} = -1;
}
- $checked->{template} = template::check( $config, $params->{template}, 'studio_timeslots' );
+ $checked->{template} = template::check( $config, $params->{template}, 'studio-timeslots' );
for my $param ('frequency') {
if ( ( defined $params->{$param} ) && ( $params->{$param} =~ /(\d+)/ ) ) {
diff --git a/website/agenda/planung/templates/ajax_header.html b/website/agenda/planung/templates/ajax-header.html
similarity index 100%
rename from website/agenda/planung/templates/ajax_header.html
rename to website/agenda/planung/templates/ajax-header.html
diff --git a/website/agenda/planung/templates/assign_series.html b/website/agenda/planung/templates/assign-series.html
similarity index 94%
rename from website/agenda/planung/templates/assign_series.html
rename to website/agenda/planung/templates/assign-series.html
index e562c31..ff93f0b 100644
--- a/website/agenda/planung/templates/assign_series.html
+++ b/website/agenda/planung/templates/assign-series.html
@@ -17,7 +17,7 @@
$('#assignments_form input[name="series_id"]').val(series_id);
//console.log(project_id+" "+studio_id+" "+series_id);
- var url="assign_series.cgi?project_id="+project_id+'&studio_id='+studio_id+'&series_id='+series_id+'&action=assign_series';
+ var url="assign-series.cgi?project_id="+project_id+'&studio_id='+studio_id+'&series_id='+series_id+'&action=assign_series';
//console.log(url);
$('#assignments_form').submit();
return false;
@@ -45,7 +45,7 @@
-