Fix mis-decoding of MP3s. The bug was due to a misunderstanding of
[disorder] / templates / prefs.html
index d37f11d..46722ad 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@label:prefs.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:prefs.title@</h1>
 
    <form class=prefs action="@url@" method=POST
@@ -65,13 +65,14 @@ USA
    }@
     
     <p>
-     <button class="pref_set" type=submit name=action value=prefs>
+     <button class="pref_set" type=submit name=submit>
       @label:prefs.set@
      </button>
+     <input name=action type=hidden value=prefs>
     </p>
    </form>
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@