You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/10/28 07:33:07 UTC

[04/21] isis git commit: ISIS-1223 Upgrade Wicket to 7.x

ISIS-1223 Upgrade Wicket to 7.x

Change the id of the rememberMe parent.
Changed in Wicket with: https://github.com/apache/wicket/commit/e0b105e5bcee89917d04c3a2164440d0ed2fc738


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/d483b2c6
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/d483b2c6
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/d483b2c6

Branch: refs/heads/master
Commit: d483b2c6eca16ff53b0e963e2bf308666fc92f6f
Parents: 5625c6c
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Nov 2 22:36:43 2015 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Nov 2 22:36:43 2015 +0100

----------------------------------------------------------------------
 .../apache/isis/viewer/wicket/ui/pages/login/IsisSignInPanel.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/d483b2c6/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/login/IsisSignInPanel.html
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/login/IsisSignInPanel.html b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/login/IsisSignInPanel.html
index 795a821..2f343ed 100644
--- a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/login/IsisSignInPanel.html
+++ b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/login/IsisSignInPanel.html
@@ -29,7 +29,7 @@
                     <label wicket:for="password"><wicket:message key="passwordLabel"/></label>
                     <input type="password" class="form-control" wicket:id="password" placeholder="Enter password"/>
                 </div>
-                <div class="checkbox" wicket:id="rememberMeRow">
+                <div class="checkbox" wicket:id="rememberMeContainer">
                     <label>
                         <input type="checkbox" wicket:id="rememberMe"/> <wicket:message key="rememberMeLabel"/>
                     </label>