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 2013/02/15 15:00:05 UTC

svn commit: r1446584 [6/6] - in /syncope/branches/1_0_X/console/src/main: java/org/apache/syncope/console/pages/ java/org/apache/syncope/console/pages/panels/ java/org/apache/syncope/console/wicket/ajax/markup/html/ java/org/apache/syncope/console/wick...

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleAttributesPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleAttributesPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleAttributesPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleAttributesPanel.html Fri Feb 15 14:00:02 2013
@@ -1,63 +1,66 @@
 <!--
-Copyright 2011 marco.
-
-Licensed 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.
+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.
 -->
 <wicket:panel>
 
-    <div id="tabs-1">
-        <div id="formtable">
-            <div class="tablerow">
-                <div class="tablecolumn_label short_dynamicsize">
-                    <wicket:message key="name"/>
-                </div>
-                <div class="tablecolumn_field medium_dynamicsize">
-                    <span wicket:id="name">[name]</span>
-                </div>
-            </div>
-
-            <span wicket:id="attributes">[role attributes]</span>
-
-            <div class="tablerow">
-                <div class="tablecolumn_label short_dynamicsize">
-                    <label for="inheritAttributes"><wicket:message key="inheritAttributes"/></label>
-                </div>
-                <div class="tablecolumn_field medium_dynamicsize">
-                    <span wicket:id="inheritAttributes">[inheritAttributes]</span>
-                </div>
-            </div>
+  <div id="tabs-1">
+    <div id="formtable">
+      <div class="tablerow">
+        <div class="tablecolumn_label short_dynamicsize">
+          <wicket:message key="name"/>
         </div>
-    </div>
+        <div class="tablecolumn_field medium_dynamicsize">
+          <span wicket:id="name">[name]</span>
+        </div>
+      </div>
 
-    <div id="tabs-2">
-        <span wicket:id="derivedAttributes">[role derived attributes]</span>
-        <label for="inheritDerivedAttributes"><wicket:message key="inheritDerivedAttributes"/></label>
-        <span wicket:id="inheritDerivedAttributes">[inheritDerivedAttributes]</span>
-    </div>
+      <span wicket:id="attributes">[role attributes]</span>
 
-    <div id="tabs-3">
-        <span wicket:id="virtualAttributes">[role virtual attributes]</span>
-        <label for="inheritVirtualAttributes"><wicket:message key="inheritVirtualAttributes"/></label>
-        <span wicket:id="inheritVirtualAttributes">[inheritVirtualAttributes]</span>
+      <div class="tablerow">
+        <div class="tablecolumn_label short_dynamicsize">
+          <label for="inheritAttributes"><wicket:message key="inheritAttributes"/></label>
+        </div>
+        <div class="tablecolumn_field medium_dynamicsize">
+          <span wicket:id="inheritAttributes">[inheritAttributes]</span>
+        </div>
+      </div>
     </div>
+  </div>
 
-    <div id="tabs-4">
-        <span wicket:id="resources">[resources]</span>
-    </div>
-    <div id="tabs-5">
-        <span wicket:id="entitlementsPalette">[entitlements]</span>
-    </div>
-    <div id="tabs-6">
-        <span wicket:id="security">[security]</span>
-    </div>
+  <div id="tabs-2">
+    <span wicket:id="derivedAttributes">[role derived attributes]</span>
+    <label for="inheritDerivedAttributes"><wicket:message key="inheritDerivedAttributes"/></label>
+    <span wicket:id="inheritDerivedAttributes">[inheritDerivedAttributes]</span>
+  </div>
+
+  <div id="tabs-3">
+    <span wicket:id="virtualAttributes">[role virtual attributes]</span>
+    <label for="inheritVirtualAttributes"><wicket:message key="inheritVirtualAttributes"/></label>
+    <span wicket:id="inheritVirtualAttributes">[inheritVirtualAttributes]</span>
+  </div>
+
+  <div id="tabs-4">
+    <span wicket:id="resources">[resources]</span>
+  </div>
+  <div id="tabs-5">
+    <span wicket:id="entitlementsPalette">[entitlements]</span>
+  </div>
+  <div id="tabs-6">
+    <span wicket:id="security">[security]</span>
+  </div>
 </wicket:panel>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleSummaryPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleSummaryPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleSummaryPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleSummaryPanel.html Fri Feb 15 14:00:02 2013
@@ -1,34 +1,38 @@
 <!--
- Licensed 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.
- under the License.
+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.
 -->
 <wicket:panel>
 
-    <span wicket:id="rolePanel"/>
+  <span wicket:id="rolePanel"/>
 
-    <wicket:fragment wicket:id="roleViewPanel">
-        <span wicket:id="nodeViewPanel"></span>
-    </wicket:fragment>
-
-    <wicket:fragment wicket:id="rootPanel">
-        <div style="float:left;width:60%">
-            <p style="height:15px" class="ui-widget ui-corner-all ui-widget-header">
-                <span wicket:id="actionLink"/>
-            </p>
-        </div>
-    </wicket:fragment>
+  <wicket:fragment wicket:id="roleViewPanel">
+    <span wicket:id="nodeViewPanel"></span>
+  </wicket:fragment>
+
+  <wicket:fragment wicket:id="rootPanel">
+    <div style="float:left;width:60%">
+      <p style="height:15px" class="ui-widget ui-corner-all ui-widget-header">
+        <span wicket:id="actionLink"/>
+      </p>
+    </div>
+  </wicket:fragment>
 
-    <wicket:fragment wicket:id="fakerootFrag">
-    </wicket:fragment>
+  <wicket:fragment wicket:id="fakerootFrag">
+  </wicket:fragment>
 
 </wicket:panel>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleTabPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleTabPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleTabPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleTabPanel.html Fri Feb 15 14:00:02 2013
@@ -1,60 +1,64 @@
 <!--
- Licensed 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
+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
+  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.
- under the License.
+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.
 -->
 <wicket:panel>
-    <div style="margin:10px;float:left;width:60%">
-        <p class="ui-widget ui-corner-all ui-widget-header">
-        <wicket:message key="title"/>
-        <span wicket:id="displayName"/>
-        <span wicket:id="actionLink"/>
-        </p>
+  <div style="margin:10px;float:left;width:60%">
+    <p class="ui-widget ui-corner-all ui-widget-header">
+    <wicket:message key="title"/>
+    <span wicket:id="displayName"/>
+    <span wicket:id="actionLink"/>
+    </p>
 
-        <form wicket:id="RoleForm">
-            <div id="tabs">
-                <ul>
-                    <li><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li>
-                    <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
-                    <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li>
-                    <li><a href="#tabs-4"><span><wicket:message key="tab4"/></span></a></li>
-                    <li><a href="#tabs-5"><span><wicket:message key="tab5"/></span></a></li>
-                    <li><a href="#tabs-6"><span><wicket:message key="tab6"/></span></a></li>
-                    <li><a href="#tabs-7"><span><wicket:message key="tab7"/></span></a></li>
-                </ul>
-                <div wicket:id="attributesPanel">
-                </div>
-                <div id="tabs-7">
-                    <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>
-                        <script type="text/javascript">
-                            $(function() {
-                                $('#formtable div.tablerow:even').addClass("alt");
-                                $("#tabs").tabs();
-                            });
-                        </script>
-                    </div>
-                </div>
+    <form wicket:id="RoleForm">
+      <div id="tabs">
+        <ul>
+          <li><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li>
+          <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
+          <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li>
+          <li><a href="#tabs-4"><span><wicket:message key="tab4"/></span></a></li>
+          <li><a href="#tabs-5"><span><wicket:message key="tab5"/></span></a></li>
+          <li><a href="#tabs-6"><span><wicket:message key="tab6"/></span></a></li>
+          <li><a href="#tabs-7"><span><wicket:message key="tab7"/></span></a></li>
+        </ul>
+        <div wicket:id="attributesPanel">
+        </div>
+        <div id="tabs-7">
+          <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>
-        </form>
-        <script type="text/javascript">
-            $(function() {
+            <script type="text/javascript">
+              $(function() {
                 $('#formtable div.tablerow:even').addClass("alt");
                 $("#tabs").tabs();
-            });
-        </script>
-    </div>
+              });
+            </script>
+          </div>
+        </div>
+      </div>
+    </form>
+    <script type="text/javascript">
+      $(function() {
+        $('#formtable div.tablerow:even').addClass("alt");
+        $("#tabs").tabs();
+      });
+    </script>
+  </div>
 </wicket:panel>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RolesPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RolesPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RolesPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/RolesPanel.html Fri Feb 15 14:00:02 2013
