summaryrefslogtreecommitdiff
path: root/modules/organize/views
diff options
context:
space:
mode:
Diffstat (limited to 'modules/organize/views')
-rw-r--r--modules/organize/views/organize_dialog.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index 5e46a5bb..31f788ad 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -17,9 +17,9 @@
<div id="g-organize-detail" class="g-left ui-helper-clearfix">
<div id="g-organize-microthumb-panel"
ref="<?= url::site("organize/album/__ITEM_ID__/__OFFSET__") ?>">
- <div id="g-action-status" class="g-message-block g-info">
- <?= t("Drag and drop photos to re-order or move between albums") ?>
- </div>
+ <ul id="g-action-status" class="g-message-block">
+ <li class="g-info"><?= t("Drag and drop photos to re-order or move between albums") ?></li>
+ </ul>
<ul id="g-organize-microthumb-grid">
<?= $micro_thumb_grid ?>
</ul>