diff --git a/App_LocalResources/LatestArticlesOptions.ascx.resx b/App_LocalResources/LatestArticlesOptions.ascx.resx index 4a8eba8..7e87c05 100755 --- a/App_LocalResources/LatestArticlesOptions.ascx.resx +++ b/App_LocalResources/LatestArticlesOptions.ascx.resx @@ -112,10 +112,10 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 In this section, you can adjust the settings for the "Latest Articles" module. @@ -675,4 +675,7 @@ Template Saves + + The tile for the image of the article, displays nothing if no image selected. + \ No newline at end of file diff --git a/LatestArticlesOptions.ascx b/LatestArticlesOptions.ascx index de26251..a44224f 100755 --- a/LatestArticlesOptions.ascx +++ b/LatestArticlesOptions.ascx @@ -535,6 +535,14 @@ + + + [IMAGETITLE] + + + + + [IMAGELINK] diff --git a/LatestArticlesOptions.ascx.designer.vb b/LatestArticlesOptions.ascx.designer.vb index 548c617..43bcd76 100755 --- a/LatestArticlesOptions.ascx.designer.vb +++ b/LatestArticlesOptions.ascx.designer.vb @@ -1427,6 +1427,15 @@ Namespace Ventrian.NewsArticles ''' Protected WithEvents lblImage As Global.System.Web.UI.WebControls.Label + ''' + '''lblImageTitle control. + ''' + ''' + '''Auto-generated field. + '''To modify move field declaration from designer file to code-behind file. + ''' + Protected WithEvents lblImageTitle As Global.System.Web.UI.WebControls.Label + ''' '''lblImageLink control. '''