@@ -1,62 +1,64 @@
 <!--
- Licensed 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
+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
+  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.
- under the License.
+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>
-    <wicket:panel>
-        <p class="ui-widget ui-corner-all ui-widget-header">
-            <wicket:message key="membership_availability"/>
-        </p>
+<wicket:panel>
+  <p class="ui-widget ui-corner-all ui-widget-header">
+  <wicket:message key="membership_availability"/>
+</p>
 
-        <div wicket:id="treeTable"
-             style="width: 100%;display:block;margin:auto;" class="role-tree"/>
+<div wicket:id="treeTable"
+     style="width: 100%;display:block;margin:auto;" class="role-tree"/>
 
-        <p class="ui-widget ui-corner-all ui-widget-header">
-            <wicket:message key="membership_text"/>
-        </p>
+<p class="ui-widget ui-corner-all ui-widget-header">
+<wicket:message key="membership_text"/>
+</p>
 
-        <table id="users" class="roleTable"
-               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="roleId"/>
-                    </td>
-                    <td>
-                        <span wicket:id="roleName"/>
-                    </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 wicket:id="membershipWin"/>
-    </wicket:panel>
-</html>
+<table id="users" class="roleTable"
+       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="roleId"/>
+      </td>
+      <td>
+        <span wicket:id="roleName"/>
+      </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 wicket:id="membershipWin"/>
+</wicket:panel>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/SchedTasks.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/SchedTasks.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/SchedTasks.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/SchedTasks.html Fri Feb 15 14:00:02 2013
@@ -1,39 +1,41 @@
 <!--
- Licensed 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
+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
+  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.
- under the License.
+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>
-    <wicket:panel>
-        <div id="users-contain" class="ui-widget" style="width:auto">
-            <span wicket:id="container">
-                <table class="ui-widget ui-widget-content table-hover"
-                       wicket:id="datatable"/>
-            </span>
+<wicket:panel>
+  <div id="users-contain" class="ui-widget" style="width:auto">
+    <span wicket:id="container">
+      <table class="ui-widget ui-widget-content table-hover"
+             wicket:id="datatable"/>
+    </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>
-        <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-           wicket:id="createLink">
-            <wicket:message key="create_task"/>
-        </a>
-    </wicket:panel>
-</html>
+    <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>
+  <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+     wicket:id="createLink">
+    <wicket:message key="create_task"/>
+  </a>
+</wicket:panel>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/SyncTasks.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/SyncTasks.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/SyncTasks.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/SyncTasks.html Fri Feb 15 14:00:02 2013
@@ -1,39 +1,41 @@
 <!--
- Licensed 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
+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
+  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.
- under the License.
+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>
-    <wicket:panel>
-        <div id="users-contain" class="ui-widget" style="width:auto">
-            <span wicket:id="container">
-                <table class="ui-widget ui-widget-content table-hover"
-                       wicket:id="datatable"/>
-            </span>
+<wicket:panel>
+  <div id="users-contain" class="ui-widget" style="width:auto">
+    <span wicket:id="container">
+      <table class="ui-widget ui-widget-content table-hover"
+             wicket:id="datatable"/>
+    </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>
-        <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-           wicket:id="createLink">
-            <wicket:message key="create_task"/>
-        </a>
-    </wicket:panel>
-</html>
+    <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>
+  <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+     wicket:id="createLink">
+    <wicket:message key="create_task"/>
+  </a>
+</wicket:panel>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/UserManagementResultPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/UserManagementResultPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/UserManagementResultPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/UserManagementResultPanel.html Fri Feb 15 14:00:02 2013
@@ -1,208 +1,210 @@
 <!--
