diff mgallery.php @ 209:671b7cfebf87

Various fixes and adjustments to style.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Mar 2018 13:41:36 +0200
parents c8b69b6bb692
children 0a0a2936d779
line wrap: on
line diff
--- a/mgallery.php	Wed Mar 21 18:39:13 2018 +0200
+++ b/mgallery.php	Thu Mar 22 13:41:36 2018 +0200
@@ -603,8 +603,8 @@
       "</div>\n".
       mgGetNaviControlImageBoxJS($galImagesIndex, $index, "nextBtm", 1)."\n".
       mgGetNaviControlImageBox($galImagesIndex, $index, "next", 1)."\n".
-      (isset($data["caption"]) ? "<div class=\"imageCaption\">".mgGetArrStr($data, "caption", "%1")."</div>\n" : "").
     "</div>\n". // pageImageBox
+    (isset($data["caption"]) ? "<div id=\"pageImageCaption\" class=\"imageCaption\">".mgGetArrStr($data, "caption", "%1")."</div>\n" : "").
     // infoBox
     "<div id=\"infoBox\">\n".
       mgGetArr($data, "datetime", "<span class=\"infoDateTime\">%1</span>\n", "", "mgTimeStr").