slub.team team mailing list archive
-
slub.team team
-
Mailing list archive
-
Message #00113
[Merge] lp:~zeutschel/goobi-production/bug_961429 into lp:goobi-production
Frank-Ulrich Weber has proposed merging lp:~zeutschel/goobi-production/bug_961429 into lp:goobi-production.
Requested reviews:
Saxon State Library Team (slub.team)
For more details, see:
https://code.launchpad.net/~zeutschel/goobi-production/bug_961429/+merge/98845
Bugfix 961429
--
https://code.launchpad.net/~zeutschel/goobi-production/bug_961429/+merge/98845
Your team Saxon State Library Team is requested to review the proposed merge of lp:~zeutschel/goobi-production/bug_961429 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-22 13:59:20 +0000
@@ -49,6 +49,15 @@
<%-- +++++++++++++++++ Anzeigefilter ++++++++++++++++++++++++ --%>
+
+<x:aliasBeansScope>
+ <x:aliasBean alias="#{Form}" value="#{ProzessverwaltungForm}" />
+ <x:aliasBean alias="#{showHits}" value="#{true}" />
+ <f:subview id="sub1">
+ <jsp:include page="/newpages/inc/Process_Filter.jsp" />
+ </f:subview>
+</x:aliasBeansScope>
+<%--
<h:panelGrid width="100%"
columnClasses="standardTable_Column,standardTable_ColumnRight"
rowClasses="standardTable_Row_bottom" columns="2">
@@ -76,7 +85,7 @@
</h:panelGroup>
</h:panelGrid>
-
+--%>
<%-- +++++++++++++++++ // Anzeigefilter ++++++++++++++++++++++++ --%>
<%-- Datentabelle --%>
Follow ups