Moved new drawing button, updated drive link text
This commit is contained in:
parent
fcc1f84ef2
commit
2ced90c4a8
|
@ -564,12 +564,13 @@ textarea {
|
|||
|
||||
<div id="drive-dialog" class="dialog">
|
||||
<div id="drive-filename">Untitled ASCII Diagram</div>
|
||||
<div style="margin: 5px;">Edit file permissions in <a href="http://drive.google.com/" target="_blank">Google Drive</a>.</div>
|
||||
<div style="margin: 5px;">Edit permissions and manage files in <a href="http://drive.google.com/" target="_blank">Google Drive</a>.</div>
|
||||
<br>
|
||||
<button id="drive-new-file-button">New Drawing</button>
|
||||
<br>
|
||||
<div id="drive-file-list">
|
||||
<!-- filled with li's -->
|
||||
</div>
|
||||
<button id="drive-new-file-button">New Drawing</button>
|
||||
<div class="dialog-button-bar">
|
||||
<button class="close-dialog-button">Close</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue