Skip to content

Commit

Permalink
use insert-after for viewlet ordering...
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Pablo Giménez committed Dec 27, 2012
1 parent 5196b0b commit 5fb95cf
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/openmultimedia/headband/profiles/default/viewlets.xml
@@ -1,12 +1,8 @@
<?xml version="1.0"?>
<object>
<order manager="plone.portalheader" skinname="Plone Default">
<viewlet name="plone.skip_links"/>
<viewlet name="plone.personal_bar"/>
<viewlet name="openmultimedia.headband"/>
<viewlet name="plone.app.i18n.locales.languageselector"/>
<viewlet name="plone.searchbox"/>
<viewlet name="plone.logo"/>
<viewlet name="plone.global_sections"/>
<order manager="plone.portalheader" skinname="*">
<viewlet name="openmultimedia.headband"
insert-after="plone.personal_bar"
/>
</order>
</object>
</object>

2 comments on commit 5fb95cf

@hvelarde
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

much cleaner :-)

@jpgimenez
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 :)

Please sign in to comment.