Mercurial > addons > firefox-addons > feed-preview
comparison popup/feed-selection.html @ 61:c8fa2430eab2
Show URL of each feed as a tooltip in the feed selection popup
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Mon, 09 Nov 2020 18:07:06 +0100 |
parents | bc5cc170163c |
children |
comparison
equal
deleted
inserted
replaced
60:d72fadc79ead | 61:c8fa2430eab2 |
---|---|
11 --> | 11 --> |
12 <script src="feed-selection.js" defer></script> | 12 <script src="feed-selection.js" defer></script> |
13 </head> | 13 </head> |
14 <body> | 14 <body> |
15 <template id="feed-item-template"> | 15 <template id="feed-item-template"> |
16 <div class="panel-list-item" data-href=""> | 16 <div class="panel-list-item" data-href="" title=""> |
17 <div class="icon"><img src="" alt=""></div> | 17 <div class="icon"><img src="" alt=""></div> |
18 <div class="text"></div> | 18 <div class="text"></div> |
19 </div> | 19 </div> |
20 </template> | 20 </template> |
21 <div class="panel-section panel-section-list"> | 21 <div class="panel-section panel-section-list"> |