[IMP] breadcrum separator fade, cause lots of sequence have slash in the prefix 'PO/001'

bzr revid: fp@tinyerp.com-20120716173117-znn02l6ida07pt15
This commit is contained in:
Fabien Pinckaers 2012-07-16 19:31:17 +02:00
parent 11209557ec
commit 8ef6167ec1
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ instance.web.ActionManager = instance.web.Widget.extend({
}
}
}
return titles.join(' / ');
return titles.join(' <span class="oe_fade">/</span> ');
},
do_push_state: function(state) {
if (this.getParent() && this.getParent().do_push_state) {