Kleine Korrekturen

master
Peter Fischer 2020-01-10 21:52:49 +01:00
parent 8e6ec11078
commit ff1cfccfc9
5 changed files with 4 additions and 5 deletions

View File

@ -1 +0,0 @@
{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"user":"peter","sessionuuid":"edde8ed9-4a80-43f3-9873-766b3394e0ee","cache":{"days":{}},"messages":[],"__lastAccess":1572794929468}

View File

@ -1 +0,0 @@
{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"user":"peter","sessionuuid":"dc6ab68b-afad-477b-b8dd-1cba470d2abf","cache":{"days":{}},"messages":[],"__lastAccess":1572797443301}

View File

@ -1 +0,0 @@
{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"user":"peter","sessionuuid":"f4a1d563-3409-4042-8a64-ffc2e1dfa12c","cache":{"days":{}},"messages":[],"__lastAccess":1572798472504}

View File

@ -111,6 +111,8 @@ html
option(value="2017") 2017
option(value="2018") 2018
option(value="2019") 2019
option(value="2020") 2020
option(value="2021") 2021
script.
var d = new Date();
var year = d.getFullYear();

View File

@ -5,7 +5,7 @@ html
include header
script(src='/javascripts/pfiswebsocket.js')
script(src='/templates/pcalimport_changes.js')
script(src='/templates/pentrymove_parishday.js')
script(src='/templates/pcal/pentry_clone_move_parishday.js')
script(src='/javascripts/runtime.js')
link(href="/stylesheets/style_week.css", rel="stylesheet")
style.
@ -288,7 +288,7 @@ html
elem.append('<span style="color: green;"><b>Diese Änderung wurde angenommen!</b></span>');
elem.show();
var html = pentrymove_parishday_template({day: data.day } );
var html = pentry_clone_move_parishday_template({day: data.day } );
var day_details = elem.closest('.pday_marker').closest('.tab-pane').find('.day_details');
day_details.empty();