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

Commit

Permalink
chore: Remove help tab from manage aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Edwards committed Oct 4, 2017
1 parent aec44c1 commit 0691d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
7 changes: 2 additions & 5 deletions App_LocalResources/ManageAggregator.ascx.resx
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblTabs.Text" xml:space="preserve">
<value>Tabs</value>
Expand Down Expand Up @@ -255,9 +255,6 @@
<data name="dlTabs.Header.Link" xml:space="preserve">
<value>Link To Tab</value>
</data>
<data name="DocumentationHelp.Text" xml:space="preserve">
<value>For documentation on all DNNStuff modules, please visit &lt;a style="text-decoration:underline" href="http://wiki.dnnstuff.com?utm_source=dnnstuff&amp;utm_medium=settings&amp;utm_campaign=aggregator"&gt;wiki.dnnstuff.com&lt;/a&gt;</value>
</data>
<data name="lblRSSMaxItems.Help" xml:space="preserve">
<value>Enter the maximum number of items to return from the RSS feed</value>
</data>
Expand Down
6 changes: 0 additions & 6 deletions ManageAggregator.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<%=Localization.GetString("TabCaption_EditRSS", LocalResourceFile)%></span></a></li>
<li><a href="#edittools"><span>
<%=Localization.GetString("TabCaption_EditTools", LocalResourceFile)%></span></a></li>
<li><a href="#help"><span>
<%=Localization.GetString("TabCaption_Help", LocalResourceFile)%></span></a></li>
</ul>
<div class="tabs-container">
<div class="tab" id="edittabs">
Expand Down Expand Up @@ -317,10 +315,6 @@
<asp:TextBox ID="txtQuickTabs" runat="server" TextMode="MultiLine" Rows="8" Columns="80" />
</div>
</div>
<div class="tab" id="help">
<div>
<%=Localization.GetString("DocumentationHelp.Text", LocalResourceFile)%></div>
</div>
</div>
</div>
<ul class="dnnActions dnnClear">
Expand Down

0 comments on commit 0691d82

Please sign in to comment.