21
21
Add new Bookmark
22
22
</ a >
23
23
</ div >
24
- </ div >
24
+ </ div >
25
+
26
+ < template id ="fly-to-locations-list-item-template ">
27
+ < div class ="row px-0 mx-0 ">
28
+ < div class ="flex-grow-1 py-2 ">
29
+ < span class ="flytolocations-bookmarks-name "> %NAME%</ span >
30
+ </ div >
31
+ < div class ="px-1 ">
32
+ < a class ="btn glass block px-3 " data-toggle ="tooltip " title ="Edit Bookmark "
33
+ data-boundary ="window " onclick ="CosmoScout.callbacks.bookmark.edit(%ID%) ">
34
+ < i class ="material-icons "> edit</ i >
35
+ </ a >
36
+ </ div >
37
+ < div class ="px-1 flytolocations-bookmarks-time-button ">
38
+ < a class ="btn glass block px-3 " data-toggle ="tooltip " title ="Go to Bookmark time "
39
+ data-boundary ="window " onclick ="CosmoScout.callbacks.bookmark.gotoTime(%ID%) ">
40
+ < i class ="material-icons "> update</ i >
41
+ </ a >
42
+ </ div >
43
+ < div class ="px-1 ">
44
+ < a class ="btn glass block px-3 " data-toggle ="tooltip " title ="Go to Bookmark location "
45
+ data-boundary ="window " onclick ="CosmoScout.callbacks.bookmark.gotoLocation(%ID%) ">
46
+ < i class ="material-icons "> place</ i >
47
+ </ a >
48
+ </ div >
49
+ </ div >
50
+ </ template >
51
+
52
+ < template id ="fly-to-locations-grid-button-template ">
53
+ < div class ="col-3 center flytolocations-bookmarks-grid-body-button p-1 ">
54
+ < a class ="block btn glass " onclick ="CosmoScout.callbacks.bookmark.gotoLocation(%ID%) ">
55
+ < img src ="../icons/%ICON% " height ="80 " width ="80 ">
56
+ < span class ="flytolocations-bookmarks-name "> %NAME%</ span >
57
+ < a class ="flytolocations-bookmarks-grid-edit-button btn light-glass px-1 "
58
+ onclick ="CosmoScout.callbacks.bookmark.edit(%ID%) ">
59
+ < i class ="material-icons "> edit</ i >
60
+ </ a >
61
+ < a class ="flytolocations-bookmarks-grid-delete-button btn light-glass px-1 "
62
+ onclick ="CosmoScout.callbacks.bookmark.remove(%ID%) ">
63
+ < i class ="material-icons "> close</ i >
64
+ </ a >
65
+ </ a >
66
+ </ div >
67
+ </ template >
0 commit comments