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 2015/12/16 14:38:23 UTC

[04/30] syncope git commit: [SYNCOPE-740] Release process in place, now time to check if it works

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AuditEventsPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AuditEventsPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AuditEventsPanel.html
deleted file mode 100644
index c86473a..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AuditEventsPanel.html
+++ /dev/null
@@ -1,122 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:head>
-    <style>
-      .container {
-        display: block;
-        width: 100%;
-      }
-
-      .label {
-        font-size: 12px;
-        vertical-align: middle;
-        font-family: Verdana,Tahoma,sans-serif;
-        display: table-cell;
-        width: 300px;
-        height: 20px;
-      }
-
-      .divtableheaderlabel {
-        font-weight: bold;
-        float: left;
-        margin-left: 5px;
-        display: table-cell;
-        width: 70px;
-      }
-
-      .divtableheadercell {
-        display: inline-table;
-        vertical-align: top;
-        text-align: right;
-        width: 105px;
-        height: 20px;
-      }
-
-      .divtablecheckcolumn {
-        display: table-cell;
-        vertical-align: top;
-        text-align: right;
-        width: 105px;
-      }
-
-      .divtablecheck {
-        width: 105px;
-        height: 20px;
-      }
-    </style>
-  </wicket:head>
-  <wicket:panel>
-    <div class="container">
-      <div style="display:inline-table;">
-        <div class="label">
-          &nbsp;
-        </div>
-        <div style="display: table-cell">
-          <div class="divtableheadercell">
-            <div class="divtableheaderlabel">
-              <label wicket:id="successLabel"/>
-            </div>
-            <div style="display: table-cell">
-              <input type="checkbox" wicket:id="successSelector" style="margin-top: 0px;margin-bottom: 0px;"/>
-            </div>
-          </div>
-        </div>
-        <div style="display: table-cell">
-          <div class="divtableheadercell">
-            <div class="divtableheaderlabel">
-              <label wicket:id="failureLabel"/>
-            </div>
-            <div style="display: table-cell">
-              <input type="checkbox" wicket:id="failureSelector" style="margin-top: 0px;margin-bottom: 0px;"/>
-            </div>
-          </div>
-        </div>
-      </div>
-    </div>
-
-    <div class="container">
-      <div class="label">
-        <div id="divtablerow-label" wicket:id="categoryView">
-          <div class="label">
-            <span wicket:id="subcategory">[subcategory]</span>
-          </div>
-        </div>
-      </div>
-
-      <div id="divtablerow-success" class="divtablecheckcolumn">
-        <span wicket:id="successGroup">
-          <div wicket:id="successView" class="divtablecheck">
-            <div class="divtableheaderlabel">&nbsp;</div>
-            <input type="checkbox" wicket:id="successCheck"/>
-          </div>
-        </span>
-      </div>
-
-      <div id="divtablerow-failure" class="divtablecheckcolumn">
-        <span wicket:id="failureGroup">
-          <div wicket:id="failureView" class="divtablecheck">
-            <div class="divtableheaderlabel">&nbsp;</div>
-            <input type="checkbox" wicket:id="failureCheck"/>
-          </div>
-        </span>
-      </div>
-    </div>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.html
deleted file mode 100644
index 40d55ee..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.html
+++ /dev/null
@@ -1,60 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-    <table class="ui-widget ui-widget-content ui-corner-all"
-           style="font-size: 1em;margin-top:2px;"
-           width="100%" cellpadding="2px" cellspacing="1px">
-      <thead>
-        <tr class="ui-widget-header">
-          <th><wicket:message key="derAttrToRemove"/></th>
-          <th><wicket:message key="derAttrName"/></th>
-          <th><wicket:message key="derAttrValue"/></th>
-        </tr>
-      </thead>
-
-      <tfoot>
-        <tr>
-          <td>
-            <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                   wicket:id="addAttributeBtn"/>
-          </td>
-        </tr>
-      </tfoot>
-
-      <tbody wicket:id="derAttrContainer">
-        <tr wicket:id="attrs">
-          <td align="center" valign="middle">
-            <input type="checkbox" class="text ui-widget-content ui-corner-all" wicket:id="toRemove"/>
-          </td>
-
-          <td>
-            <select class="text ui-widget-content ui-corner-all"
-                    style="width:100%" wicket:id="schema"/>
-          </td>
-
-          <td align="center" valign="middle">
-            <input type="text"
-                   style="width:98%; padding-left: 0px; padding-right: 0px" wicket:id="value"/>
-          </td>
-        </tr>
-      </tbody>
-    </table>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.properties
deleted file mode 100644
index a09c0b0..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-addAttributeBtn=Add
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_it.properties
deleted file mode 100644
index 9a4df9c..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_it.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-addAttributeBtn=Aggiungi
-

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_pt_BR.properties
deleted file mode 100644
index a7ac4dc..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_pt_BR.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-addAttributeBtn=Adicionar
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/EventSelectionPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/EventSelectionPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/EventSelectionPanel.html
deleted file mode 100644
index ac7c9fc..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/EventSelectionPanel.html
+++ /dev/null
@@ -1,125 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:head>
-    <style>
-      .container {
-        display: block;
-        width: 100%;
-      }
-
-      .label {
-        font-size: 12px;
-        vertical-align: middle;
-        font-family: Verdana,Tahoma,sans-serif;
-        display: table-cell;
-        width: 300px;
-        height: 20px;
-      }
-
-      .divtableheaderlabel {
-        font-weight: bold;
-        float: left;
-        margin-left: 5px;
-        display: table-cell;
-        width: 70px;
-      }
-
-      .divtableheadercell {
-        display: inline-table;
-        vertical-align: top;
-        text-align: right;
-        width: 105px;
-        height: 20px;
-      }
-
-      .divtablecheckcolumn {
-        display: table-cell;
-        vertical-align: top;
-        text-align: right;
-        width: 105px;
-      }
-
-      .divtablecheck {
-        width: 105px;
-        height: 20px;
-      }
-
-    </style>
-  </wicket:head>
-  <wicket:panel>
-    <div class="eventSelectionWidzard">
-      <div class="container">
-        <div style="display:inline-table;">
-          <div class="label">
-            &nbsp;
-          </div>
-          <div style="display: table-cell">
-            <div class="divtableheadercell">
-              <div class="divtableheaderlabel">
-                <label wicket:id="successLabel"/>
-              </div>
-              <div style="display: table-cell">
-                <input type="checkbox" wicket:id="successSelector" style="margin-top: 0px;margin-bottom: 0px;"/>
-              </div>
-            </div>
-          </div>
-          <div style="display: table-cell">
-            <div class="divtableheadercell">
-              <div class="divtableheaderlabel">
-                <label wicket:id="failureLabel"/>
-              </div>
-              <div style="display: table-cell">
-                <input type="checkbox" wicket:id="failureSelector" style="margin-top: 0px;margin-bottom: 0px;"/>
-              </div>
-            </div>
-          </div>
-        </div>
-      </div>
-
-      <div class="container">
-        <div class="label">
-          <div id="divtablerow-label" wicket:id="categoryView">
-            <div class="label">
-              <span wicket:id="subcategory">[subcategory]</span>
-            </div>
-          </div>
-        </div>
-
-        <div id="divtablerow-success" class="divtablecheckcolumn">
-          <span wicket:id="successGroup">
-            <div wicket:id="successView" class="divtablecheck">
-              <div class="divtableheaderlabel">&nbsp;</div>
-              <input type="checkbox" wicket:id="successCheck"/>
-            </div>
-          </span>
-        </div>
-
-        <div id="divtablerow-failure" class="divtablecheckcolumn">
-          <span wicket:id="failureGroup">
-            <div wicket:id="failureView" class="divtablecheck">
-              <div class="divtableheaderlabel">&nbsp;</div>
-              <input type="checkbox" wicket:id="failureCheck"/>
-            </div>
-          </span>
-        </div>
-      </div>
-    </div>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.html
deleted file mode 100644
index 42bf48f..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-    <div id="formtable">
-      <span wicket:id="parent">[parent]</span>
-
-      <div class="tablerow">
-        <div class="tablecolumn_label short_dynamicsize">
-          <wicket:message key="name"/>
-        </div>
-        <div class="tablecolumn_field medium_dynamicsize">
-          <span wicket:id="name"/>
-          <a class="tooltips" wicket:id="questionMarkJexlHelp" href="#" alt="Click to help" title="Click to help">
-            <img src="img/help.png"/>
-            <span wicket:id="jexlHelp" class="tooltips">
-              <wicket:message key="jexl_info"/>
-              <ul>
-                <li><wicket:message key="jexl_ex1"/></li>
-                <li><wicket:message key="jexl_ex2"/></li>
-              </ul>
-              <a href="#" wicket:id="jexlLink" target="_blank"><wicket:message key="jexl_syntax_url"/></a>
-            </span>
-          </a>
-        </div>
-      </div>
-
-      <div class="tablerow alt">
-        <div class="tablecolumn_label short_dynamicsize">
-          <wicket:message key="inheritOwner"/>
-        </div>
-        <div class="tablecolumn_field medium_dynamicsize">
-          <span wicket:id="inheritOwner"/>
-        </div>
-      </div>
-
-      <div class="tablerow">
-        <div class="tablecolumn_label short_dynamicsize">
-          <wicket:message key="inheritTemplates"/>
-        </div>
-        <div class="tablecolumn_field medium_dynamicsize">
-          <span wicket:id="inheritTemplates"/>
-        </div>
-      </div>
-
-      <div wicket:id="ownerContainer">
-        <div class="tablerow alt">
-          <div class="tablecolumn_label short_dynamicsize">
-            <wicket:message key="userOwner"/>
-          </div>
-          <div class="tablecolumn_field medium_dynamicsize">
-            <span wicket:id="userOwner"/>
-            <a href="#" wicket:id="userOwnerSelect"><img src="img/actions/search.png" alt="select user owner" title="Search"/></a>
-            <a href="#" wicket:id="userOwnerReset"><img src="img/actions/delete.png" alt="reset user owner" title="Delete"/></a>
-          </div>
-        </div>
-
-        <div class="tablerow">
-          <div class="tablecolumn_label short_dynamicsize">
-            <wicket:message key="groupOwner"/>
-          </div>
-          <div class="tablecolumn_field medium_dynamicsize">
-            <span wicket:id="groupOwner"/>
-            <a href="#" wicket:id="groupOwnerSelect"><img src="img/actions/search.png" alt="select group owner" title="Search"/></a>
-            <a href="#" wicket:id="groupOwnerReset"><img src="img/actions/delete.png" alt="reset group owner" title="Delete"/></a>
-          </div>
-        </div>
-      </div>
-    </div>
-
-    <span wicket:id="parentSelectWin"/>
-    <span wicket:id="userOwnerSelectWin"/>
-    <span wicket:id="groupOwnerSelectWin"/>
-
-    <wicket:fragment wicket:id="parentFragment">
-      <div class="tablerow">
-        <div class="tablecolumn_label short_dynamicsize">
-          <wicket:message key="parent"/>
-        </div>
-        <div class="tablecolumn_field medium_dynamicsize">
-          <span wicket:id="parent"/>
-          <a href="#" wicket:id="parentSelect"><img src="img/actions/search.png" alt="select group parent" title="Search"/></a>
-          <a href="#" wicket:id="parentReset"><img src="img/actions/delete.png" alt="reset group parent" title="Delete"/></a>
-        </div>
-      </div>
-    </wicket:fragment>
-
-    <wicket:fragment wicket:id="emptyFragment">
-    </wicket:fragment>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.properties
deleted file mode 100644
index 52581e5..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-name=Name
-userOwner=Owner (user)
-groupOwner=Owner (group)
-inheritOwner=Inherit owner
-parent=Parent
-inheritTemplates=Inherit templates

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_it.properties
deleted file mode 100644
index f7fbc02..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_it.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-name=Nome
-userOwner=Proprietario (utente)
-groupOwner=Proprietario (gruppo)
-inheritOwner=Eredita proprietario
-parent=Padre
-inheritTemplates=Eredita modelli

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_pt_BR.properties
deleted file mode 100644
index 772fc4e..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_pt_BR.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-name=Nome
-userOwner=Dono (usu\u00e1rio)
-groupOwner=Dono (grupo)
-inheritOwner=Dono herdado
-parent=Parente
-inheritTemplates=Modelo herdado

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.html
deleted file mode 100644
index 5783350..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-
-    <div id="details">
-      <span wicket:id="details">[group details]</span>
-      <span wicket:id="statuspanel">[Status Panel]</span>
-      <span wicket:id="systeminformation">[System Information]</span>
-    </div>
-
-    <div id="templates">
-      <span wicket:id="templates">[templates]</span>
-    </div>
-
-    <div id="plainAttrs">
-      <div id="formtable">
-        <div class="tablerow">
-          <div class="tablecolumn_label short_dynamicsize">
-            <wicket:message key="inheritPlainAttrs"/>
-          </div>
-          <div class="tablecolumn_field medium_dynamicsize">
-            <span wicket:id="inheritPlainAttrs" />
-          </div>
-        </div>
-
-        <span wicket:id="plainAttrs">[group attributes]</span>
-      </div>
-    </div>
-
-    <div id="derAttrs">
-      <div id="formtable">
-        <div class="tablerow alt">
-          <div class="tablecolumn_label short_dynamicsize">
-            <wicket:message key="inheritDerAttrs"/>
-          </div>
-          <div class="tablecolumn_field medium_dynamicsize">
-            <span wicket:id="inheritDerAttrs" />
-          </div>
-        </div>
-
-        <span wicket:id="derAttrs">[group derived attributes]</span>
-      </div>
-    </div>
-
-    <div id="virAttrs">
-      <div id="formtable">
-        <div class="tablerow alt">
-          <div class="tablecolumn_label short_dynamicsize">
-            <wicket:message key="inheritVirAttrs"/>
-          </div>
-          <div class="tablecolumn_field medium_dynamicsize">
-            <span wicket:id="inheritVirAttrs" />
-          </div>
-        </div>
-
-        <span wicket:id="virAttrs">[group virtual attributes]</span>
-      </div>
-    </div>
-
-    <div id="resources">
-      <span wicket:id="resources">[resources]</span>
-    </div>
-    <div id="entitlements">
-      <span wicket:id="entitlements">[entitlements]</span>
-    </div>
-    <div id="security">
-      <span wicket:id="security">[security]</span>
-    </div>
-
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.properties
deleted file mode 100644
index 195f8ed..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-required_alert=All form fields are required.
-add=+
-drop=-
-error=Generic error occurred during the operation
-name=Name
-firstResourcesList=Group's resources
-secondResourcesList=Available resources
-firstEntitlementsList=Group's entitlements
-secondEntitlementsList=Available entitlements
-
-addAttributeBtn=Add
-required_alert=All form fields are required.
-add=+
-drop=-
-error=Generic error occurred during the operation
-name=Name
-firstResourcesList=Group's resources
-secondResourcesList=Available resources
-firstEntitlementsList=Group's entitlements
-secondEntitlementsList=Available entitlements
-derAttrs=Derived Attributes
-derAttrToRemove=Delete
-derAttrName=Name
-derAttrValue=Derived value
-
-virAttrs=Virtual Attributes
-virAttrToRemove=Delete
-virAttrName=Name
-virAttrValue=Virtual value
-
-addAttributeBtn=Add
-
-inheritPlainAttrs=Inherit plain attributes
-inheritDerAttrs=Inherit derived attributes
-inheritVirAttrs=Inherit virtual attributes

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_it.properties
deleted file mode 100644
index 7dda4fb..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_it.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-required_alert=All form fields are required.
-add=+
-drop=-
-name=Nome
-error=Errore generico durante l'operazione
-firstResourcesList=Risorse ruolo
-secondResourcesList=Risorse disponibili
-firstResourcesList=Entitlement ruolo
-secondResourcesList=Entitlement disponibili
-
-addAttributeBtn=Aggiungi
-required_alert=Tutti i valori sono richiesti.
-add=+
-drop=-
-name=Nome
-error=Errore generico durante l'operazione
-firstResourcesList=Risorse ruolo
-secondResourcesList=Risorse disponibili
-firstResourcesList=Risorse gruppo
-secondResourcesList=Risorse disponibili
-derAttrs=Attributi derivati
-derAttrToRemove=Rimuovi
-derAttrName=Nome
-derAttrValue=Valore derivato
-
-virAttrs=Attributi virtuali
-virAttrToRemove=Rimuovi
-virAttrName=Nome
-virAttrValue=Valore virtuale
-
-addAttributeBtn=Aggiungi
-
-inheritPlainAttrs=Eredita attributi normali
-inheritDerAttrs=Eredita attributi derivati
-inheritVirAttrs=Eredita attributi virtuali
-firstEntitlementsList=Entitlement grupo
-secondEntitlementsList=Entitlement disponibili

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_pt_BR.properties
deleted file mode 100644
index e74968a..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_pt_BR.properties
+++ /dev/null
@@ -1,40 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-required_alert=Todos os campos s\u00e3o obrigat\u00f3rios
-add=+
-drop=-
-error=Um erro gen\u00e9rico ocorreu durante a opera\u00e7\u00e3o
-name=Nome
-firstResourcesList=Recursos de Grupo
-secondResourcesList=Recursos Dipon\u00edveis
-firstEntitlementsList=Direitos de Grupo
-secondEntitlementsList=Direitos Dispon\u00edveis
-derAttrs=Atributos Derivados
-derAttrToRemove=Remover
-derAttrName=Nome
-derAttrValue=Valor Derivado
-
-virAttrs=Atributos Virtuais
-virAttrToRemove=Remover
-virAttrName=Nome
-virAttrValue=Valor Virtual
-
-addAttributeBtn=Adicionar
-
-inheritPlainAttrs=Atributos Herdados Normal
-inheritDerAttrs=Atributos Herdados Derivados
-inheritVirAttrs=Atributos Virtuais Herdados

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.html
deleted file mode 100644
index 61b609e..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-    <div id="formtable" wicket:id="security">
-      <div class="tablerow">
-        <div class="tablecolumn_label short_dynamicsize">
-          <label for="inheritPasswordPolicy"><wicket:message key="inheritPasswordPolicy"/></label>
-        </div>
-        <div class="tablecolumn_field medium_dynamicsize">
-          <span wicket:id="inheritPasswordPolicy">
-            [panel for dynamic input type markup]
-          </span>
-        </div>
-      </div>
-      <div class="tablerow">
-        <div class="tablecolumn_label short_dynamicsize">
-          <label for="passwordPolicy"><wicket:message key="passwordPolicy"/></label>
-        </div>
-        <div class="tablecolumn_field medium_dynamicsize">
-          <span wicket:id="passwordPolicy">
-            [panel for dynamic input type markup]
-          </span>
-        </div>
-      </div>
-
-      <div class="tablerow">
-        <div class="tablecolumn_label short_dynamicsize">
-          <label for="inheritAccountPolicy"><wicket:message key="inheritAccountPolicy"/></label>
-        </div>
-        <div class="tablecolumn_field medium_dynamicsize">
-          <span wicket:id="inheritAccountPolicy">
-            [panel for dynamic input type markup]
-          </span>
-        </div>
-      </div>
-
-      <div class="tablerow">
-        <div class="tablecolumn_label short_dynamicsize">
-          <label for="accountPolicy"><wicket:message key="accountPolicy"/></label>
-        </div>
-        <div class="tablecolumn_field medium_dynamicsize">
-          <span wicket:id="accountPolicy">
-            [panel for dynamic input type markup]
-          </span>
-        </div>
-      </div>
-    </div>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.properties
deleted file mode 100644
index 167673d..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-inheritPasswordPolicy = Inherit password policy
-inheritAccountPolicy = Inherit account policy
-passwordPolicy = Password Policy
-accountPolicy = Account Policy
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_it.properties
deleted file mode 100644
index 6e7c6ed..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_it.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-inheritPasswordPolicy = Eredita password policy
-inheritAccountPolicy = Eredita account policy
-passwordPolicy = Password Policy
-accountPolicy = Account Policy

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_pt_BR.properties
deleted file mode 100644
index 5c77adc..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_pt_BR.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-inheritPasswordPolicy = Pol\u00EDtica de Senha Herdada
-inheritAccountPolicy = Pol\u00EDtica de Conta Herdada
-passwordPolicy = Pol\u00EDtica de Senha
-accountPolicy = Pol\u00EDtica de Conta
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSummaryPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSummaryPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSummaryPanel.html
deleted file mode 100644
index 39eead2..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupSummaryPanel.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-
-    <span wicket:id="groupSummaryPanel">[Group panel]</span>
-
-    <wicket:fragment wicket:id="groupViewPanel">
-      <span wicket:id="nodeViewPanel"></span>
-    </wicket:fragment>
-
-    <wicket:fragment wicket:id="rootPanel">
-      <div style="float:left; width:70%;">
-        <p style="height:15px; margin-top: 0px;" class="ui-widget ui-corner-all ui-widget-header">
-          <span style="float:right;" wicket:id="actionLinks"/>
-        </p>
-      </div>
-    </wicket:fragment>
-
-    <wicket:fragment wicket:id="fakerootFrag">
-    </wicket:fragment>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.html
deleted file mode 100644
index a05da39..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-    <div style="float:left; width:70%;">
-      <script type="text/javascript">
-        $(document).ready(function () {
-          $("div form #tabs").tabs();
-        });
-        $(document).ready(function () {
-          $("div form #tabs #templates").tabs();
-        });
-      </script>
-      <p style="height:15px; margin-top: 0px;" class="ui-widget ui-corner-all ui-widget-header">
-        <wicket:message key="title"/>
-        <span wicket:id="displayName"/>
-        <span style="float:right;" wicket:id="actionLinks"/>
-      </p>
-
-      <form wicket:id="groupForm">
-        <div id="tabs" style="margin: 0px;">
-          <ul>
-            <li><a href="#details"><span><wicket:message key="details"/></span></a></li>
-            <li><a href="#templates"><span><wicket:message key="templates"/></span></a></li>
-            <li><a href="#plainAttrs"><span><wicket:message key="plainAttrs"/></span></a></li>
-            <li><a href="#derAttrs"><span><wicket:message key="derAttrs"/></span></a></li>
-            <li><a href="#virAttrs"><span><wicket:message key="virAttrs"/></span></a></li>
-            <li><a href="#resources"><span><wicket:message key="resources"/></span></a></li>
-            <li><a href="#entitlements"><span><wicket:message key="entitlements"/></span></a></li>
-            <li><a href="#security"><span><wicket:message key="security"/></span></a></li>
-            <li><a href="#users"><span><wicket:message key="users"/></span></a></li>
-          </ul>
-          <div wicket:id="groupPanel">
-          </div>
-          <div id="users">
-            <div wicket:id="userListContainer">
-              <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                     wicket:id="search"/>
-              <div id="users-contain" class="ui-widget" style="width:auto">
-                <span wicket:id="userList"> [userList] </span>
-              </div>
-            </div>
-          </div>
-        </div>
-      </form>
-    </div>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.properties
deleted file mode 100644
index 4ee3e36..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Group
-details=Details
-plainAttrs=Plain attributes
-derAttrs=Derived attributes
-virAttrs=Virtual attributes
-resources=Resources
-entitlements=Entitlements
-security=Security
-users=Users
-search=Get Users
-templates=Templates

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_it.properties
deleted file mode 100644
index 61e0772..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_it.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Gruppo
-details=Dettagli
-plainAttrs=Attributi normali
-derAttrs=Attributi derivati
-virAttrs=Attributi virtuali
-resources=Risorse
-entitlements=Entitlement
-security=Sicurezza
-users=Utenti
-search=Lista Utenti
-templates=Modelli

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_pt_BR.properties
deleted file mode 100644
index 7e751b2..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_pt_BR.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Grupo
-details=Detalhes
-plainAttrs=Atributos Normal
-derAttrs=Atributos Derivados
-virAttrs=Atributos Virtuais
-resources=Recursos
-entitlements=Direitos
-security=Seguran\u00e7a
-users=Usu\u00e1rios
-search=Obter Usu\u00e1rios
-templates=Modelo

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/ImagePanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/ImagePanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/ImagePanel.html
deleted file mode 100644
index 63a568e..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/ImagePanel.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-    <img wicket:id="img" />
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/JQueryUITabbedPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/JQueryUITabbedPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/JQueryUITabbedPanel.html
deleted file mode 100644
index 9f66972..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/JQueryUITabbedPanel.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:head>
-    <style>
-      li.selected {
-        margin-bottom: -1px !important;
-        padding-bottom: 1px !important;
-      }
-    </style>
-  </wicket:head>
-  <wicket:panel xmlns:wicket="http://wicket.apache.org">
-    <div>
-      <span wicket:id="tabs-container"> 
-        <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
-          <li wicket:id="tabs" class="ui-state-default ui-corner-top">
-            <a class="ui-tabs-anchor" href="#" wicket:id="link"><span wicket:id="title">[[tab title]]</span></a>
-          </li>
-        </ul>
-      </span>
-      <div wicket:id="panel" class="ui-tabs-panel ui-widget-content ui-corner-bottom" 
-           style="border-width: 1px;border-top-width: 0px;">[panel]</div>
-    </div>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel.html
deleted file mode 100644
index 51840f4..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-    <div>
-      <div id="users-contain" class="ui-widget">
-        <span wicket:id="container">
-          <form wicket:id="form">
-            <div id="fields">
-              <span wicket:id="fields">[fields]</span>
-            </div>
-            <div style="margin: 20px 0px 0">
-              <input type="submit" style="padding: 7px 15px;"
-                     class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                     wicket:id="apply"/>
-              <input type="button" style="padding: 7px 15px;"
-                     class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                     wicket:id="cancel"/>
-            </div>
-          </form>
-        </span>
-      </div>
-    </div>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel.properties
deleted file mode 100644
index a7a1683..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-apply=Save
-cancel=Cancel

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel_it.properties
deleted file mode 100644
index a7a1683..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel_it.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-apply=Save
-cancel=Cancel

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel_pt_BR.properties
deleted file mode 100644
index a7a1683..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LayoutsPanel_pt_BR.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-apply=Save
-cancel=Cancel

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LoggerCategoryPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LoggerCategoryPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LoggerCategoryPanel.html
deleted file mode 100644
index c98dcb5..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/LoggerCategoryPanel.html
+++ /dev/null
@@ -1,106 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:head>
-    <style>
-
-      .events{
-        display: table-row;
-        width: 990px;
-      }
-
-      .selectedEvents{
-        display: inline-block;
-        height: 100px;
-        margin: 10px 10px 0 10px;
-        overflow-y: auto;
-      }
-
-      .eventSelection{
-        display: inline-table;
-        float: right;
-        width: 380px;
-        min-width: 380px;
-      }
-
-      .eventSelection div#eventElement{
-        display: table-row;
-        width:100%;
-      }
-      .eventSelection div#eventElement div#label{
-        display: table-cell;
-      }
-
-      .eventSelection div#eventElement div#value{
-        display: table-cell;
-        padding: 0 0 0 10px;
-      }
-    </style>
-  </wicket:head>
-  <wicket:panel>
-
-    <div class="events">
-      <div class="selectedEvents">
-        <span wicket:id="selectedEventsPanel">[selected events panel]</span>
-      </div>
-
-      <div class="eventSelection">
-        <div wicket:id="categoryContainer" style="display: block; margin: 10px 0px 20px 0px">
-          <div id="eventElement">
-            <div id="label">
-              <label wicket:id="typeLabel"/>
-            </div>
-            <div id="value">
-              <span wicket:id="type">[type]</span>
-            </div>
-          </div>
-          <div id="eventElement">
-            <div id="label">
-              <label wicket:id="categoryLabel"/>
-            </div>
-            <div id="value">
-              <span wicket:id="category">[category]</span>
-            </div>
-          </div>
-          <div id="eventElement">
-            <div id="label">
-              <label wicket:id="subcategoryLabel"/>
-            </div>
-            <div id="value">
-              <span wicket:id="subcategory">[sub-category]</span>
-            </div>
-          </div>
-          <div id="eventElement">
-            <div id="label">
-              <label wicket:id="customLabel"/>
-            </div>
-            <div id="value">
-              <span wicket:id="custom">[custom]</span>
-              <span wicket:id="customActions">[actions]</span>
-            </div>
-          </div>
-        </div>
-        <div wicket:id="eventsContainer" style="display: block">
-          <span wicket:id="eventsPanel">[events panel]</span>
-        </div>
-      </div>
-    </div>
-
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel.html
deleted file mode 100644
index cac787d..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-    <p class="ui-widget ui-corner-all ui-widget-header">
-      <wicket:message key="membership_availability"/>
-    </p>
-
-    <div wicket:id="treeTable" style="float: left; width: 100%; margin:auto;" class="group-tree groupTable"/>
-
-    <div style="float: left; width: 100%;">
-      <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="membership_text"/></p>
-
-      <table id="users" class="membershipTable"
-             style="font-size:1.1em" wicket:id="membershipsContainer"
-             cellpadding="5px" cellspacing="2px">
-        <thead>
-          <tr class="ui-widget-header">
-            <th><wicket:message key="id"/></th>
-            <th><wicket:message key="name"/></th>
-            <th><wicket:message key="edit"/></th>
-            <th><wicket:message key="delete"/></th>
-          </tr>
-        </thead>
-        <tbody>
-          <tr wicket:id="memberships">
-            <td>
-              <span wicket:id="groupId"/>
-            </td>
-            <td>
-              <span wicket:id="groupName"/>
-            </td>
-            <td>
-              <a href="#" wicket:id="editLink">
-                <wicket:message key="edit"/>
-              </a>
-            </td>
-            <td>
-              <a href="#" wicket:id="deleteLink">
-                <wicket:message key="delete"/>
-              </a>
-            </td>
-          </tr>
-        </tbody>
-      </table>
-    </div>
-
-    <div wicket:id="membershipWin"/>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel.properties
deleted file mode 100644
index 16b7c36..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-id=Group Id
-name=Group Name
-edit=Edit
-delete=Delete
-
-membership_availability=Available groups
-membership_text=Selected groups

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel_it.properties
deleted file mode 100644
index 86864a1..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel_it.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-id=Id Gruppo
-edit=Modifica
-delete=Rimuovi
-name=Nome Gruppo
-
-membership_availability=Gruppi disponibili
-membership_text=Gruppi selezionati
-

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel_pt_BR.properties
deleted file mode 100644
index 5a41e98..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/MembershipsPanel_pt_BR.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-id=Identificador da Grupo
-name=Nome da Grupo
-edit=Alterar
-delete=Excluir
-
-membership_availability=Grupos dispon\u00edveis
-membership_text=Grupos selecionadas

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks.html
deleted file mode 100644
index 68cec92..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-    <div id="users-contain" class="ui-widget" style="width:auto">
-      <span wicket:id="container">
-        <span wicket:id="datatable">[datatable]</span>
-      </span>
-
-      <span style="float:right">
-        <form wicket:id="PaginatorForm" style="display:inline">
-          <label><wicket:message key="displayRows"/></label>
-          <select class="text ui-widget-content ui-corner-all"
-                  wicket:id="rowsChooser"/>
-        </form>
-      </span>
-    </div>
-    <div wicket:id="taskWin">
-      [Show modal window for viewing task]
-    </div>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks.properties
deleted file mode 100644
index d6bbd36..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-id=Id
-execute=Execute
-detail=Detail
-delete=Delete
-edit=Edit
-sender=Sender
-recipients=Recipients
-traceLevel=Trace level
-subject=Subject
-latestExecStatus=Last status

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks_it.properties
deleted file mode 100644
index da12f15..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks_it.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-id=Id
-execute=Esegui
-detail=Dettagli
-delete=Rimuovi
-edit=Modifica
-sender=Mittente
-recipients=Destinatari
-traceLevel=Livello di tracciamento
-subject=Oggetto
-latestExecStatus=Ultimo stato

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks_pt_BR.properties
deleted file mode 100644
index abed229..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/NotificationTasks_pt_BR.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-id=Identificador
-execute=Executar
-detail=Detalhe
-delete=Excluir
-edit=Alterar
-sender=Enviar
-recipients=Destinat\u00E1rios
-traceLevel=N\u00EDvel do Trace
-subject=Assunto
-latestExecStatus=\u00DAltimo Estatus

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/PlainAttrsPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/PlainAttrsPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/PlainAttrsPanel.html
deleted file mode 100644
index 61f699d..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/PlainAttrsPanel.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-    <div class="tablerow" wicket:id="schemas">
-      <div class="tablecolumn_label short_dynamicsize">
-        <span wicket:id="name"/>
-      </div>
-
-      <div class="tablecolumn_field medium_dynamicsize">
-        <span wicket:id="panel">
-          [panel for dynamic input type markup]
-        </span>
-        <a class="tooltips" wicket:id="questionMarkJexlHelp" href="#" alt="Click to help" title="Click to help">
-          <img src="img/help.png"/>
-          <span wicket:id="jexlHelp" class="tooltips">
-            <wicket:message key="jexl_info"/>
-            <ul>
-              <li><wicket:message key="jexl_ex1"/></li>
-              <li><wicket:message key="jexl_ex2"/></li>
-            </ul>
-            <a href="#" wicket:id="jexlLink" target="_blank"><wicket:message key="jexl_syntax_url"/></a>
-          </span>
-        </a>
-      </div>
-    </div>
-  </wicket:panel>
-</html>
\ No newline at end of file