aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-03-16 18:48:21 -0400
committerMonika Hedman <monika_hedman@brown.edu>2019-03-16 18:48:21 -0400
commit3101134e8e579a6f9202d552c46d2a8bd70fda79 (patch)
tree1c582a510af7127406cac7516308a1896e4c1bc8 /src/client/documents/Documents.ts
parent914114aaffbbd492f68c5e580acf6a28f43dc2c7 (diff)
cant get image stuff????
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 05bc743be..983253347 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -209,7 +209,7 @@ export namespace Documents {
+ FormattedTextBox.LayoutString("CaptionKey") +
`</div>
</div>` };
- function FixedCaption(fieldName: string = "Caption") {
+ export function FixedCaption(fieldName: string = "Caption") {
return `<div style="position:absolute; height:30px; bottom:0; width:100%">
<div style="position:absolute; width:100%; height:100%; text-align:center;bottom:0;">`
+ FormattedTextBox.LayoutString(fieldName + "Key") +