Commit 7eddca67 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Revert revision 14781 the sort button was already there.

parent 3c3542fe
...@@ -38,12 +38,6 @@ This dialog needs the following dialogs to be fully functional: <none> ...@@ -38,12 +38,6 @@ This dialog needs the following dialogs to be fully functional: <none>
<img src="images/empty.png" alt="Empty" /> <img src="images/empty.png" alt="Empty" />
<span class="btn_text">Empty</span> <span class="btn_text">Empty</span>
</button> </button>
&nbsp;
<button id="btn_sort" onclick="pl_sort( 1, 0 );" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Sort" >
<img src="images/sort.png" alt="Sort" />
<span class="btn_text">Sort</span>
</button>
&nbsp;
<button id="btn_shuffle" onclick="pl_shuffle();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Shuffle" > <button id="btn_shuffle" onclick="pl_shuffle();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Shuffle" >
<img src="images/shuffle.png" alt="Shuffle" /> <img src="images/shuffle.png" alt="Shuffle" />
<span class="btn_text">Shuffle</span> <span class="btn_text">Shuffle</span>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment