" think the following should work. 

Code change to the Plugin.pm file in Plugins/XMRadio

change the line
'inputTemplate' => 'setup_input_pwd.html',
to the following so that the code in Plugin.pm looks like.
'inputTemplate' => 'setup_input_passwd.html',

Here is what the code fragment should look like.

Code:
my %Prefs = (
        plugin_xmradio_email => {
            'PrefSize' => 'medium'
        },
        plugin_xmradio_password => { 
            'inputTemplate' => 'setup_input_passwd.html',
            'changeMsg' => string('SETUP_PLUGIN_XMRADIO_PASSWORD_SET')"



There are a number of html files at the XM plugin folder...
which one should I be looking for ? I can't seem to locate it...

Also what do I change from what to what ?  Thanks.
        },


-- 
NY2006
------------------------------------------------------------------------
NY2006's Profile: http://forums.slimdevices.com/member.php?userid=6963
View this thread: http://forums.slimdevices.com/showthread.php?t=21435

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to