diff --git a/.data/app.xml b/.data/app.xml index d447e4d..db1684c 100644 --- a/.data/app.xml +++ b/.data/app.xml @@ -1,5 +1,5 @@ - +
@@ -255,6 +255,9 @@ + + + @@ -267,6 +270,9 @@ + + + @@ -284,12 +290,18 @@ + + + + + + @@ -1092,6 +1104,9 @@ + + + @@ -1104,6 +1119,9 @@ + + + @@ -1121,6 +1139,9 @@ + + + @@ -1144,62 +1165,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1288,6 +1253,9 @@ + + + @@ -1303,7 +1271,10 @@ - + + + + @@ -1325,6 +1296,9 @@ + + + @@ -1937,10 +1911,10 @@ - + - + @@ -1954,7 +1928,7 @@ - + @@ -2234,9 +2208,6 @@ - - - @@ -2655,9 +2626,6 @@ - - - @@ -2676,7 +2644,7 @@ - + @@ -2694,10 +2662,7 @@ - - - - + @@ -2719,7 +2684,7 @@ - + @@ -3653,9 +3618,6 @@ - - - @@ -3684,6 +3646,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bs3/shared/_Parts.cshtml b/bs3/shared/_Parts.cshtml index 82461fa..c9d9347 100644 --- a/bs3/shared/_Parts.cshtml +++ b/bs3/shared/_Parts.cshtml @@ -121,7 +121,7 @@ var imgSettings = AsDynamic(Settings.Images.NewsDetails, "Content"); var altText = Text.Has(article.Image) ? Text.First(imageField.Metadata.Description, article.Title) : article.Title; } - @imgSvc.Picture(imageField, settings: imgSettings, imgAlt: altText, imgClass:"img-responsive") + @imgSvc.Picture(imageField, settings: imgSettings, imgAlt: altText) if (wrapInLink) { diff --git a/bs4/_Details.cshtml b/bs4/_Details.cshtml index a4c3169..228a99c 100644 --- a/bs4/_Details.cshtml +++ b/bs4/_Details.cshtml @@ -66,7 +66,7 @@ @{ var altText = Text.Has(article.Image) ? Text.First(imageField.Metadata.Description, article.Title) : article.Title; } - @imgSvc.Picture(imageField, settings: imgSettings, imgAlt: altText, imgClass:"img-fluid") + @imgSvc.Picture(imageField, settings: imgSettings, imgAlt: altText) @if (article.Lightbox) { @: diff --git a/bs5/_Details.cshtml b/bs5/_Details.cshtml index f5e8228..164635e 100644 --- a/bs5/_Details.cshtml +++ b/bs5/_Details.cshtml @@ -66,7 +66,7 @@ var altText = Text.Has(article.Image) ? Text.First(imageField.Metadata.Description, article.Title) : article.Title; } - @imgSvc.Picture(imageField, settings: imgSettings, imgAlt: altText, imgClass:"img-fluid") + @imgSvc.Picture(imageField, settings: imgSettings, imgAlt: altText) @if (article.Lightbox) { @: diff --git a/readme.md b/readme.md index ef9b3e3..f89d86b 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ A standard news / announcements app to use with 2sxc | Aspect | Status | Comments or Version | | ------------------- | :----: | ------------------- | -| 2sxc | ✅ | requires 2sxc v12.05 +| 2sxc | ✅ | requires 2sxc v13.10 | Dnn | ✅ | For v7, v8 and v9 | Oqtane 2 | ✅ | Requires v2.02 | No jQuery | ✅ | @@ -17,7 +17,7 @@ A standard news / announcements app to use with 2sxc | Source & License | ✅ | included, ISC/MIT | App Catalog | ✅ | See [app catalog](https://2sxc.org/en/apps/app/news-app-v5-hybrid-for-dnn-and-oqtane) | Screenshots | ✅ | See [app catalog](https://2sxc.org/en/apps/app/news-app-v5-hybrid-for-dnn-and-oqtane) -| Best Practices | ✅ | Uses v12.05 conventions +| Best Practices | ✅ | Uses v13.10 conventions | Bootstrap 3 | ✅ | | Bootstrap 4 | ✅ | | Bootstrap 5 | ✅ | diff --git a/shared/_Article Image.cshtml b/shared/_Article Image.cshtml index 9dd3ab0..244bc68 100644 --- a/shared/_Article Image.cshtml +++ b/shared/_Article Image.cshtml @@ -11,5 +11,5 @@
- @imgSvc.Picture(image, width:"800", settings: "Content", imgAlt: altText, imgClass:"img-fluid img-responsive") + @imgSvc.Picture(image, width:"800", settings: "Content", imgAlt: altText)
\ No newline at end of file