Add template for field ordering
[squirrelmail.git] / templates / default / paginator.tpl
index cefb5293f298a4d28c6b54f0d3ae0d73dece04bb..4557594d9719fb25f158c73e1ee886a9d7fdee80 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Template and utility functions to create a paginator
  *
- * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @copyright © 1999-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -24,7 +24,7 @@ if ($javascript_on && $compact_paginator &&!isset($bScriptAdded)) {
 ?>
 
 <!-- start of compact paginator javascript -->
-<script language="JavaScript">
+<script type="text/javascript">
     function SubmitOnSelect(select, URL)
     {
         URL += select.options[select.selectedIndex].value;
@@ -43,4 +43,3 @@ if ($javascript_on && $compact_paginator &&!isset($bScriptAdded)) {
     }
     // display the paginator string.
     echo $sPaginator;
-?>
\ No newline at end of file