diff --git a/collections/editor/occurrencetabledisplay.php b/collections/editor/occurrencetabledisplay.php
index 7e5bbf710a..386839ec69 100644
--- a/collections/editor/occurrencetabledisplay.php
+++ b/collections/editor/occurrencetabledisplay.php
@@ -91,7 +91,7 @@
if(!is_numeric($occIndex)) $occIndex = 0;
$recStart = floor($occIndex/$recLimit)*$recLimit;
$recArr = $occManager->getOccurMap($recStart, $recLimit);
- $navStr = '
';
+ $navStr = '
';
if($recStart >= $recLimit){
@@ -106,6 +106,7 @@
$navStr .= '
>|';
}
+ $navStr .= ' * ' . (isset($LANG['CLICK_ID'])?$LANG['CLICK_ID']:'Click on the Symbiota identifier in the first column to open the editor.');
$navStr .= '
';
}
else{
@@ -148,6 +149,12 @@ function () {
.fieldGroupDiv{ clear:both; margin-bottom: 1rem; overflow: auto}
.fieldDiv{ float:left; margin-right: 1rem;}
#innertext{ background-color: white; margin: 0px 10px; }
+
+ #record-viewer-innertext {
+ margin-left: 2em;
+ width: calc(100vw - 4em);
+ background-color: white;
+ }
.editimg{ width: 15px; }
.accessible-font {
font-size: 1.4em;
@@ -156,6 +163,8 @@ function () {
display: block;
white-space: nowrap;
overflow-x: scroll;
+ overflow-y: scroll;
+ height: 80vh;
}
.button-toggle {
@@ -178,7 +187,7 @@ function () {
-
+
Occurrence Table Display
-
-
-
-
- *