- Licensed 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.
- under the License.
+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>
-    <wicket:head>
-        <style>
-            div#propagation {
-                font-size: 8px;
-                height: auto;
-                margin-top: 3px;
-                text-align: left;
-            }
-
-            div#status {
-                float: left;
-                height: 25px;
-                margin-top: 3px;
-                text-align: center;
-                width: 8%;
-            }
-
-            div.assignment {
-                border: 1px solid #DDDDDD;
-                display: inline-table;
-                margin-bottom: 20px;
-                width: 100%;
-            }
-
-            div.assignments {
-                color: #555555;
-                display: inline-table;
-                margin-top: 20px;
-                width: 100%;
-            }
-
-            div.header {
-                display: inline-table;
-                margin: 5px;
-                width: 98%;
-            }
-
-            div.profile div#row{
-                display: inline-table;
-                width:100%;
-                vertical-align: middle;
-            }
-
-            div.profile {
-                background-color: #EEEEEE;
-                color: #555555;
-                display: inline-table;
-                margin: 0px 5px 5px 5px;
-                width: 98%;
-            }
-
-            div#name {
-                border-bottom: 1px solid #DDDDDD;
-                display: table-cell;
-                height: 15px;
-                width: 18%;
-                padding: 0px 5px 0px 5px;
-                vertical-align: middle;
-            }
-
-            div#value {
-                border-bottom: 1px solid #DDDDDD;
-                border-left: 1px solid #DDDDDD;
-                display: table-cell;
-                height: 15px;
-                width: 38%;
-                padding: 0px 5px 0px 5px;
-                overflow: hidden;
-                vertical-align: middle;
-            }
-
-            div#resource {
-                display: table-cell;
-                width: 18%;
-                height: 30px;
-                padding: 3px 0px 5px 0px;
-            }
-
-            div#resource img{
-                width: 12px;
-                height: 12px;
-            }
-
-            div#attrhead {
-                display: table-cell;
-                border-left: 1px solid #DDDDDD;
-                width: 38%;
-                height: 30px;
-                padding: 3px 0px 5px 0px;
-                text-align: center;
-                vertical-align: bottom;
-                font-size: 8px;
-            }
-        </style>
-    </wicket:head>
-    <wicket:panel>
-
-        <wicket:fragment wicket:id="userModalPropagationResultFrag">
-            <p class="ui-widget ui-corner-all ui-widget-header">
-            <wicket:message key="operationResult"/>&nbsp;<span wicket:id="userInfo"/>
-            </p>
-
-            <div class="assignments">
-                <div wicket:id="resources" class="assignment">
-
-                    <span wicket:id="attrhead">[Attributes head]</span>
-
-                    <div class="profile">
-                        <span wicket:id="attributes">
-                            <div id="row">
-                                <div id="name">
-                                    <span wicket:id="attrName">[Attribute name]</span>
-                                </div>
-                                <div id="value">
-                                    <span wicket:id="beforeValue">[Before value]</span>
-                                </div>
-                                <div id="value">
-                                    <span wicket:id="afterValue">[After value]</span>
-                                </div>
-                            </div>
-                        </span>
-                    </div>
-                </div>
+<wicket:head>
+  <style>
+    div#propagation {
+      font-size: 8px;
+      height: auto;
+      margin-top: 3px;
+      text-align: left;
+    }
+
+    div#status {
+      float: left;
+      height: 25px;
+      margin-top: 3px;
+      text-align: center;
+      width: 8%;
+    }
+
+    div.assignment {
+      border: 1px solid #DDDDDD;
+      display: inline-table;
+      margin-bottom: 20px;
+      width: 100%;
+    }
+
+    div.assignments {
+      color: #555555;
+      display: inline-table;
+      margin-top: 20px;
+      width: 100%;
+    }
+
+    div.header {
+      display: inline-table;
+      margin: 5px;
+      width: 98%;
+    }
+
+    div.profile div#row{
+      display: inline-table;
+      width:100%;
+      vertical-align: middle;
+    }
+
+    div.profile {
+      background-color: #EEEEEE;
+      color: #555555;
+      display: inline-table;
+      margin: 0px 5px 5px 5px;
+      width: 98%;
+    }
+
+    div#name {
+      border-bottom: 1px solid #DDDDDD;
+      display: table-cell;
+      height: 15px;
+      width: 18%;
+      padding: 0px 5px 0px 5px;
+      vertical-align: middle;
+    }
+
+    div#value {
+      border-bottom: 1px solid #DDDDDD;
+      border-left: 1px solid #DDDDDD;
+      display: table-cell;
+      height: 15px;
+      width: 38%;
+      padding: 0px 5px 0px 5px;
+      overflow: hidden;
+      vertical-align: middle;
+    }
+
+    div#resource {
+      display: table-cell;
+      width: 18%;
+      height: 30px;
+      padding: 3px 0px 5px 0px;
+    }
+
+    div#resource img{
+      width: 12px;
+      height: 12px;
+    }
+
+    div#attrhead {
+      display: table-cell;
+      border-left: 1px solid #DDDDDD;
+      width: 38%;
+      height: 30px;
+      padding: 3px 0px 5px 0px;
+      text-align: center;
+      vertical-align: bottom;
+      font-size: 8px;
+    }
+  </style>
+</wicket:head>
+<wicket:panel>
+
+  <wicket:fragment wicket:id="userModalPropagationResultFrag">
+    <p class="ui-widget ui-corner-all ui-widget-header">
+    <wicket:message key="operationResult"/>&nbsp;<span wicket:id="userInfo"/>
+    </p>
+
+    <div class="assignments">
+      <div wicket:id="resources" class="assignment">
+
+        <span wicket:id="attrhead">[Attributes head]</span>
+
+        <div class="profile">
+          <span wicket:id="attributes">
+            <div id="row">
+              <div id="name">
+                <span wicket:id="attrName">[Attribute name]</span>
+              </div>
+              <div id="value">
+                <span wicket:id="beforeValue">[Before value]</span>
+              </div>
+              <div id="value">
+                <span wicket:id="afterValue">[After value]</span>
+              </div>
             </div>
