summaryrefslogtreecommitdiff
path: root/htroot/Load_RSS_p.html
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-03-21 08:22:29 +0100
committerluccioman <luccioman@users.noreply.github.com>2018-03-21 08:22:29 +0100
commite45afedee4b9c809a4e3ac3da002dd93283543be (patch)
tree080d58d053b06d4b75c2f3994b8f395ad5b522f1 /htroot/Load_RSS_p.html
parent29166e7837a7a7d2d9d966ec68901e0dc7c4aec3 (diff)
Added support for enclosures (media links) to the RSS loader
Diffstat (limited to 'htroot/Load_RSS_p.html')
-rw-r--r--htroot/Load_RSS_p.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Load_RSS_p.html b/htroot/Load_RSS_p.html
index 520242dac..bf67c3fb9 100644
--- a/htroot/Load_RSS_p.html
+++ b/htroot/Load_RSS_p.html
@@ -154,14 +154,14 @@
</tr>
#{item}#
<tr class="TableCellLight">
- <td align="left">#(indexable)#&nbsp;::<input type="checkbox" name="item_#[count]#" value="mark_#[guid]#" />#(/indexable)#</td>
+ <td align="left">#(indexable)#&nbsp;::<input type="checkbox" name="item_#[count]#" value="#[inputValue]#" />#(/indexable)#</td>
#(state)#<td>new</td>::<td class="info">enqueued</td>::<td class="commit">indexed</td>#(/state)#
<td>#(hasLink)#::<a href="#[link]#">#(/hasLink)##[title]##(hasLink)#::</a>#(/hasLink)#</td>
<td>#(hasLink)#::<a href="#[link]#">#[link]#</a>#(/hasLink)#</td>
<td>#[author]#</td>
<td>#[language]#</td>
<td>#[date]#</td>
- <td>#[description]#</td>
+ <td>#[description]##(defaultMediaDesc)#::Attached media#(/defaultMediaDesc)#</td>
</tr>
#{/item}#
</table>