1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/Bookmark/bookmark.tpl
2016-03-15 16:28:38 +01:00

27 lines
718 B
Smarty

<script type="text/javascript">
function setBookmark() {
{$setbookmark}
}
</script>
<div id="bookmarks">
{$preparebookmark}
</div>
<div class="padded">
<a class="button color orange alone"
href="{$subscriptionconfig}"
title="{$c->__('bookmarks.configure')}">
<i class="fa fa-gear"></i>
</a>
<!--<a class="button color icon link alone merged"
style="float: right;"
title="{$c->__('url.add')}"
onclick="movim_toggle_display('#bookmarkurladd')"></a>-->
<!--<a class="button color blue alone oppose"
title="{$c->__('button.refresh')}"
onclick="{$getbookmark}">
<i class="fa fa-refresh"></i>
</a>-->
</div>