-        </wicket:fragment>
-
-        <wicket:fragment wicket:id="userModalSelfResultFrag">
-            <p><wicket:message key="selfResult"/></p>
-        </wicket:fragment>
-
-        <wicket:fragment wicket:id="remoteStatusFrag">
-            <img wicket:id="status"/>
-        </wicket:fragment>
-
-        <wicket:fragment wicket:id="attrValueFrag">
-            <span wicket:id="value">[After value]</span>
-        </wicket:fragment>
-
-        <wicket:fragment wicket:id="attrHeadFrag">
-            <div class="header alt">
-                <div id="resource">
-                    <div>
-                        <span wicket:id="resource">[resource name]</span>
-                        <img wicket:id="icon"/>
-                    </div>
-
-                    <div id="propagation">
-                        <wicket:message key="propresult">[propagation result message]</wicket:message>
-                        &nbsp;
-                        <span wicket:id="propagation">[propagation result]</span>
-                    </div>
-                </div>
-
-                <div id="attrhead">
-                    <wicket:message key="before">[before]</wicket:message>
-                </div>
-
-                <div id="attrhead">
-                    <wicket:message key="after">[after]</wicket:message>
-                </div>
-            </div>
-        </wicket:fragment>
-
-        <wicket:fragment wicket:id="emptyAttrHeadFrag">
-            <div class="header alt">
-                <div id="resource">
-                    <div>
-                        <span wicket:id="resource">[resource name]</span>
-                        <img wicket:id="icon"/>
-                    </div>
-
-                    <div id="propagation">
-                        <wicket:message key="propresult">[propagation result message]</wicket:message>
-                        &nbsp;
-                        <span wicket:id="propagation">[propagation result]</span>
-                    </div>
-                </div>
-            </div>
-        </wicket:fragment>
-
-        <wicket:fragment wicket:id="emptyFrag">
-        </wicket:fragment>
+          </span>
+        </div>
+      </div>
+    </div>
+  </wicket:fragment>
+
+  <wicket:fragment wicket:id="userModalSelfResultFrag">
+    <p><wicket:message key="selfResult"/></p>
+  </wicket:fragment>
+
+  <wicket:fragment wicket:id="remoteStatusFrag">
+    <img wicket:id="status"/>
+  </wicket:fragment>
+
+  <wicket:fragment wicket:id="attrValueFrag">
+    <span wicket:id="value">[After value]</span>
+  </wicket:fragment>
+
+  <wicket:fragment wicket:id="attrHeadFrag">
+    <div class="header alt">
+      <div id="resource">
+        <div>
+          <span wicket:id="resource">[resource name]</span>
+          <img wicket:id="icon"/>
+        </div>
 
