Fixed portlet.xml to remove border

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@132781 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-10-06 07:58:50 +00:00
parent 6585c573ee
commit 6e26bd1146
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<portlet-app xmlns='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd' version='2.0'>
<portlet-app xmlns='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd'
version='2.0'>
<portlet>
<description>AccountingManager</description>
<description>AccountingManager</description>
<portlet-name>AccountingManager</portlet-name>
<display-name>AccountingManager</display-name>
<portlet-class>org.gcube.portlets.admin.accountingmanager.server.portlet.AccountingManagerPortlet</portlet-class>
@ -16,7 +19,7 @@
</portlet-info>
<portlet-preferences>
<preference>
<name>portlet-setup-show-borders</name>
<name>portletSetupShowBorders</name>
<value>false</value>
</preference>
</portlet-preferences>