瀏覽代碼

extension download

blackc2004 9 年之前
父節點
當前提交
d19ce79d9f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      themes/enhanced/template.php

+ 4 - 0
themes/enhanced/template.php

@@ -1254,6 +1254,10 @@ SPAN.playback_progress_bar {
 			}
 		});
 
+	    $("#selecctall").change(function(){
+      		$(".checkbox1").prop('checked', $(this).prop("checked"));
+      	});
+
 		// linkify rows (except the last - the list_control_icons cell)
 		// on a table with a class of 'tr_hover', according to the href
 		// attribute of the <tr> tag