-        <div wicket:id="container" id="users-contain" class="ui-widget" style="margin:30px; width:inherit">
+        <div id="propagation">
+          <wicket:message key="propresult">[propagation result message]</wicket:message>
+          &nbsp;
+          <span wicket:id="propagation">[propagation result]</span>
+        </div>
+      </div>
 
-            <span wicket:id="userModalResultFrag"/>
+      <div id="attrhead">
+        <wicket:message key="before">[before]</wicket:message>
+      </div>
+
+      <div id="attrhead">
+        <wicket:message key="after">[after]</wicket:message>
+      </div>
+    </div>
+  </wicket:fragment>
+
+  <wicket:fragment wicket:id="emptyAttrHeadFrag">
+    <div class="header alt">
+      <div id="resource">
+        <div>
+          <span wicket:id="resource">[resource name]</span>
+          <img wicket:id="icon"/>
+        </div>
 
-            <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="close">
-                <wicket:message key="close"/>
-            </a>
+        <div id="propagation">
+          <wicket:message key="propresult">[propagation result message]</wicket:message>
+          &nbsp;
+          <span wicket:id="propagation">[propagation result]</span>
         </div>
-    </wicket:panel>
-</html>
\ No newline at end of file
+      </div>
+    </div>
+  </wicket:fragment>
+
+  <wicket:fragment wicket:id="emptyFrag">
+  </wicket:fragment>
+
+  <div wicket:id="container" id="users-contain" class="ui-widget" style="margin:30px; width:inherit">
+
+    <span wicket:id="userModalResultFrag"/>
+
+    <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="close">
+      <wicket:message key="close"/>
+    </a>
+  </div>
+</wicket:panel>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/UserSearchPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/UserSearchPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/UserSearchPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/UserSearchPanel.html Fri Feb 15 14:00:02 2013
@@ -1,73 +1,77 @@
 <!--
- Licensed 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
+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
+  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.
- under the License.
+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.
 -->
 <wicket:panel>
-    <div id="searchBox">
-        <div wicket:id="searchFeedback"></div>
-        <table border="0">
-            <thead>
-                <tr>
-                    <th></th>
-                    <th><wicket:message key="search_not_value"/></th>
-            <th><wicket:message key="search_filter_type"/></th>
-            <th><wicket:message key="search_filter_name"/></th>
-            <th><wicket:message key="search_type_cond"/></th>
-            <th><wicket:message key="search_filter_value"/></th>
-            <th></th>
-            </tr>
-            </thead>
-            <tbody wicket:id="searchFormContainer">
-                <tr wicket:id="searchView">
-                    <td>
-                        <b><span wicket:id="operationType"/></b>
-                    </td>
-                    <td>
-                        <input type="checkbox" wicket:id="notOperator"/>
-                    </td>
-                    <td>
-                        <select class="text ui-widget-content ui-corner-all"
-                                wicket:id="filterType"/>
-                    </td>
-                    <td>
-                        <select class="text ui-widget-content ui-corner-all"
-                                wicket:id="filterName"/>
-                    </td>
-                    <td>
-                        <select class="text ui-widget-content ui-corner-all"
-                                wicket:id="type"/>
-                    </td>
-                    <td>
-                        <input type="text" class="text ui-widget-content ui-corner-all"
-                               wicket:id="filterValue"/>
-                    </td>
-                    <td>
-                        <input type="button" class="text ui-widget-content ui-corner-all"
-                               wicket:id="dropButton"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <input type="button" class="text ui-widget-content ui-corner-all"
-                               wicket:id="addAndButton"/>
-                    </td>
-                    <td>
-                        <input type="submit" class="text ui-widget-content ui-corner-all"
-                               wicket:id="addOrButton"/>
-                    </td>
-                </tr>
-            </tbody>
-        </table>
-    </div>
+  <div id="searchBox">
+    <div wicket:id="searchFeedback"></div>
+    <table border="0">
+      <thead>
+        <tr>
+          <th></th>
+          <th><wicket:message key="search_not_value"/></th>
+      <th><wicket:message key="search_filter_type"/></th>
+      <th><wicket:message key="search_filter_name"/></th>
+      <th><wicket:message key="search_type_cond"/></th>
+      <th><wicket:message key="search_filter_value"/></th>
+      <th></th>
+      </tr>
+      </thead>
+      <tbody wicket:id="searchFormContainer">
+        <tr wicket:id="searchView">
+          <td>
+            <b><span wicket:id="operationType"/></b>
+          </td>
+          <td>
+            <input type="checkbox" wicket:id="notOperator"/>
+          </td>
+          <td>
+            <select class="text ui-widget-content ui-corner-all"
+                    wicket:id="filterType"/>
+          </td>
+          <td>
+            <select class="text ui-widget-content ui-corner-all"
+                    wicket:id="filterName"/>
+          </td>
+          <td>
+            <select class="text ui-widget-content ui-corner-all"
+                    wicket:id="type"/>
+          </td>
+          <td>
+            <input type="text" class="text ui-widget-content ui-corner-all"
+                   wicket:id="filterValue"/>
+          </td>
+          <td>
+            <input type="button" class="text ui-widget-content ui-corner-all"
+                   wicket:id="dropButton"/>
+          </td>
+        </tr>
+        <tr>
+          <td>
+            <input type="button" class="text ui-widget-content ui-corner-all"
+                   wicket:id="addAndButton"/>
+          </td>
+          <td>
+            <input type="submit" class="text ui-widget-content ui-corner-all"
+                   wicket:id="addOrButton"/>
+          </td>
+        </tr>
+      </tbody>
+    </table>
+  </div>
 
 </wicket:panel>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/VirtualAttributesPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/VirtualAttributesPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/VirtualAttributesPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/VirtualAttributesPanel.html Fri Feb 15 14:00:02 2013
