← Back to team overview

slub.team team mailing list archive

[Merge] lp:~ralf-claussnitzer/goobi-production/bug-955033 into lp:goobi-production

 

Ralf Claussnitzer has proposed merging lp:~ralf-claussnitzer/goobi-production/bug-955033 into lp:goobi-production.

Requested reviews:
  Henning Gerhardt (henning-gerhardt)
Related bugs:
  Bug #955033 in Goobi.Production: "layout problem in meta data editor"
  https://bugs.launchpad.net/goobi-production/+bug/955033

For more details, see:
https://code.launchpad.net/~ralf-claussnitzer/goobi-production/bug-955033/+merge/99542
-- 
https://code.launchpad.net/~ralf-claussnitzer/goobi-production/bug-955033/+merge/99542
Your team Saxon State Library Team is subscribed to branch lp:goobi-production.
=== modified file 'pages/Metadaten2rechts.jsp'
--- pages/Metadaten2rechts.jsp	2012-03-19 16:04:52 +0000
+++ pages/Metadaten2rechts.jsp	2012-03-27 15:25:24 +0000
@@ -39,17 +39,8 @@
 		</f:facet>
 	</a4j:status>
 
-	<%-- <div id="cnt" style="border: 1px solid black; padding:7px; background-color: white;position: fixed;top: 20px;left: 20px;color:red">0</div>
-<script>
-    var sec=0;
-    function counter(){
-        setTimeout("counter();",1000);
-        document.getElementById("cnt").innerHTML = sec++ + " seconds since last page refresh";
-    }
-    counter();
-</script> --%>
 	<h:form id="formular1" style="margin:0px">
-		<htm:table id="navigation" cellpadding="2" cellspacing="0" style="margin-right: 4px; width:99,75%" styleClass="main_statistikboxen">
+		<htm:table id="navigation" cellpadding="2" cellspacing="0" style="position:fixed; top:0; margin-right: 4px; width:99,75%" styleClass="main_statistikboxen">
 			<htm:tr>
 				<htm:td styleClass="main_statistikboxen_row1" height="1px" colspan="2">
 
@@ -114,7 +105,7 @@
 			</htm:tr>
 		</htm:table>
 	</h:form>
-	<htm:table id="metadatenRechts" cellpadding="2" cellspacing="0" style="width:100%;height:100%;" styleClass="main_statistikboxen">
+	<htm:table id="metadatenRechts" cellpadding="2" cellspacing="0" style="margin-top:20px; width:100%;height:100%;" styleClass="main_statistikboxen">
 
 		<htm:tr rendered="#{SessionForm.bitteAusloggen!=''}">
 			<htm:td>


Follow ups