Skip to content

Commit

Permalink
Merge pull request #4 from jeremy-farrance/fixes-and-conversions
Browse files Browse the repository at this point in the history
Fixes and conversions for 1.09.00 rc2?
  • Loading branch information
jeremy-farrance authored Sep 14, 2023
2 parents 0a75203 + 461f33d commit 42651d9
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 392 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,7 @@ $RECYCLE.BIN/
# DNN Logs
[Ww]ebsite/[Pp]ortals/_default/[Ll]ogs/
/MSBuildLog.txt

# these get compiled now from Module.scss
/Modules/UserManager/Module.css
/Modules/UserManager/Module.min.css
3 changes: 3 additions & 0 deletions Modules/UserManager/App_LocalResources/Index.resx
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,7 @@
<data name="Users.Text" xml:space="preserve">
<value>Users</value>
</data>
<data name="UserStatus.Text" xml:space="preserve">
<value>Status</value>
</data>
</root>
364 changes: 0 additions & 364 deletions Modules/UserManager/Module.css

This file was deleted.

4 changes: 2 additions & 2 deletions Modules/UserManager/Views/RolesManage/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
</a>
</th>
<th>@Localization.GetString("Users", @ResourceFile)</th>
<th style="text-align:center">@Localization.GetString("Auto", @ResourceFile)</th>
<th style="text-align:center">@Localization.GetString("Actions", @ResourceFile)</th>
<th class="text-center">@Localization.GetString("Auto", @ResourceFile)</th>
<th class="text-center">@Localization.GetString("Actions", @ResourceFile)</th>
</tr>
</thead>
<tbody>
Expand Down
Loading

0 comments on commit 42651d9

Please sign in to comment.