]> git.sesse.net Git - vlc/commitdiff
Apply missing sort button to http interface. This was a part of Laurent Mutricy's...
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 17 Mar 2006 22:28:15 +0000 (22:28 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 17 Mar 2006 22:28:15 +0000 (22:28 +0000)
share/http/dialogs/playlist

index 1113e2b5bbc869f571603dbf87f7e1e361d8cc61..5c1e8ac698e808c7d76bfdb4786a87b31f6cf14f 100644 (file)
@@ -38,6 +38,12 @@ This dialog needs the following dialogs to be fully functional: <none>
       <img src="images/empty.png" alt="Empty" />
       <span class="btn_text">Empty</span>
     </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" >
       <img src="images/shuffle.png" alt="Shuffle" />
       <span class="btn_text">Shuffle</span>