@@ -1,56 +1,58 @@
 <!--
- Licensed 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.
- under the License.
+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>
-    <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="virtualAttributeToBeRemoved"/></th>
-            <th><wicket:message key="virtualAttributeName"/></th>
-            <th><wicket:message key="virtualAttributeValue"/></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="virAttrContainer">
-                <tr wicket:id="attributes">
-                    <td align="center" valign="top">
-                        <input type="checkbox" class="text ui-widget-content ui-corner-all"  wicket:id="toRemove"/>
-                    </td>
-
-                    <td align="center" valign="top">
-                        <select class="text ui-widget-content ui-corner-all"
-                                style="width:100%" wicket:id="schema"/>
-                    </td>
-
-                    <td align="center " valign="top">
-                        <span wicket:id="values" style="text-align:left;display:block;width:95%">[values]</span>
-                    </td>
-
-                </tr>
-            </tbody>
-        </table>
-    </wicket:panel>
-</html>
+<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="virtualAttributeToBeRemoved"/></th>
+    <th><wicket:message key="virtualAttributeName"/></th>
+    <th><wicket:message key="virtualAttributeValue"/></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="virAttrContainer">
+      <tr wicket:id="attributes">
+        <td align="center" valign="top">
+          <input type="checkbox" class="text ui-widget-content ui-corner-all"  wicket:id="toRemove"/>
+        </td>
+
+        <td align="center" valign="top">
+          <select class="text ui-widget-content ui-corner-all"
+                  style="width:100%" wicket:id="schema"/>
+        </td>
+
+        <td align="center " valign="top">
+          <span wicket:id="values" style="text-align:left;display:block;width:95%">[values]</span>
+        </td>
+
+      </tr>
+    </tbody>
+  </table>
+</wicket:panel>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/form/MultiValueSelectorPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/form/MultiValueSelectorPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/form/MultiValueSelectorPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/form/MultiValueSelectorPanel.html Fri Feb 15 14:00:02 2013
@@ -1,32 +1,33 @@
 <!--
- Licensed 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
+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
+  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.
- under the License.
+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.
 -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-    <wicket:panel>
