Re: [rt-users] Where to change the "Error" box on Login page

2010-08-27 Thread Gerard FENELON
Hi For simple text, you could create a file local/po/RT/en.po I do that for RTFM my local/po/RTFM/en.po contains things like # msgid "" msgstr "" "Project-Id-Version: RTFM 2.0RC1\n" "POT-Creation-Date: 2010-03-15\n" "PO-Revision-Date: 2010-03-15\n" "Last-Translator: Gerard FENELON \n" "Languag

Re: [rt-users] Where to change the "Error" box on Login page

2010-08-27 Thread Emmanuel Lacour
On Thu, Aug 26, 2010 at 02:16:13PM -0500, Max McGrath wrote: >Just asking again if anyone can point me in the right direction to >changing the pink/red error box that pops up upon a failed login on the >Login page. >I'd like to change it from "Your username or password is incorrect"

Re: [rt-users] Where to change the "Error" box on Login page

2010-08-27 Thread G.Booth
Hi Max Sorry missed this first time round. the text for the login error is in /opt/rt3/share/html/autohandler Error => loc('Your username or password is incorrect'), Copy it to local and change the above line to what you need regards Garry -- Dr Garry Booth IT Services Loughborough Univer

Re: [rt-users] Where to change the "Error" box on Login page

2010-08-26 Thread Max McGrath
Just asking again if anyone can point me in the right direction to changing the pink/red error box that pops up upon a failed login on the Login page. I'd like to change it from "Your username or password is incorrect" to something else with more instructions. Thanks! -- Max McGrath Asst. Network

[rt-users] Where to change the "Error" box on Login page

2010-08-24 Thread Max McGrath
Hi all - Running RT 3.8.8 on Ubuntu. Trying to figure out where to change the red/pink error box that pops up on the Login page upon a failed login. I've looked at the Login page code and from what I see it looks like it's coming from Widgets/TitleBox -- but I am unable to find it there. Can an