[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] sitemgr/templates/default/commit.tpl, 1.2
From: |
nomail |
Subject: |
[Phpgroupware-cvs] sitemgr/templates/default/commit.tpl, 1.2 |
Date: |
Wed, 21 Jul 2004 01:22:54 +0200 |
Update of /sitemgr/templates/default
Modified Files:
Branch:
commit.tpl
date: 2004/07/20 23:22:54; author: skwashd; state: Exp; lines: +19 -2
Log Message:
merge from 16
=====================================================================
Index: sitemgr/templates/default/commit.tpl
diff -u sitemgr/templates/default/commit.tpl:1.1
sitemgr/templates/default/commit.tpl:1.2
--- sitemgr/templates/default/commit.tpl:1.1 Fri May 30 04:13:47 2003
+++ sitemgr/templates/default/commit.tpl Tue Jul 20 23:22:54 2004
@@ -31,5 +31,22 @@
</tr>
<!-- END Block -->
</table>
-<center><input type="submit" name="btnCommit" value="{lang_commit}" /></center>
-</form>
\ No newline at end of file
+<p align="center">
+ <input type="button" name="select_all" value="{lang_select_all}"
onClick="selectAll(this.form)" />
+ <input type="submit" name="btnCommit" value="{lang_commit}" />
+</p>
+</form>
+<script>
+<!--
+ function selectAll(frmObj)
+ {
+ for (i = 0; i < frmObj.elements.length; i++)
+ {
+ if (frmObj.elements[i].type == 'checkbox')
+ {
+ frmObj.elements[i].checked = true;
+ }
+ }
+ }
+-->
+</script>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] sitemgr/templates/default/commit.tpl, 1.2,
nomail <=