[FIX] typo

bzr revid: fp@tinyerp.com-20130930083759-gjc0gnv96w0n4kju
This commit is contained in:
Fabien Pinckaers 2013-09-30 10:37:59 +02:00
parent 716ea14d9a
commit 27c9ab5737
1 changed files with 2 additions and 2 deletions

View File

@ -287,8 +287,8 @@
<li class='dropdown-submenu'>
<a tabindex="-1" href="#">Promote</a>
<ul class="dropdown-menu" name="sequence">
<li><a href="#" class="js_go_to_top">Push on top</a></li>
<li><a href="#" class="js_go_to_bottom">Push on bottom</a></li>
<li><a href="#" class="js_go_to_top">Push to top</a></li>
<li><a href="#" class="js_go_to_bottom">Push to bottom</a></li>
</ul>
</li>
</t>