← Back to team overview

slub.team team mailing list archive

[Merge] lp:~fuw/goobi-production/bug954995 into lp:goobi-production

 

Frank-Ulrich Weber has proposed merging lp:~fuw/goobi-production/bug954995 into lp:goobi-production.

Requested reviews:
  Saxon State Library Team (slub.team)
Related bugs:
  Bug #954995 in Goobi.Production: "missing feature docket"
  https://bugs.launchpad.net/goobi-production/+bug/954995
  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/~fuw/goobi-production/bug954995/+merge/98686

- Visual improvement metadata editor (Bug 955033)
- Missing feature docket (Bug 954995)
-- 
https://code.launchpad.net/~fuw/goobi-production/bug954995/+merge/98686
Your team Saxon State Library Team is requested to review the proposed merge of lp:~fuw/goobi-production/bug954995 into lp:goobi-production.
=== modified file 'newpages/inc_Prozessverwaltung/Prozesse_Liste.jsp'
--- newpages/inc_Prozessverwaltung/Prozesse_Liste.jsp	2011-12-20 08:07:09 +0000
+++ newpages/inc_Prozessverwaltung/Prozesse_Liste.jsp	2012-03-21 17:25:23 +0000
@@ -490,6 +490,18 @@
 					property="#{ProzessverwaltungForm.myProzess}" value="#{item}" />
 			</h:commandLink>
 
+			<%-- Docket Export --%>
+			<h:commandLink id="ubid1119"
+				action="#{ProzessverwaltungForm.downloadDocket}"
+				title="#{msgs.laufzettelDrucken}"
+				rendered="#{ProzessverwaltungForm.modusAnzeige!='vorlagen'}">
+				<h:graphicImage id="ubid1120" alt="sorta"
+					value="/newpages/images/buttons/laufzettel.png"
+					style="margin-right:2px" />
+				<x:updateActionListener
+					property="#{ProzessverwaltungForm.myProzess}" value="#{item}" />
+			</h:commandLink>
+
 			<%-- Mets-Export-Schaltknopf --%>
 			<h:commandLink action="#{ProzessverwaltungForm.ExportMets}" id="action19"
 				title="#{msgs.exportMets}"

=== modified file 'pages/Metadaten2rechts.jsp'
--- pages/Metadaten2rechts.jsp	2012-03-14 13:39:22 +0000
+++ pages/Metadaten2rechts.jsp	2012-03-21 17:25:23 +0000
@@ -123,13 +123,6 @@
 				</x:div>
 			</htm:td>
 		</htm:tr>
-
-		<htm:tr>
-			<htm:td styleClass="main_statistikboxen_row1" height="1px" colspan="2">
-												
-						
-			</htm:td>
-		</htm:tr>
 		<htm:tr valign="top" style="width:100%;height:100%">
 			<htm:td styleClass="metadatenGrauBackground">
 


Follow ups