diff gnv/src/main/webapp/WEB-INF/jsp/includes/display_wms_options_inc.jsp @ 694:271ec4d11a9f

Changed the whole design of the application regarding the bsh styleguide. gnv/trunk@925 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 13 Apr 2010 16:44:30 +0000
parents ccd47d9887ec
children 3e6e07142a48
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/jsp/includes/display_wms_options_inc.jsp	Tue Apr 13 12:10:15 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/includes/display_wms_options_inc.jsp	Tue Apr 13 16:44:30 2010 +0000
@@ -41,7 +41,7 @@
                         OutputParameter param = iter.next(); %>
 
                         <tr>
-                            <td><bean-el:message key="<%=param.getName()%>"/></td>
+                            <td class="parameter"><bean-el:message key="<%=param.getName()%>"/></td>
                             <td>
                                 <%if (param.getType().equalsIgnoreCase("boolean")) {
                                     boolean checked = (opts != null) ? "true".equalsIgnoreCase(opts.getValue(param.getName())) : param.getValue().equalsIgnoreCase("true");

http://dive4elements.wald.intevation.org