Don't submit the form when tabs are inside a form (#16708).
Patch by Nicolas Rodriguez. git-svn-id: http://svn.redmine.org/redmine/trunk@13108 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
613757a83d
commit
ddd6ac8cd4
|
@ -8,8 +8,8 @@
|
||||||
<% end -%>
|
<% end -%>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tabs-buttons" style="display:none;">
|
<div class="tabs-buttons" style="display:none;">
|
||||||
<button class="tab-left" onclick="moveTabLeft(this);"></button>
|
<button class="tab-left" onclick="moveTabLeft(this); return false;"></button>
|
||||||
<button class="tab-right" onclick="moveTabRight(this);"></button>
|
<button class="tab-right" onclick="moveTabRight(this); return false;"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue