Skip to content

Commit 05df5a4

Browse files
authored
Merge pull request #2154 from TechnologyEnhancedLearning/Develop/Fixes/TD-1943-Column-headings-missed-on-Cookie-Policy-and-aligning-aligning-the-header
TD-1943 removing a character that is not part of the cookies policy
2 parents 8772faf + 7f21f33 commit 05df5a4

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

DigitalLearningSolutions.Data.Migrations/2023090611401334_updateCookiePolicyContentHtml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
namespace DigitalLearningSolutions.Data.Migrations
99
{
10-
[Migration(202309221452)]
10+
[Migration(202310021452)]
1111

1212
public class UpdateCookiePolicyContentHtml : Migration
1313
{
1414
public override void Up()
1515
{
16-
var CookiePolicyContentHtml = Properties.Resources.TD_1943_CookiePolicyContentHtml;
16+
var CookiePolicyContentHtml = Properties.Resources.TD_1943_CookiesPolicy;
1717

1818
Execute.Sql(
1919
@"UPDATE Config SET ConfigText =N'" + CookiePolicyContentHtml + "' " +

DigitalLearningSolutions.Data.Migrations/Properties/Resources.Designer.cs

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DigitalLearningSolutions.Data.Migrations/Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@
304304
<data name="TD_1943_CookiePolicyContentHtmlOldRecord" type="System.Resources.ResXFileRef, System.Windows.Forms">
305305
<value>..\Resources\TD_1943_CookiePolicyContentHtmlOldRecord.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
306306
</data>
307-
<data name="TD_1943_CookiePolicyContentHtml" type="System.Resources.ResXFileRef, System.Windows.Forms">
308-
<value>..\Resources\TD_1943_CookiePolicyContentHtml.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
307+
<data name="TD_1943_CookiesPolicy" type="System.Resources.ResXFileRef, System.Windows.Forms">
308+
<value>..\Resources\TD_1943_CookiesPolicy.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
309309
</data>
310310
<data name="TD_2508_GetActivitiesForDelegateEnrolmentHiddenInLearningPortalTweak" type="System.Resources.ResXFileRef, System.Windows.Forms">
311311
<value>..\Scripts\TD-2508-GetActivitiesForDelegateEnrolmentHiddenInLearningPortalTweak.sql;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ When you close the browser (if you do not use the banner) or 1 year (if you use
115115
<p><a href=http://www.dls.nhs.uk/ data-cke-saved-href=http://www.dls.nhs.uk/ title=http://www.dls.nhs.uk>www.dls.nhs.uk</a></td>
116116
<td class="nhsuk-table__cell" data-label="Purpose" role="cell">
117117
<span class="nhsuk-table-responsive__heading">Purpose</span>
118-
<p>A custom cookie which remembers the centre chosen by the user. </p></td>
118+
<p>A custom cookie which remembers the centre chosen by the user.</p></td>
119119
<td class="nhsuk-table__cell" data-label="Expiry" role="cell"><span class="nhsuk-table-responsive__heading">Expiry</span>1 month</td>
120120
</tr>
121121
<tr class="nhsuk-table__row" role="row">

0 commit comments

Comments
 (0)