close #60; checksum not available yet
Former-commit-id: e4e5c6469832a146c96ef0a3491e8d92b9a9814d [formerly 2dc8ac05e78ebef3735b54ef21a1a983f9fbb879] [formerly a02a19981511390ca1b3934ab65174138c7dad7a [formerly 9d19467ad5ad4fc5bfe711be5abe265eae0a38bc]] Former-commit-id: 1b114aac29a96fe6374dc7dcc3eb21422155e1fb [formerly bd9ae2edd12367ae7e8e47903db74fe325095367] Former-commit-id: 8344bd33d1878a08d1f66881729a93a31e8baa80
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
{{- end }}
|
||||
</div>
|
||||
|
||||
<div class="action" id="info" onclick="notImplemented(event);">
|
||||
<div class="action" id="info">
|
||||
<i class="material-icons" title="Info">info</i><span>Info</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -210,6 +210,18 @@
|
||||
</template>
|
||||
|
||||
<template id="info-template">
|
||||
<div class="prompt">
|
||||
<h3>File Information</h3>
|
||||
<p><strong>Display Name:</strong> <span id="display_name"></span></p>
|
||||
<p><strong>Content Length:</strong> <span id="content_length"></span> Bytes</p>
|
||||
<p><strong>Last Modified:</strong> <span id="last_modified"></span></p>
|
||||
<div>
|
||||
<button type="submit" onclick="closePrompt(event);" class="ok">OK</button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template id="message-template">
|
||||
<div class="prompt">
|
||||
<h3></h3>
|
||||
<p></p>
|
||||
@@ -220,7 +232,6 @@
|
||||
</template>
|
||||
|
||||
<template id="move-template">
|
||||
<!-- TODO: And the back button? :) -->
|
||||
<form class="prompt">
|
||||
<h3>Move</h3>
|
||||
<p>Choose new house for your file(s)/folder(s):</p>
|
||||
|
||||
Reference in New Issue
Block a user