Skip to content

Commit

Permalink
Minor fix and release
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Apr 25, 2018
1 parent d69d0b8 commit 581f354
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 43 deletions.
2 changes: 1 addition & 1 deletion DNNEurope.LocalizationEditor.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<Name>System.Data</Name>
<Private>False</Private>
</Reference>
<Reference Include="System.Net.Http, Version=4.7.2556.0 built by: NET471REL1 built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Reference Include="System.Net.Http, Version=4.7.2556.0 built by: NET471REL1 built by: NET471REL1 built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL built by: FX451RTMGREL, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>_References\System.Net.Http.dll</HintPath>
<Private>False</Private>
Expand Down
6 changes: 1 addition & 5 deletions LocalizationEditor.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@
return confirm('<%=LocalizeString("SendConfirm") %>');
}
</script>

<asp:PlaceHolder ID="plhLocales" runat="server" />

<asp:Panel ID="pnlLocaleRequest" runat="server">

<div class="genericLocale"><%=(New Globalization.CultureInfo(Locale)).NativeName %></div>
<div class="genericLocale"><%=(New System.Globalization.CultureInfo(Locale)).NativeName %></div>
<p>
<a href="<%=DotNetNuke.Common.NavigateUrl() %>" class="CommandButton"><%=LocalizeString("Back")%></a>
</p>

<asp:Panel runat="server" ID="pnlCorePackages">
<h3><%=LocalizeString("CorePackages")%></h3>
<asp:DataList runat="server" ID="dlCorePackages">
Expand Down
6 changes: 3 additions & 3 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("04.05.02")>
<Assembly: AssemblyFileVersionAttribute("04.05.02")>
<Assembly: AssemblyInformationalVersion("04.05.02")>
<Assembly: AssemblyVersion("04.05.03")>
<Assembly: AssemblyFileVersionAttribute("04.05.03")>
<Assembly: AssemblyInformationalVersion("04.05.03")>

'History
'03.00.00 2009-08-10 Janga: User Interface.
Expand Down
2 changes: 1 addition & 1 deletion _BuildSupport/Projects.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DNNEurope.LocalizationEditor.vbproj;04.05.02
DNNEurope.LocalizationEditor.vbproj;04.05.03
Loading

0 comments on commit 581f354

Please sign in to comment.