From: drowe67 Date: Thu, 14 Jan 2010 23:23:22 +0000 (+0000) Subject: tooltips for voiplines screen X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=2531b41061e15943fdefec9395ea5cc58a80f06e;p=freetel-svn-tracking.git tooltips for voiplines screen git-svn-id: https://svn.code.sf.net/p/freetel/code@113 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/easy-asterisk-gui/tooltips.html b/easy-asterisk-gui/tooltips.html index 5ea1fabf..b28082e8 100644 --- a/easy-asterisk-gui/tooltips.html +++ b/easy-asterisk-gui/tooltips.html @@ -109,3 +109,24 @@ Refresh this page on your browser to see if your VOIP line is working. +
+ Your Internet Telephony Service Provider. + They will give you an account with a user name + and password.
+ +
+ Your account name with your Internet Telephony Service Provider
+ +
+ The password for your Internet Telephony Service Provider account
+ +
+ The Internet address of your Internet + Telephony Service Provider. This will usually + be filled in automatically.
+ +
+ A tick means you are connected to your + Internet Telephony Service Provider. Refresh + your browser to update.
+ diff --git a/easy-asterisk-gui/voiplines.pl b/easy-asterisk-gui/voiplines.pl index 1da1338d..6f4f2c31 100755 --- a/easy-asterisk-gui/voiplines.pl +++ b/easy-asterisk-gui/voiplines.pl @@ -101,7 +101,13 @@ print "\n"; # generate form fields ------------------------------------------- -print "Provider\n"; +$tt_provider = "onMouseOver=\"popUp(event,'voiplines_provider')\" onmouseout=\"popUp(event,'voiplines_provider')\""; +$tt_user = "onMouseOver=\"popUp(event,'voiplines_user')\" onmouseout=\"popUp(event,'voiplines_user')\""; +$tt_pass = "onMouseOver=\"popUp(event,'voiplines_pass')\" onmouseout=\"popUp(event,'voiplines_pass')\""; +$tt_host = "onMouseOver=\"popUp(event,'voiplines_host')\" onmouseout=\"popUp(event,'voiplines_host')\""; +$tt_status = "onMouseOver=\"popUp(event,'voiplines_status')\" onmouseout=\"popUp(event,'voiplines_status')\""; + +print "Provider\n"; print "\n"; -print "User:\n"; -print "Password:"; -print "Host:"; +print "User:\n"; +print "Password:"; +print "Host:"; if ($voip{$stanza{$provider_current}} eq "OK") { $icon = "\"VOIP"; } else { $icon = "\"VOIP"; } -print "Voip Line Status:$icon"; +print "Voip Line Status:$icon"; # hidden field to pass stanza with form