You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/04/20 13:02:38 UTC

[3/4] syncope git commit: [SYNCOPE-156] Fixing breadcrumb

[SYNCOPE-156] Fixing breadcrumb


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

Branch: refs/heads/master
Commit: 450387858a73ed4aeb11f140309c30834f31107b
Parents: f2bbd93
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Apr 20 10:51:37 2016 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Apr 20 10:51:37 2016 +0200

----------------------------------------------------------------------
 .../org/apache/syncope/client/console/pages/Notifications.html    | 3 ++-
 .../resources/org/apache/syncope/client/console/pages/Realms.html | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/45038785/client/console/src/main/resources/org/apache/syncope/client/console/pages/Notifications.html
----------------------------------------------------------------------
diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Notifications.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Notifications.html
index 7e23e5b..86b2afb 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Notifications.html
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Notifications.html
@@ -22,7 +22,8 @@ under the License.
       <h1>&nbsp;</h1>
       <ol class="breadcrumb">
         <li><a wicket:id="dashboardBr"><i class="fa fa-dashboard"></i> <wicket:message key="dashboard"></wicket:message></a></li>
-        <li class="active" id="pageTitleInBradcrumb"><wicket:message key="notifications"></wicket:message></li>
+        <li class="active"><wicket:message key="configuration"/></li>
+        <li class="active"><wicket:message key="notifications"></wicket:message></li>
       </ol>
     </section>
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/45038785/client/console/src/main/resources/org/apache/syncope/client/console/pages/Realms.html
----------------------------------------------------------------------
diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Realms.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Realms.html
index 649c884..cc6a805 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Realms.html
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Realms.html
@@ -22,7 +22,7 @@ under the License.
       <h1>&nbsp;</h1>
       <ol class="breadcrumb">
         <li><a wicket:id="dashboardBr"><i class="fa fa-dashboard"></i> <wicket:message key="dashboard"></wicket:message></a></li>
-        <li class="active" id="pageTitleInBradcrumb"><wicket:message key="realms"></wicket:message></li>
+        <li class="active"><wicket:message key="realms"></wicket:message></li>
       </ol>
     </section>