Skip to content

Commit

Permalink
Add help for new IMAGETITLE tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vmasanas committed Sep 1, 2021
1 parent 7bc8a88 commit da6bd91
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
7 changes: 5 additions & 2 deletions App_LocalResources/LatestArticlesOptions.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="LatestArticlesHelp.Text" xml:space="preserve">
<value>In this section, you can adjust the settings for the "Latest Articles" module.</value>
Expand Down Expand Up @@ -675,4 +675,7 @@
<data name="TemplateSaves.Text" xml:space="preserve">
<value>Template Saves</value>
</data>
<data name="ImageTitle.Text" xml:space="preserve">
<value>The tile for the image of the article, displays nothing if no image selected.</value>
</data>
</root>
8 changes: 8 additions & 0 deletions LatestArticlesOptions.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,14 @@
<asp:label id="lblImage" resourcekey="Image" cssclass="Normal" runat="server" enableviewstate="False"></asp:label>
</td>
</tr>

<tr valign="top">
<TD class="SubHead" width="150">[IMAGETITLE]</TD>
<td class="Normal" align="left" width="325">
<asp:label id="lblImageTitle" resourcekey="ImageTitle" cssclass="Normal" runat="server" enableviewstate="False"></asp:label>
</td>
</tr>

<tr valign="top">
<TD class="SubHead" width="150">[IMAGELINK]</TD>
<td class="Normal" align="left">
Expand Down
9 changes: 9 additions & 0 deletions LatestArticlesOptions.ascx.designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da6bd91

Please sign in to comment.