jquery start

This commit is contained in:
Shish Moom
2009-07-07 05:42:34 -07:00
parent 0d58b58523
commit 7f73a1f87e
10 changed files with 93 additions and 11 deletions

View File

@@ -4,7 +4,12 @@ class ExtManagerTheme extends Themelet {
public function display_table(Page $page, $extensions) {
$html = "
<form action='".make_link("ext_manager/set")."' method='POST'>
<table class='zebra'>
<script>
$(document).ready(function() {
$(\"#extensions\").tablesorter();
});
</script>
<table id='extensions' class='zebra'>
<thead>
<tr><th>Enabled</td><th>Name</th><th>Description</th></tr>
</thead>