readonly mode
This commit is contained in:
@@ -73,7 +73,7 @@ todo: History icon for attachments, make them all paperclips?
|
|||||||
- Maybe red paperclip for delete, green paperclip for attach??
|
- Maybe red paperclip for delete, green paperclip for attach??
|
||||||
todo: clean up recently added translation keys, some are not being used and were added willy nilly
|
todo: clean up recently added translation keys, some are not being used and were added willy nilly
|
||||||
- "File" I think might be one
|
- "File" I think might be one
|
||||||
todo: go back through in read only mode and fixup all the editing stuff so it doesn't show and the upload tab etc
|
|
||||||
todo: Datadump EXPORT and RAVEN IMPORT of all attachment / wiki stuff
|
todo: Datadump EXPORT and RAVEN IMPORT of all attachment / wiki stuff
|
||||||
- v7 attached files, internal documents all handled
|
- v7 attached files, internal documents all handled
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
{{ $ay.t("Attachments") }}
|
{{ $ay.t("Attachments") }}
|
||||||
</span>
|
</span>
|
||||||
<template v-if="readonly">
|
<template v-if="readonly">
|
||||||
|
<!-- Note: this is just a copy of the inner part of read/write version below
|
||||||
|
with the action taken out -->
|
||||||
<div class="mt-4" :style="cardTextStyle()">
|
<div class="mt-4" :style="cardTextStyle()">
|
||||||
<v-list color="grey lighten-5" three-line>
|
<v-list color="grey lighten-5" three-line>
|
||||||
<v-list-item
|
<v-list-item
|
||||||
|
|||||||
Reference in New Issue
Block a user