CMS MADE SIMPLE FORGE

Time Tracker

 

[#5519] Event checkbox also selects delete checkboxes

avatar
Created By: Tyler Boespflug (tyman00)
Date Submitted: Thu Oct 14 10:52:28 -0400 2010

Assigned To: Robert Campbell (calguy1000)
Version: None
CMSMS Version: None
Severity: Minor
Resolution: None
State: Open
Summary:
Event checkbox also selects delete checkboxes
Detailed Description:
The template shows two different checkbox functions:

<input type="checkbox" id="select_warning" value="1"
onclick="do_select_warning();"/>

and

<input type="checkbox" id="select_all" value="1" onclick="do_select_all();" />

When you use the "select_warning" checkbox it actually also selects all of the
checkboxes for the delete section.

Not sure what the purpose of the "select_warning" checkbox will serve (maybe
filtering?).

Screenshot:
http://screencast.com/t/sSRljFuu2WI



History