Skip to content

Commit c080004

Browse files
authored
Various Fixes (#156)
* Sprintf and un_htmlspecialchars Fixes #155 * 2022 Copyright year * Fixes #152
1 parent 7a5e441 commit c080004

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+72
-63
lines changed

css/helpdesk.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,27 +553,34 @@ dl.stats dd span, dl.stats dt span {
553553
}
554554

555555
/* Unread */
556-
.sd_unread_title,
557-
.sd_unread_content {
556+
.sd_unread_title {
558557
display: flex;
559558
min-height: 35px;
560559
flex-wrap: wrap;
561560
align-items: center;
562561
padding: 0 4px;
563562
}
563+
.sd_unread_content div.sd_unread_row {
564+
display: flex;
565+
min-height: 35px;
566+
flex-wrap: wrap;
567+
align-items: center;
568+
padding: 0 4px;
569+
}
570+
564571
.sd_unread_title span {
565572
flex-basis: auto;
566573
flex-grow: 1;
567574
}
568-
.sd_unread_content span {
575+
.sd_unread_content div.sd_unread_row span {
569576
flex-basis: auto;
570577
flex-shrink: 0;
571578
flex-grow: 1;
572579
}
573580

574581
@media screen and (max-width: 991px) {
575582
.sd_unread_title span:not(:nth-child(1), :nth-child(2), :nth-child(5)),
576-
.sd_unread_content span:not(:nth-child(1), :nth-child(2), :nth-child(5)) {
583+
.sd_unread_content div.sd_unread_row span:not(:nth-child(1), :nth-child(2), :nth-child(5)) {
577584
display: none;
578585
}
579586
}

install-sd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* An advanced help desk modification built on SMF *
66
***************************************************************
77
* *
8-
* * Copyright 2021 - SimpleDesk.net *
8+
* * Copyright 2022 - SimpleDesk.net *
99
* *
1010
* This file and its contents are subject to the license *
1111
* included with this distribution, license.txt, which *

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2019, SimpleDesk Team
1+
Copyright (c) 2010-2022, SimpleDesk Team
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

sd_language/SimpleDesk.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* An advanced help desk modification built on SMF *
66
***************************************************************
77
* *
8-
* * Copyright 2021 - SimpleDesk.net *
8+
* * Copyright 2022 - SimpleDesk.net *
99
* *
1010
* This file and its contents are subject to the license *
1111
* included with this distribution, license.txt, which *

sd_language/SimpleDeskAdmin.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* An advanced help desk modification built on SMF *
66
***************************************************************
77
* *
8-
* * Copyright 2021 - SimpleDesk.net *
8+
* * Copyright 2022 - SimpleDesk.net *
99
* *
1010
* This file and its contents are subject to the license *
1111
* included with this distribution, license.txt, which *

sd_language/SimpleDeskLogAction.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* An advanced help desk modification built on SMF *
66
***************************************************************
77
* *
8-
* * Copyright 2021 - SimpleDesk.net *
8+
* * Copyright 2022 - SimpleDesk.net *
99
* *
1010
* This file and its contents are subject to the license *
1111
* included with this distribution, license.txt, which *

sd_language/SimpleDeskNotifications.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* An advanced help desk modification built on SMF *
66
***************************************************************
77
* *
8-
* * Copyright 2021 - SimpleDesk.net *
8+
* * Copyright 2022 - SimpleDesk.net *
99
* *
1010
* This file and its contents are subject to the license *
1111
* included with this distribution, license.txt, which *

sd_language/SimpleDeskPermissions.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* An advanced help desk modification built on SMF *
66
***************************************************************
77
* *
8-
* * Copyright 2021 - SimpleDesk.net *
8+
* * Copyright 2022 - SimpleDesk.net *
99
* *
1010
* This file and its contents are subject to the license *
1111
* included with this distribution, license.txt, which *

sd_language/SimpleDeskProfile.english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* An advanced help desk modification built on SMF *
66
***************************************************************
77
* *
8-
* * Copyright 2021 - SimpleDesk.net *
8+
* * Copyright 2022 - SimpleDesk.net *
99
* *
1010
* This file and its contents are subject to the license *
1111
* included with this distribution, license.txt, which *

0 commit comments

Comments
 (0)