File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 7474 < button id ="newChildBtn " class ="btn btn-secondary me-2 " type ="button " data-bs-toggle ="tooltip " title ="New child node ">
7575 < i class ="bi bi-diagram-2-fill " style ="transform: rotate(-90deg); display: inline-block; "> </ i >
7676 </ button >
77+
7778 <!--Tags Dropdown-->
7879 < div class ="dropdown ">
79- < button class ="btn btn-secondary dropdown-toggle " type ="button " id ="tagsDropdownMenuButton " data-bs-toggle ="dropdown ">
80+ < button class ="btn btn-secondary dropdown-toggle me-2 " type ="button " id ="tagsDropdownMenuButton " data-bs-toggle ="dropdown ">
8081 < i class ="bi bi-tags "> </ i >
8182 </ button >
8283 < div class ="dropdown-menu ">
@@ -104,6 +105,21 @@ <h6 class="dropdown-header">Icons for nodes</h6>
104105 </ button >
105106 </ div >
106107 </ div >
108+ <!--BibEntry nodes Dropdown-->
109+ < div class ="dropdown ">
110+ < button class ="btn btn-secondary dropdown-toggle me-2 " type ="button " id ="BibEntryDropdownMenuButton " data-bs-toggle ="dropdown ">
111+ < i class ="bi bi-file-earmark-text "> </ i >
112+ </ button >
113+ < div class ="dropdown-menu ">
114+ < h6 class ="dropdown-header "> BibEntry node</ h6 >
115+ < button id ="addBibEntryAsSiblingBtn " class ="dropdown-item ">
116+ < i class ="bi bi-node-plus-fill "> </ i > As sibling node
117+ </ button >
118+ < button id ="addBibEntryAsChildBtn " class ="dropdown-item ">
119+ < i class ="bi bi-diagram-2-fill " style ="transform: rotate(-90deg); display: inline-block; "> </ i > As child node
120+ </ button >
121+ </ div >
122+ </ div >
107123 </ div >
108124 < div style ="flex-basis: 33%; max-width: 33%; "> </ div >
109125 </ div >
You can’t perform that action at this time.
0 commit comments