aboutsummaryrefslogtreecommitdiff
path: root/templates/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sidebar')
-rw-r--r--templates/sidebar/room-clipboard-widget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sidebar/room-clipboard-widget.php b/templates/sidebar/room-clipboard-widget.php
index dfd2a01..ca58443 100644
--- a/templates/sidebar/room-clipboard-widget.php
+++ b/templates/sidebar/room-clipboard-widget.php
@@ -12,7 +12,6 @@
]
); ?>
-<? if (!$readonly): ?>
<ul class="widget-list widget-links invisible">
<? foreach ($elements as $index => $element): ?>
<li id="<?= htmlReady('link-' . md5($element->url)) ?>" <?= $element->icon ? 'style="' . $element->icon->asCSS() .'"' : '' ?>>
@@ -23,6 +22,8 @@
</li>
<? endforeach; ?>
</ul>
+</div>
+<? if (!$readonly): ?>
<form class="default new-clipboard-form"
action="<?= URLHelper::getLink(
'dispatch.php/clipboard/add'
@@ -49,4 +50,3 @@
</form>
<? endif ?>
-</div>