git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@129098 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-13 16:08:13 +00:00
parent 90e9c33dd3
commit 6aed0c0ffe
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
<b:ControlLabel for="licenses" title="License">License:</b:ControlLabel>
<b:Controls>
<b:ListBox b:id="licenses" title="Dataset license"
width="70%" ui:field="licenseListbox">
width="60%" ui:field="licenseListbox">
</b:ListBox>
<span style="float:right; width:256px; color: #aaaaaa;">
<b:Icon type="INFO_SIGN" size="TWO_TIMES" />
@ -114,7 +114,7 @@
<b:ControlLabel for="visibility" title="Visibility">Visibility:</b:ControlLabel>
<b:Controls>
<b:ListBox b:id="visibility" title="Dataset visibility"
width="70%" ui:field="visibilityListbox">
width="60%" ui:field="visibilityListbox">
<g:item title="private">Private</g:item>
<g:item enabled="true" title="public">Public</g:item>
</b:ListBox>