Author: andreapatricelli Date: Wed May 7 10:30:15 2014 New Revision: 1592960
URL: http://svn.apache.org/r1592960 Log: [SYNCOPE-480] restored css for schema and role template sub-tabs Modified: syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/AttrTemplatesPanel.html syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/JQueryUITabbedPanel.html Modified: syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/AttrTemplatesPanel.html URL: http://svn.apache.org/viewvc/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/AttrTemplatesPanel.html?rev=1592960&r1=1592959&r2=1592960&view=diff ============================================================================== --- syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/AttrTemplatesPanel.html (original) +++ syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/AttrTemplatesPanel.html Wed May 7 10:30:15 2014 @@ -25,7 +25,7 @@ under the License. </script> </wicket:head> <wicket:panel> - <div id="attrTemplateTabs"> + <div id="attrTemplateTabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all"> <ul> <li class="tabs-selected"><a href="#rattr"><wicket:message key="rattr"/></a></li> <li><a href="#rderattr"><wicket:message key="rderattr"/></a></li> Modified: syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/JQueryUITabbedPanel.html URL: http://svn.apache.org/viewvc/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/JQueryUITabbedPanel.html?rev=1592960&r1=1592959&r2=1592960&view=diff ============================================================================== --- syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/JQueryUITabbedPanel.html (original) +++ syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/JQueryUITabbedPanel.html Wed May 7 10:30:15 2014 @@ -30,7 +30,7 @@ under the License. <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 href="#" wicket:id="link"><span wicket:id="title">[[tab title]]</span></a> + <a class="ui-tabs-anchor" href="#" wicket:id="link"><span wicket:id="title">[[tab title]]</span></a> </li> </ul> </span>