Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Removed links to localization demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Edwards committed Jan 26, 2015
1 parent 4fa1f29 commit 90c8c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ManageAggregator.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,12 @@
<div class="dnnFormItem">
<dnn:Label ID="lblRSSUsername" CssClass="SubHead" runat="server" ControlName="txtRSSUsername"
Suffix=":" />
<asp:TextBox ID="txtRSSUsername" runat="server" />
<asp:TextBox ID="txtRSSUsername" runat="server" autocomplete="off" />
</div>
<div class="dnnFormItem">
<dnn:Label ID="lblRSSPassword" CssClass="SubHead" runat="server" ControlName="txtRSSPassword"
Suffix=":" />
<asp:TextBox ID="txtRSSPassword" runat="server" TextMode="password" />
<asp:TextBox ID="txtRSSPassword" runat="server" TextMode="password" autocomplete="off" />
</div>
</div>
<div class="tab" id="edittools">
Expand Down
6 changes: 0 additions & 6 deletions Version/Documentation/Localization.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ you use a special token **[MMLINKSTITLE]**. This special token will be
replaced with the MMLINKS module caption depending on what localized
content is shown.

Please visit the demo page here to see it in
[action](http://www.dnnstuff.com/Modules/AggregatorTabbedModules/AggregatorDemos/LocalizationofTabs/tabid/336/Default.aspx).

### Using MLHTML

Expand All @@ -35,8 +33,6 @@ you use a special token **[MLHTMLTITLE]**. This special token will be
replaced with the MLHTML module caption depending on what localized
content is shown.

Please visit the demo page here to see it in
[action](http://www.dnnstuff.com/Modules/AggregatorTabbedModules/AggregatorDemos/LocalizationofTabs/tabid/336/Default.aspx).

### Using tab localization

Expand All @@ -48,8 +44,6 @@ instance you could have a fallback tab of english and two other tabs,
one for italian and one for french. If the user visiting has their
locale set to spanish, it would show only the english tab.

Please visit the demo page here to see it in
[action](http://www.dnnstuff.com/Modules/AggregatorTabbedModules/AggregatorDemos/LocalizationofTabs/tabid/336/Default.aspx).

## Tab Localization

Expand Down

0 comments on commit 90c8c87

Please sign in to comment.