You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2002/05/04 15:52:44 UTC

cvs commit: jakarta-tomcat-4.0/webapps/admin/resources envEntries.jspf

manveen     02/05/04 06:52:44

  Modified:    webapps/admin/resources envEntries.jspf
  Log:
  Add link from env entries list to display propertries of the env entry.
  
  Revision  Changes    Path
  1.2       +0 -5      jakarta-tomcat-4.0/webapps/admin/resources/envEntries.jspf
  
  Index: envEntries.jspf
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/resources/envEntries.jspf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- envEntries.jspf	4 May 2002 05:14:28 -0000	1.1
  +++ envEntries.jspf	4 May 2002 13:52:44 -0000	1.2
  @@ -31,19 +31,14 @@
             </td>
           </logic:present>
           <td><div align="left" class="table-normal-text">
  -          <%-- FIX ME-- add link once the operation is implemented 
             <html:link page='<%= "/resources/setUpEnvEntry.do?objectName=" + 
                                  URLEncoder.encode(envEntry) %>'>
               <controls:attribute name="envEntry" attribute="name"/>
             </html:link>
  -          --%>
               <controls:attribute name="envEntry" attribute="name"/>
           </div></td>
           <td><div align="left" class="table-normal-text">&nbsp;
             <controls:attribute name="envEntry" attribute="value"/>
  -        </div></td>
  -        <td><div align="left" class="table-normal-text">&nbsp;
  -          <controls:attribute name="envEntry" attribute="description"/>
           </div></td>
         </tr>
       </logic:iterate>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>