-        <span wicket:id="multiValueContainer">
-            <span wicket:id="view">
-                <span wicket:id="panel">[form field]</span>
-                <a wicket:id="drop"><img src="img/minus-icon.png" alt="remove icon" class="drop_button" /></a>
-                <span wicket:id="panelPlus">[plus]</span>
-                <br />
-            </span>
-            <wicket:fragment wicket:id="fragmentPlus">
-                <a wicket:id="add"><img src="img/plus-icon.png" alt="add icon" class="add_button" /></a>
-            </wicket:fragment>
-            <wicket:fragment wicket:id="emptyFragment">
-            </wicket:fragment>
-        </span>
-    </wicket:panel>
-</html>
+<wicket:panel>
+  <span wicket:id="multiValueContainer">
+    <span wicket:id="view">
+      <span wicket:id="panel">[form field]</span>
+      <a wicket:id="drop"><img src="img/minus-icon.png" alt="remove icon" class="drop_button" /></a>
+      <span wicket:id="panelPlus">[plus]</span>
+      <br />
+    </span>
+    <wicket:fragment wicket:id="fragmentPlus">
+      <a wicket:id="add"><img src="img/plus-icon.png" alt="add icon" class="add_button" /></a>
+    </wicket:fragment>
+    <wicket:fragment wicket:id="emptyFragment">
+    </wicket:fragment>
+  </span>
+</wicket:panel>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/form/NonI18nPalette.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/form/NonI18nPalette.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/form/NonI18nPalette.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/form/NonI18nPalette.html Fri Feb 15 14:00:02 2013
@@ -34,7 +34,7 @@
     </div>
 
     <div style="display: table-row">
-      <div id="choices" style="display: table-cell;">
+      <div id="choices" style="display: table-cell; min-width: 100px;">
         <select class="choicesSelect" wicket:id="choices">[choices]</select>	
       </div>
 
@@ -45,7 +45,7 @@
         <div>
           <a wicket:id="removeButton"><img src="img/left-icon.png" alt="remove icon"/></a>
         </div>
-        <div>
+        <div style="padding-top: 5px;">
           <a wicket:id="moveUpButton"><img src="img/up-icon.png" alt="move up icon"/></a>
         </div>
         <div style="padding-top: 5px;">

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/tree/TreeActionLinkPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/tree/TreeActionLinkPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/tree/TreeActionLinkPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/wicket/markup/html/tree/TreeActionLinkPanel.html Fri Feb 15 14:00:02 2013
@@ -1,45 +1,49 @@
 <!--
- Licensed 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.
- under the License.
+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.
 -->
 <wicket:head>
-    <style type="text/css">
-        .actionLink a{
-            text-decoration: none;
-            font-weight: normal;
-        }
-    </style>
+  <style type="text/css">
+    .actionLink a{
+      text-decoration: none;
+      font-weight: normal;
+    }
+  </style>
 </wicket:head>
 <wicket:panel>
-    
-    <span class="actionLink" style="float:right" wicket:id="menuPanel"/>
 
-    <wicket:fragment wicket:id="roleFrag">
-        <a wicket:id="createRoleLink">
-            <wicket:message key="create_role"/>
-        </a>|
-        <a wicket:id="updateRoleLink">
-            <wicket:message key="update_role"/>
-        </a>|
-        <a wicket:id="dropRoleLink">
-            <wicket:message key="drop_role"/>
-        </a>
-    </wicket:fragment>
-
-    <wicket:fragment wicket:id="fakerootFrag">
-        <a wicket:id="createRoleLink">
-            <wicket:message key="create_role"/>
-        </a>
-    </wicket:fragment>
+  <span class="actionLink" style="float:right" wicket:id="menuPanel"/>
+
+  <wicket:fragment wicket:id="roleFrag">
+    <a wicket:id="createRoleLink">
+      <wicket:message key="create_role"/>
+    </a>|
+    <a wicket:id="updateRoleLink">
+      <wicket:message key="update_role"/>
+    </a>|
+    <a wicket:id="dropRoleLink">
+      <wicket:message key="drop_role"/>
+    </a>
+  </wicket:fragment>
+
+  <wicket:fragment wicket:id="fakerootFrag">
+    <a wicket:id="createRoleLink">
+      <wicket:message key="create_role"/>
+    </a>
+  </wicket:fragment>
 
 </wicket:panel>
\ No newline at end of file