added "new page" button
This commit is contained in:
parent
58631ac0b6
commit
23ebcbfb82
@ -125,6 +125,13 @@
|
||||
</div>
|
||||
|
||||
<div class="btn-group">
|
||||
<button id="addPageToCanvasBtn" title="Add a page to this canvas" type="button" class="whiteboardBtn">
|
||||
<i class="far fa-file-alt"></i>
|
||||
<i style="position: absolute; top: 3px; left: 2px; color: #000000; font-size: 0.5em; "
|
||||
class="fas fa-upload"></i>
|
||||
</button>
|
||||
|
||||
|
||||
<button id="addImgToCanvasBtn" title="Upload Image to whiteboard" type="button" class="whiteboardBtn">
|
||||
<i class="fas fa-image"></i>
|
||||
<i style="position: absolute; top: 3px; left: 2px; color: #000000; font-size: 0.5em; "
|
||||
|
Loading…
Reference in New Issue
Block a user