[Rt-commit] rt branch, 4.2/admin-selectall-cfvs, created. rt-4.2.12-126-gf2be6f6
Shawn Moore
shawn at bestpractical.com
Wed Jun 1 14:55:55 EDT 2016
The branch, 4.2/admin-selectall-cfvs has been created
at f2be6f6234be12de5ebe99ccdd56a4b09c46b241 (commit)
- Log -----------------------------------------------------------------
commit f2be6f6234be12de5ebe99ccdd56a4b09c46b241
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Jun 1 18:55:31 2016 +0000
Add checkbox for selecting all CFVs on admin UI
diff --git a/share/html/Admin/Elements/EditCustomFieldValues b/share/html/Admin/Elements/EditCustomFieldValues
index 7f1e47d..6eaf354 100644
--- a/share/html/Admin/Elements/EditCustomFieldValues
+++ b/share/html/Admin/Elements/EditCustomFieldValues
@@ -53,7 +53,7 @@
<table>
<tr>
-<th> </th>
+<th><input type="checkbox" name="DeleteAll" value="1" onclick="setCheckbox(this, /^Delete-/)" /></th>
<th><&|/l&>Sort</&></th>
<th><&|/l&>Name</&></th>
<th><&|/l&>Description</&></th>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list