slub.team team mailing list archive
-
slub.team team
-
Mailing list archive
-
Message #00290
[Merge] lp:~zeutschel/goobi-production/bug-1028957 into lp:goobi-production
Frank-Ulrich Weber has proposed merging lp:~zeutschel/goobi-production/bug-1028957 into lp:goobi-production.
Requested reviews:
Ralf Claussnitzer (ralf-claussnitzer)
Related bugs:
Bug #1028957 in Goobi.Production: "Missing translation for "close" button of pop up pages"
https://bugs.launchpad.net/goobi-production/+bug/1028957
For more details, see:
https://code.launchpad.net/~zeutschel/goobi-production/bug-1028957/+merge/117012
Bugfix 1028957
--
https://code.launchpad.net/~zeutschel/goobi-production/bug-1028957/+merge/117012
Your team Saxon State Library Team is subscribed to branch lp:goobi-production.
=== modified file 'newpages/inc_Prozessverwaltung/schritt_box_BenutzerPopup.jsp'
--- newpages/inc_Prozessverwaltung/schritt_box_BenutzerPopup.jsp 2011-12-20 08:07:09 +0000
+++ newpages/inc_Prozessverwaltung/schritt_box_BenutzerPopup.jsp 2012-07-27 06:48:19 +0000
@@ -110,7 +110,7 @@
<htm:td align="center">
<%-- Schliessen-Schaltknopf --%>
<jp:closePopupFrame>
- <h:commandLink value="schließen"
+ <h:commandLink value="#{msgs.close}"
action="#{NavigationForm.JeniaPopupCloseAction}"></h:commandLink>
</jp:closePopupFrame>
</htm:td>
=== modified file 'newpages/inc_Prozessverwaltung/schritt_box_BenutzergruppenPopup.jsp'
--- newpages/inc_Prozessverwaltung/schritt_box_BenutzergruppenPopup.jsp 2011-12-20 08:07:09 +0000
+++ newpages/inc_Prozessverwaltung/schritt_box_BenutzergruppenPopup.jsp 2012-07-27 06:48:19 +0000
@@ -93,7 +93,7 @@
<htm:td align="center">
<%-- Schliessen-Schaltknopf --%>
<jp:closePopupFrame>
- <h:commandLink value="schließen"
+ <h:commandLink value="#{msgs.close}"
action="#{NavigationForm.JeniaPopupCloseAction}"></h:commandLink>
</jp:closePopupFrame>
</htm:td>
Follow ups