";
+
+ print "
";
+
+ print "
";
+
+ print "
";
+
+ $next_page_disabled = $page >= $total_pages ? "disabled" : "";
+
+ print "
";
+
+ print "
";
+
+ print "
";
+
+ print __("Severity:") . " ";
+ print_select_hash("severity", $severity,
+ [
+ E_USER_ERROR => __("Errors"),
+ E_USER_WARNING => __("Warnings"),
+ E_USER_NOTICE => __("Everything")
+ ], 'dojoType="fox.form.Select" onchange="Helpers.updateEventLog()"');
+
+ print "
"; # pull-right
+
+ print "