Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 5.0/formats/news-with-images.vm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<a href="$_EscapeTool.xml($NiLink)" class="panel panel-default" alt="link to news item">
<img class="img-responsive" src="$_EscapeTool.xml($NiImg)" alt="$_EscapeTool.xml($NiimgAlt)" />
<div class="panel-heading">
<p class="panel-news-date small">$_EscapeTool.xml($NiDate)</p>
<span class="panel-news-date small">$_EscapeTool.xml($NiDate)</span>
<h3 class="panel-news-title">$_EscapeTool.xml($NiHeadline)</h3>
</div>
#if ($NewsType == "call-to-action")
Expand All @@ -106,7 +106,7 @@
<a class="panel panel-default url0-${categoryStringReplace}" alt="link to news item">
<img alt="" class="img-responsive" id="img0-${categoryStringReplace}" />
<div class="panel-heading">
<p class="panel-news-date small" id="date0-${categoryStringReplace}">&#160;</p>
<span class="panel-news-date small" id="date0-${categoryStringReplace}">&#160;</span>
<h3 class="panel-news-title" id="head0-${categoryStringReplace}">&#160;</h3>
</div>
</a>
Expand All @@ -116,7 +116,7 @@
<a class="panel panel-default url1-${categoryStringReplace}" alt="link to news item">
<img alt="" class="img-responsive" id="img1-${categoryStringReplace}" />
<div class="panel-heading">
<p class="panel-news-date small" id="date1-${categoryStringReplace}">&#160;</p>
<span class="panel-news-date small" id="date1-${categoryStringReplace}">&#160;</span>
<h3 class="panel-news-title" id="head1-${categoryStringReplace}">&#160;</h3>
</div>
</a>
Expand All @@ -126,7 +126,7 @@
<a class="panel panel-default url2-${categoryStringReplace}" alt="link to news item">
<img alt="" class="img-responsive" id="img2-${categoryStringReplace}" />
<div class="panel-heading">
<p class="panel-news-date small" id="date2-${categoryStringReplace}">&#160;</p>
<span class="panel-news-date small" id="date2-${categoryStringReplace}">&#160;</span>
<h3 class="panel-news-title" id="head2-${categoryStringReplace}">&#160;</h3>
</div>
</a>
Expand Down Expand Up @@ -215,4 +215,4 @@
}
</script>
#protect]]>
#end
#end