Revision: 13800
          http://gate.svn.sourceforge.net/gate/?rev=13800&view=rev
Author:   valyt
Date:     2011-05-06 07:54:31 +0000 (Fri, 06 May 2011)

Log Message:
-----------
Allow editing of index names.

Modified Paths:
--------------
    mimir/trunk/grails-plugin-mimir/grails-app/views/federatedIndex/edit.gsp
    mimir/trunk/grails-plugin-mimir/grails-app/views/localIndex/edit.gsp
    mimir/trunk/grails-plugin-mimir/grails-app/views/remoteIndex/edit.gsp

Modified: 
mimir/trunk/grails-plugin-mimir/grails-app/views/federatedIndex/edit.gsp
===================================================================
--- mimir/trunk/grails-plugin-mimir/grails-app/views/federatedIndex/edit.gsp    
2011-05-05 13:36:48 UTC (rev 13799)
+++ mimir/trunk/grails-plugin-mimir/grails-app/views/federatedIndex/edit.gsp    
2011-05-06 07:54:31 UTC (rev 13800)
@@ -29,15 +29,6 @@
                <tbody>
 
                        <tr class="prop">
-                               <td valign="top" class="name"><label 
for="name">Name:</label></td>
-                               <td valign="top"
-                                       class="value 
${hasErrors(bean:federatedIndexInstance,field:'name','errors')}">
-                               <input type="text" id="name" name="name"
-                                       
value="${fieldValue(bean:federatedIndexInstance,field:'name')}" />
-                               </td>
-                       </tr>
-
-                       <tr class="prop">
                                <td valign="top" class="name"><label 
for="indexId">Index
                                Id:</label></td>
                                <td valign="top"
@@ -48,6 +39,15 @@
                        </tr>
 
                        <tr class="prop">
+                               <td valign="top" class="name"><label 
for="name">Name:</label></td>
+                               <td valign="top"
+                                       class="value 
${hasErrors(bean:federatedIndexInstance,field:'name','errors')}">
+                               <input type="text" id="name" name="name"
+                                       
value="${fieldValue(bean:federatedIndexInstance,field:'name')}" />
+                               </td>
+                       </tr>
+
+                       <tr class="prop">
                                <td valign="top" class="name"><label 
for="state">State:</label>
                                </td>
                                <td valign="top"

Modified: mimir/trunk/grails-plugin-mimir/grails-app/views/localIndex/edit.gsp
===================================================================
--- mimir/trunk/grails-plugin-mimir/grails-app/views/localIndex/edit.gsp        
2011-05-05 13:36:48 UTC (rev 13799)
+++ mimir/trunk/grails-plugin-mimir/grails-app/views/localIndex/edit.gsp        
2011-05-06 07:54:31 UTC (rev 13800)
@@ -34,8 +34,7 @@
                <tbody>
 
                        <tr class="prop">
-                               <td valign="top" class="name"><label 
for="indexId">Index
-                               Id:</label></td>
+                               <td valign="top" class="name"><label 
for="indexId">Index ID:</label></td>
                                <td valign="top"
                                        class="value 
${hasErrors(bean:localIndexInstance,field:'indexId','errors')}">
                                <input type="text" id="indexId" name="indexId"
@@ -44,6 +43,14 @@
                        </tr>
 
                        <tr class="prop">
+                               <td valign="top" class="name"><label 
for="name">Name:</label></td>
+                               <td valign="top"
+                                       class="value 
${hasErrors(bean:localIndexInstance,field:'name','errors')}">
+                               <input type="text" id="name" name="name"
+                                       
value="${fieldValue(bean:localIndexInstance,field:'name')}" /></td>
+                       </tr>
+
+                       <tr class="prop">
                                <td valign="top" class="name"><label 
for="state">State:</label>
                                </td>
                                <td valign="top"

Modified: mimir/trunk/grails-plugin-mimir/grails-app/views/remoteIndex/edit.gsp
===================================================================
--- mimir/trunk/grails-plugin-mimir/grails-app/views/remoteIndex/edit.gsp       
2011-05-05 13:36:48 UTC (rev 13799)
+++ mimir/trunk/grails-plugin-mimir/grails-app/views/remoteIndex/edit.gsp       
2011-05-06 07:54:31 UTC (rev 13800)
@@ -33,8 +33,7 @@
                <tbody>
 
                        <tr class="prop">
-                               <td valign="top" class="name"><label 
for="indexId">Index
-                               UUID:</label></td>
+                               <td valign="top" class="name"><label 
for="indexId">Index ID:</label></td>
                                <td valign="top"
                                        class="value 
${hasErrors(bean:remoteIndexInstance,field:'indexId','errors')}">
                                <label for="indexId">
@@ -42,6 +41,15 @@
                        </tr>
 
                        <tr class="prop">
+                               <td valign="top" class="name"><label 
for="name">Name:</label></td>
+                               <td valign="top"
+                                       class="value 
${hasErrors(bean:remoteIndexInstance,field:'name','errors')}">
+                               <input type="text" id="name" name="name"
+                                       
value="${fieldValue(bean:remoteIndexInstance,field:'name')}" /></td>
+                       </tr>
+
+
+                       <tr class="prop">
                                <td valign="top" class="name">State:</td>
                                <td valign="top"
                                        class="value 
${hasErrors(bean:remoteIndexInstance,field:'state','errors')}">


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to