Changeset 502 for trunk/app/views/groups
- Timestamp:
- 05/17/08 15:51:23 (7 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/groups/admin_edit.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/groups/admin_edit.ctp
r498 r502 27 27 var code = document.getElementById("GroupCode"); 28 28 29 if (code.value.length < 4)29 if (code.value.length < 6) 30 30 { 31 alert('The code must have at least fourcharacters');31 alert('The code must have at least six characters'); 32 32 code.focus(); 33 33 return false;
