Author: alexoree
Date: Sat Nov 23 18:39:21 2013
New Revision: 1544862

URL: http://svn.apache.org/r1544862
Log:
JUDDI-723 fixed

Modified:
    
juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
    
juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
    juddi/trunk/juddi-gui/src/main/webapp/tmodelEditor.jsp

Modified: 
juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties?rev=1544862&r1=1544861&r2=1544862&view=diff
==============================================================================
--- 
juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
 (original)
+++ 
juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web.properties
 Sat Nov 23 18:39:21 2013
@@ -217,7 +217,7 @@ pages.tmodeleditor.title=tModel Editor
 pages.editor.tabnav.overview=Overview Documents
 pages.editor.tabnav.overview.description=These are typically URLs to web pages 
that describe this tModel's details and usage scenarios.
 items.tmodel.description=tModels can have more than one description, such as 
in a different language.
-items.tmodel.key.description=\ The tModel Key is the unique identifier. If you 
specify a tModel, it must be prefixed with an existing partition (key 
generator), other one is generated for you.
+items.tmodel.key.description=\ The tModel Key is the unique identifier. If you 
specify a tModel key, it must be prefixed with an existing partition (key 
generator), otherwise the key will be generated for you.
 items.tmodel.name=Name - The name describes this tModel. It is a required 
field.
 items.clicktoedit=Click to edit
 pleasewait=Please wait

Modified: 
juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties?rev=1544862&r1=1544861&r2=1544862&view=diff
==============================================================================
--- 
juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
 (original)
+++ 
juddi/trunk/juddi-gui/src/main/resources/org/apache/juddi/webconsole/resources/web_es.properties
 Sat Nov 23 18:39:21 2013
@@ -219,7 +219,7 @@ pages.tmodeleditor.title=tModel Editor
 pages.editor.tabnav.overview=Documentos Informaci\u00f3n General
 pages.editor.tabnav.overview.description=Por lo general son las direcciones 
URL a las p\u00e1ginas web que describen detalles de este tModel y escenarios 
de uso.
 items.tmodel.description=tModels puede tener m\u00e1s de una descripci\u00f3n, 
tal como en un idioma diferente.
-items.tmodel.key.description=La clave tModel es el identificador \u00fanico. 
Si se especifica un tModel, debe estar precedido de una partici\u00f3n 
existente (generador de claves), la otra se genera para usted.
+items.tmodel.key.description=La clave tModel es el identificador \u00fanico. 
Si especifica una clave tModel, debe ser precedido de una partici\u00f3n 
existente (generador de claves), de lo contrario la tecla se generar\u00e1 para 
usted.
 items.tmodel.name=Nombre - El nombre describe esta estructura tModel. Se trata 
de un campo obligatorio.
 items.clicktoedit=Haga clic para editar
 pleasewait=Por favor, espere

Modified: juddi/trunk/juddi-gui/src/main/webapp/tmodelEditor.jsp
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/webapp/tmodelEditor.jsp?rev=1544862&r1=1544861&r2=1544862&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/webapp/tmodelEditor.jsp (original)
+++ juddi/trunk/juddi-gui/src/main/webapp/tmodelEditor.jsp Sat Nov 23 18:39:21 
2013
@@ -147,7 +147,7 @@
                             bd.setName(new Name());
                         }
                         out.write("<div id=\"" + PostBackConstants.NAME + "\" 
style=\"border-width:2px; border-style:solid\" >");
-                        out.write("<div style=\"float:left; height:100%\"><a 
href=\"javascript:Remove('Name');\"><i class=\"icon-trash 
icon-large\"></i></a></div>");
+                        //out.write("<div style=\"float:left; height:100%\"><a 
href=\"javascript:Remove('Name');\"><i class=\"icon-trash 
icon-large\"></i></a></div>");
                         out.write("<div style=\"float:left\">" + 
ResourceLoader.GetResource(session, "items.value") + ":&nbsp;</div>"
                                 + "<div class=\"edit\" id=\"" + 
PostBackConstants.NAME + PostBackConstants.VALUE + "\">" + 
(bd.getName().getValue() == null ? " " : 
StringEscapeUtils.escapeHtml(bd.getName().getValue())) + "</div>");
                         out.write("<div style=\"float:left\">" + 
ResourceLoader.GetResource(session, "items.lang") + ":&nbsp;</div>"
@@ -499,5 +499,6 @@
         }
     %>
     <%@include file="tmodelChooser.jsp" %>
+    <%@include file="keyHelpModal.jsp" %>
     <%@include file="header-bottom.jsp" %>
-    <%@include file="keyHelpModal.jsp" %>
\ No newline at end of file
+    
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to