Page 1 of 1

Purge Queue button open in new window issue - 0.5.5RC1 - Ubuntu 9.04

Posted: November 1st, 2010, 2:36 pm
by psytek7
Hi I believe I have found a bug in relation to 0.5.5RC1 "Classic - lightblue" theme.  Ubuntu 9.04 - http://wiki.sabnzbd.org/install-ubuntu-repo

The confirmation button does not come up if you right click on purge queue and open in new window (did it by accident)
Queue just gets purged without confirmation.  Not sure if this is fixed in later releases.

Let me know if you need more information for bugfix - thx

Workaround - For the time being I have removed the button

#Backup:
cp /usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl /usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl.backup
/usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl

#Edit the file (you can use another editor if you don't know vi ;) )  (":q!" will quit vi if you have already opened it and don't know how to quit) shift->:, enter, q!, enter
sudo vi /usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl

#Replace:
$T('purgeQueue')

#With:
$T('purgeQueue')
-->

#restart:
sudo /etc/init.d/sabnzbdplus restart