Added selectall/deselectall to files/index.php

This commit is contained in:
mjollnir_
2006-01-11 02:26:26 +00:00
parent 1404079794
commit 82c859921b
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -40,6 +40,13 @@ function uncheckall() {
void(el[i].checked=0)
}
function checkall() {
void(d=document);
void(el=d.getElementsByTagName('INPUT'));
for(i=0;i<el.length;i++)
void(el[i].checked=1)
}
function inserttext(text) {
<?php
if (!empty($SESSION->inserttextform)) {