Login | Register


All times are UTC - 8 hours


It is currently Mon Nov 23, 2009 4:57 am




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Uncheck All When Uploading Raids
PostPosted: Mon Oct 26, 2009 4:29 am 
User avatar

Joined: Tue Mar 04, 2008 9:04 am
Posts: 137
Even though there's that in game reminder to clear snapshots, sometimes I forget and honestly my mods are so spammy I don't even see it most of the time.

At any rate, an "uncheck all" button on the raid snapshot upload preview page would make it easier for if I forget to clear my snapshots, or even if I need to re-upload just one event/loot for some reason.

_________________
Image

Is it bad that I know what day of the week it is by what instance I'm raiding that night?
www.TaoOfOdin.com


Top
 Offline Profile  
 
 Post subject: Re: Uncheck All When Uploading Raids
PostPosted: Wed Oct 28, 2009 3:46 pm 
Support Guy
User avatar

Joined: Wed May 09, 2007 11:34 pm
Posts: 1916
That is a great idea and should be easy. I will note and look into it. Thanks for suggestion.


Top
 Offline Profile  
 
 Post subject: Re: Uncheck All When Uploading Raids
PostPosted: Tue Nov 03, 2009 12:05 am 

Joined: Fri Sep 18, 2009 7:17 am
Posts: 11
/bump
This would be a great option indeed...

with some help to speed things up perhaps.
The script:
Code:
<SCRIPT LANGUAGE="JavaScript">
function uncheckAll(field)
{
for (i = 0; i < field.length; i++)
   field[i].checked = false ;
}
//  End -->
</script>

The HTML
Code:
<input type="button" name="UnCheckAll" value="Uncheck All"
onClick="uncheckAll(document.myform.list)">



/Older

_________________
Image


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron