replace tabs to spaces at app/views/common/_tabs.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7379 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c21b46911e
commit
38a2ce645b
|
@ -10,14 +10,14 @@
|
||||||
<% 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);"></button>
|
||||||
<button class="tab-right" onclick="moveTabRight(this);"></button>
|
<button class="tab-right" onclick="moveTabRight(this);"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
Event.observe(window, 'load', function() { displayTabsButtons(); });
|
Event.observe(window, 'load', function() { displayTabsButtons(); });
|
||||||
Event.observe(window, 'resize', function() { displayTabsButtons(); });
|
Event.observe(window, 'resize', function() { displayTabsButtons(); });
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<% tabs.each do |tab| -%>
|
<% tabs.each do |tab| -%>
|
||||||
|
|
Loading…
Reference in New Issue