mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
bookmarklet help styling
This commit is contained in:
@@ -55,15 +55,18 @@
|
|||||||
${about.goodies.subscribe_bookmarklet}: <a href="https://www.subtome.com/settings.html" target="_blank">SubToMe</a>
|
${about.goodies.subscribe_bookmarklet}: <a href="https://www.subtome.com/settings.html" target="_blank">SubToMe</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
${about.goodies.next_unread_bookmarklet}: ${subscribe.category}
|
${about.goodies.next_unread_bookmarklet}:
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
${subscribe.category}
|
||||||
<select ng-model="categoryId" ng-options="cat.id as cat.name for cat in CategoryService.flatCategories"
|
<select ng-model="categoryId" ng-options="cat.id as cat.name for cat in CategoryService.flatCategories"
|
||||||
class="bookmarklet-select">
|
class="bookmarklet-select">
|
||||||
</select>
|
</select>
|
||||||
<select ng-model="order" class="bookmarklet-select">
|
<select ng-model="order" class="bookmarklet-select">
|
||||||
<option value="desc">${about.goodies.subscribe_bookmarklet_desc}</option>
|
<option value="desc">${about.goodies.subscribe_bookmarklet_desc}</option>
|
||||||
<option value="asc">${about.goodies.subscribe_bookmarklet_asc}</option>
|
<option value="asc">${about.goodies.subscribe_bookmarklet_asc}</option>
|
||||||
</select>
|
</select>
|
||||||
<a href="next?category={{categoryId}}&order={{order}}" target="_blank">${global.link}</a>
|
<a href="next?category={{categoryId}}&order={{order}}" target="_blank">${global.link}</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user