]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
'app' was the old name, now it is 'controller'
authorRoland Haeder <roland@mxchange.org>
Fri, 28 Aug 2015 09:36:56 +0000 (11:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 28 Aug 2015 09:36:56 +0000 (11:36 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/admin/category.jsp
web/admin/product.jsp

index b9a0bd40d1d36e7560a3e812541591740fdbf3c1..28a31e3c7ff93ec001c74ccbc46dc912ea1a43a2 100644 (file)
@@ -67,7 +67,7 @@
                                                                        ${category.decodedTitle}
                                                                </td>
                                                                <td>
-                                                                       ${app.generateLinkForParent(category)}
+                                                                       ${controller.generateLinkForParent(category)}
                                                                </td>
                                                        </tr>
                                                        </c:forEach>
index 3ca9d432f9c7ebdc676bfce3a94a2bae6c9b230f..71221e72dbdc759e5dcb0b201de121ee48d7d1a5 100644 (file)
                                                                        ${product.price}
                                                                </td>
                                                                <td>
-                                                                       ${app.getPrintableProduktCategory(product)}
+                                                                       ${controller.getPrintableProduktCategory(product)}
                                                                </td>
                                                                <td>
-                                                                       ${app.getPrintableProduktAvailability(product)}
+                                                                       ${controller.getPrintableProduktAvailability(product)}
                                                                </td>
                                                        </tr>
                                                        </c:forEach>