Changeset 650

Show
Ignore:
Timestamp:
04/23/08 09:23:32 (7 months ago)
Author:
stavros
Message:

FEATURE: add links to helpful wiki entries from most pages in the admin UI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/A2Billing_UI/lib/help.php

    r370 r650  
    11<?php 
    22 
     3function help_wiki_link($wiki_article_name) 
     4{ 
     5        return gettext("For further information please consult").' <a target="_blank" href="http://trac.asterisk2billing.org/cgi-bin/trac.cgi/wiki/1-3-'.$wiki_article_name.'">'.gettext("the online documention").'</a>.<br/>'; 
     6} 
     7 
     8 
     9 
    310if (SHOW_HELP){ 
    411 
    512$CC_help_list_customer=' 
    613<div class="toggle_show2hide"> 
    7 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     14<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    815<div class="tohide" style="display:visible;"> 
    916<div id="kiki"><div class="w1"> 
     
    1118        <div class="w2">'.gettext("Customers are listed below by card number. Each row corresponds to one customer, along with information such as their call plan, credit remaining, etc.</br>") 
    1219.gettext("The SIP and IAX buttons create SIP and IAX entries to allow direct VoIP connections to the Asterisk server without further authentication.").' 
    13         <br/> 
     20        <br/>'.help_wiki_link('ListCustomers').' 
    1421</div></div></div> 
    1522</div></div>'; 
     
    1724$CC_help_refill_customer=' 
    1825<div class="toggle_show2hide"> 
    19 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     26<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    2027<div class="tohide" style="display:visible;"> 
    2128<div id="kiki"><div class="w1"> 
     
    2330        <div class="w2"> 
    2431'.gettext("Top up cards on this screen by selecting or typing in the card number directly, and enter the amount of credit to apply, then click ADD to confirm.").' 
    25 <br/><br/> 
     32<br/>'.help_wiki_link('RefillCustomer').'<br/> 
    2633</div></div></div> 
    2734</div></div>'; 
     
    2936$CC_help_create_customer=' 
    3037<div class="toggle_show2hide"> 
    31 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     38<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    3239<div class="tohide" style="display:visible;"> 
    3340<div id="kiki"><div class="w1"> 
     
    3542        <div class="w2"><br> 
    3643'.gettext("Create and edit the properties of each customer. Click <b>CONFIRM DATA</b> at the bottom of the page to save changes.").' 
    37 <br/><br/> 
     44<br/>'.help_wiki_link('CreateCustomer').'<br/> 
    3845</div></div></div> 
    3946</div></div>'; 
     
    4148$CC_help_generate_customer=' 
    4249<div class="toggle_show2hide"> 
    43 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     50<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    4451<div class="tohide" style="display:visible;"> 
    4552<div id="kiki"><div class="w1"> 
     
    4754        <div class="w2"> 
    4855'.gettext("Bulk create cards and customers in a single step. <br> Set the properties of the batch such as initial credit, card type and currency, then click on the GENERATE CARDS button to create the batch.").' 
    49 <br/><br/> 
     56<br/>'.help_wiki_link('GenerateCustomers').'<br/> 
    5057</div></div></div> 
    5158</div></div>'; 
     
    5360$CC_help_sipfriend_list =' 
    5461<div class="toggle_show2hide"> 
    55 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     62<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    5663<div class="tohide" style="display:visible;"> 
    5764<div id="kiki"><div class="w1"> 
     
    6067'.gettext("SIP and IAX friend will create a SIP or IAX entry on the Asterisk server, so that a customer can set up a SIP or IAX client to connect directly to the asterisk server without the need to enter an account and pin each time a call is made. When done, click on the CONFIRM DATA button, then click reload to apply the changes on the Asterisk server.</br>") 
    6168.gettext("The customer must then enter the URL/IP address of the asterisk server into the SIP/IAX client, and use the Card Number and Secret as the username and password.").' 
    62 <br/> 
     69<br/>'.help_wiki_link('ListSIPFriend').' 
    6370</div></div></div> 
    6471</div></div>'; 
     
    6673$CC_help_sipfriend_reload =' 
    6774<div class="toggle_show2hide"> 
    68 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     75<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    6976<div class="tohide" style="display:visible;"> 
    7077<div id="kiki"><div class="w1"> 
     
    7885$CC_help_sipfriend_edit =' 
    7986<div class="toggle_show2hide"> 
    80 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     87<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    8188<div class="tohide" style="display:visible;"> 
    8289<div id="kiki"><div class="w1"> 
     
    8794.gettext("More details on how to configure clients are on the Wiki").' -> <a href="http://voip-info.org/wiki-Asterisk+config+sip.conf" target="_blank">sip.conf</a> & 
    8895<a href="http://voip-info.org/wiki-Asterisk+config+iax.conf" target="_blank">iax.conf</a> 
    89 <br/><br/> 
     96<br/>'.help_wiki_link('EditFriend').'<br/> 
    9097</div></div></div> 
    9198</div></div>'; 
     
    93100$CC_help_callerid_list =' 
    94101<div class="toggle_show2hide"> 
    95 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     102<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    96103<div class="tohide" style="display:visible;"> 
    97104<div id="kiki"><div class="w1"> 
     
    99106  <div class="w2">  
    100107'.gettext("Set the caller ID so that the customer calling in is authenticated on the basis of the callerID rather than with account number").'<br> 
    101 <br/><br/> 
     108<br/>'.help_wiki_link('ListCallerID').'<br/> 
    102109</div></div></div> 
    103110</div></div>'; 
     
    106113$CC_help_money_situation =' 
    107114<div class="toggle_show2hide"> 
    108 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     115<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    109116<div class="tohide" style="display:visible;"> 
    110117<div id="kiki"><div class="w1"> 
     
    113120'.gettext("This screen shows refills and payments made against each account, along with the current credit on each card. The initial amount of credit applied to the card is not included. The amount owing is calculated by subtracting payments from refills").' 
    114121 
    115 <br/> 
     122<br/>'.help_wiki_link('MoneySituation').' 
    116123</div></div></div> 
    117124</div></div>'; 
     
    119126$CC_help_view_payment =' 
    120127<div class="toggle_show2hide"> 
    121 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     128<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    122129<div class="tohide" style="display:visible;"> 
    123130<div id="kiki"><div class="w1"> 
     
    125132        <div class="w2"><br> 
    126133'.gettext("Payment history - The section below allows you to add payments against a customer. Note that this does not change the balance on the card. Click refill under customer list to top-up a card.").' 
    127 <br/> 
     134<br/>'.help_wiki_link('ViewPayments').' 
    128135</div></div></div> 
    129136</div></div>'; 
     
    131138$CC_help_view_paypal =' 
    132139<div class="toggle_show2hide"> 
    133 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     140<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    134141<div class="tohide" style="display:visible;"> 
    135142<div id="kiki"><div class="w1"> 
     
    138145'.gettext("Paypal History - The section below shows all paypal receipts.").' 
    139146<a href="https://www.paypal.com/en/mrb/pal=PGSJEXAEXKTBU">PayPal</a> 
    140 <br/><br/> 
     147<br/>'.help_wiki_link('ViewPaypal').'<br/> 
    141148<br/> 
    142149</div></div></div> 
     
    145152$CC_help_add_payment =' 
    146153<div class="toggle_show2hide"> 
    147 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     154<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    148155<div class="tohide" style="display:visible;"> 
    149156<div id="kiki"><div class="w1"> 
     
    151158        <div class="w2"><br/> 
    152159&nbsp; &nbsp;'.gettext("Add payments to a customer's account!").' 
     160<br/>'.help_wiki_link('AddPayment').' 
    153161<br/> 
    154 <br/> 
    155162</div></div></div> 
    156163</div></div>'; 
     
    158165$CC_help_list_tariffgroup =' 
    159166<div class="toggle_show2hide"> 
    160 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     167<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    161168<div class="tohide" style="display:visible;"> 
    162169<div id="kiki"><div class="w1"> 
    163170        <img src="'.KICON_PATH.'/network.gif" class="kikipic"/> 
    164171        <div class="w2"><br/>'.gettext("List of Call Plans, a Call Plan is a collection of rate cards, click edit to add ratecards to the Call Plan").' 
    165 <br/><br/> 
     172<br/>'.help_wiki_link('ListCallPlan').'<br/> 
    166173<br/> 
    167174</div></div></div> 
     
    170177$CC_help_add_tariffgroup =' 
    171178<div class="toggle_show2hide"> 
    172 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     179<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    173180<div class="tohide" style="display:visible;"> 
    174181<div id="kiki"><div class="w1"> 
     
    179186.gettext("LCR : Least Cost Routing - Find the trunk with the cheapest carrier cost. (buying rate)<br>") 
    180187.gettext("LCD : Least Cost Dialing - Find the trunk with the cheapest retail rate (selling rate)").' 
    181 <br/> 
     188<br/>'.help_wiki_link('AddCallPlan').' 
    182189</div></div></div> 
    183190</div></div>'; 
     
    185192$CC_help_list_ratecard =' 
    186193<div class="toggle_show2hide"> 
    187 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     194<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    188195<div class="tohide" style="display:visible;"> 
    189196<div id="kiki"><div class="w1"> 
    190197        <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> 
    191198        <div class="w2"><br/> '.gettext("List ratecards that have been created!<br>Ensure that the rate card is added into the call plan under 'List Ratecard'").' 
    192 <br/><br/> 
     199<br/>'.help_wiki_link('ListRatecard').'<br/> 
    193200</div></div></div> 
    194201</div></div>'; 
     
    196203$CC_help_edit_ratecard =' 
    197204<div class="toggle_show2hide"> 
    198 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     205<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    199206<div class="tohide" style="display:visible;"> 
    200207<div id="kiki"><div class="w1"> 
     
    204211        .gettext("Each ratecard may have has many rates as you wish, however, if a dialing prefix cannot be matched when a call is made, then the call will be terminated.").'<br>' 
    205212        .gettext('A ratecard has a "start date", an "expiry date" and a you can define a default trunk, but if no trunk is defined, the ratecard default trunk will be used.').' 
     213<br/>'.help_wiki_link('EditRatecard').' 
     214</div></div></div> 
     215</div></div>'; 
     216 
     217$CC_help_def_ratecard =' 
     218<div class="toggle_show2hide"> 
     219<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     220<div class="tohide" style="display:visible;"> 
     221<div id="kiki"><div class="w1"> 
     222        <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> 
     223        <div class="w2"> </br>'.gettext("Please select a ratecard and click on search to browse the different rates/dialing prefix of the selected ratecard.").'<br/>'.help_wiki_link('BrowseRates').' 
     224 
    206225<br/> 
    207226</div></div></div> 
    208227</div></div>'; 
    209228 
    210 $CC_help_def_ratecard =' 
    211 <div class="toggle_show2hide"> 
    212 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    213 <div class="tohide" style="display:visible;"> 
    214 <div id="kiki"><div class="w1"> 
    215         <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> 
    216         <div class="w2"> </br>'.gettext("Please select a ratecard and click on search to browse the different rates/dialing prefix of the selected ratecard.").'<br/> 
    217  
    218 <br/> 
    219 </div></div></div> 
    220 </div></div>'; 
    221  
    222229$CC_help_sim_ratecard =' 
    223230<div class="toggle_show2hide"> 
    224 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     231<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    225232<div class="tohide" style="display:visible;"> 
    226233<div id="kiki"><div class="w1"> 
    227234        <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> 
    228235        <div class="w2"><br>'.gettext('Please select a calling card, enter the number you wish to call and press the "SIMULATE" button.').'<br/> 
    229 <br/> 
     236<br/>'.help_wiki_link('RatecardSimulator').' 
    230237</div></div></div> 
    231238</div></div>'; 
     
    233240$CC_help_add_rate =' 
    234241<div class="toggle_show2hide"> 
    235 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     242<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    236243<div class="tohide" style="display:visible;"> 
    237244<div id="kiki"><div class="w1"> 
     
    239246        <div class="w2"><br>' 
    240247    .gettext("Please fill in the fields below to set up the rate for each destination.").' 
    241 <br><br> 
     248<br>'.help_wiki_link('AddRate').'<br> 
    242249</div></div></div> 
    243250</div></div>'; 
     
    245252$CC_help_import_ratecard =' 
    246253<div class="toggle_show2hide"> 
    247 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     254<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    248255<div class="tohide" style="display:visible;"> 
    249256<div id="kiki"><div class="w1"> 
     
    252259    .gettext("This section is a utility to import ratecards from a CSV file.<br>") 
    253260        .gettext('Define the ratecard name, the trunk to use and the fields that you wish to include from your csv files. Finally, select the csv files and click on the "Import Ratecard" button.').' 
     261        <br>'.help_wiki_link('ImportRatecard').' 
    254262        <br> 
    255         <br> 
    256263</div></div></div> 
    257264</div></div>'; 
     
    259266$CC_help_import_ratecard_analyse =' 
    260267<div class="toggle_show2hide"> 
    261 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     268<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    262269<div class="tohide" style="display:visible;"> 
    263270<div id="kiki"><div class="w1"> 
     
    268275        .gettext('you decided to import on the ratecard! You can check the values and if there are correct,') 
    269276    .gettext('please select the same file and click on "Continue to Import the Ratecard" button...').' 
    270         <br><br> 
     277        <br>'.help_wiki_link('ImportRatecardAnalyse').'<br> 
    271278</div></div></div> 
    272279</div></div>'; 
     
    274281$CC_help_import_ratecard_confirm =' 
    275282<div class="toggle_show2hide"> 
    276 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     283<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    277284<div class="tohide" style="display:visible;"> 
    278285<div id="kiki"><div class="w1"> 
     
    281288    .gettext('Ratecard comfirmation page. <br>') 
    282289        .gettext('Import results, how many new rates have been imported, and the line numbers of the CSV files that generated errors.').' 
    283         <br><br> 
     290        <br>'.help_wiki_link('ImportRatecardConfirm').'<br> 
    284291</div></div></div> 
    285292</div></div>'; 
     
    287294$CC_help_trunk_list =' 
    288295<div class="toggle_show2hide"> 
    289 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     296<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    290297<div class="tohide" style="display:visible;"> 
    291298<div id="kiki"><div class="w1"> 
     
    295302 <br/> 
    296303'.gettext("Trunks can be modified by clicking the edit button").' 
    297  <br/> 
     304 <br/>'.help_wiki_link('ListTrunk').' 
    298305  
    299306<br/> 
     
    303310$CC_help_trunk_edit =' 
    304311<div class="toggle_show2hide"> 
    305 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     312<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    306313<div class="tohide" style="display:visible;"> 
    307314<div id="kiki"><div class="w1"> 
     
    311318.gettext("The trunk and ratecard is selected by the rating engine on the basis of the dialed digits.") 
    312319.gettext("The trunk is used to dial out from your asterisk box which can be a zaptel interface or a voip provider.").' 
    313 <br/> 
     320<br/>'.help_wiki_link('EditTrunk').' 
    314321</div></div></div> 
    315322</div></div>'; 
     
    317324$CC_help_admin_list =' 
    318325<div class="toggle_show2hide"> 
    319 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     326<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    320327<div class="tohide" style="display:visible;"> 
    321328<div id="kiki"><div class="w1"> 
     
    324331        <br/>' 
    325332        .gettext("Administrator list who have access to the calling card administrative interface.").' 
    326 <br/><br/> 
     333<br/>'.help_wiki_link('ShowAdministrator').'<br/> 
    327334</div></div></div> 
    328335</div></div>'; 
    329336$CC_help_list_log =' 
    330337<div class="toggle_show2hide"> 
    331 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     338<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    332339<div class="tohide" style="display:visible;"> 
    333340<div id="kiki"><div class="w1"> 
     
    336343        <br/>' 
    337344        .gettext("System log help you to keep track and event all event happening in your application. Log Level are the Importance Levels for the Events which are logged. '1' is lowest level and '3' is highest level. 1 if for Login, Logout, Page Visit, 2 if for Add, Import, Export. and 3 is for update and Delete.").' 
    338 <br/><br/> 
     345<br/>'.help_wiki_link('SystemLog').'<br/> 
    339346</div></div></div> 
    340347</div></div>'; 
     
    342349$CC_help_admin_edit =' 
    343350<div class="toggle_show2hide"> 
    344 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     351<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    345352<div class="tohide" style="display:visible;"> 
    346353<div id="kiki"><div class="w1"> 
     
    348355        <div class="w2"><br>' 
    349356.gettext("Add administrator.").' 
    350 <br/><br/> 
     357<br/>'.help_wiki_link('EditAdministrator').'<br/> 
    351358</div></div></div> 
    352359</div></div>'; 
     
    354361$CC_help_list_voucher=' 
    355362<div class="toggle_show2hide"> 
    356 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     363<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    357364<div class="tohide" style="display:visible;"> 
    358365<div id="kiki"><div class="w1"> 
     
    361368.gettext("Listed below are the vouchers created on the system,.<br/>") 
    362369.gettext("Each row corresponds to a voucher and shows it's status, value and currency..").' 
    363 <br/><br/> 
     370<br/>'.help_wiki_link('ListVoucher').'<br/> 
    364371</div></div></div> 
    365372</div></div>'; 
     
    367374$CC_help_create_voucher=' 
    368375<div class="toggle_show2hide"> 
    369 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     376<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    370377<div class="tohide" style="display:visible;"> 
    371378<div id="kiki"><div class="w1"> 
     
    374381<br/>' 
    375382.gettext("Create a single voucher, defining such properties as credit, tag, currency etc, click confirm when finished. <br/> The customer applies voucher credit to their card via the customer interface or via an IVR menu.").' 
    376 <br/><br/> 
     383<br/>'.help_wiki_link('CreateVoucher').'<br/> 
    377384</div></div></div> 
    378385</div></div>'; 
     
    380387$CC_help_generate_voucher=' 
    381388<div class="toggle_show2hide"> 
    382 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     389<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    383390<div class="tohide" style="display:visible;"> 
    384391<div id="kiki"><div class="w1"> 
     
    386393        <div class="w2">' 
    387394.gettext("Bulk generate a batch of vouchers, defining such properties as credit and currency etc, click Generate Vouchers when finished.<br/>The customer applies voucher credit to their card via the customer interface. ").' 
    388 <br/><br/> 
     395<br/>'.help_wiki_link('GenerateVouchers').'<br/> 
    389396</div></div></div> 
    390397</div></div>'; 
     
    392399$CC_help_list_service =' 
    393400<div class="toggle_show2hide"> 
    394 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     401<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    395402<div class="tohide" style="display:visible;"> 
    396403<div id="kiki"><div class="w1"> 
     
    399406        <br/>' 
    400407        .gettext("Re-occuring services that decrement a card at timed intervals.").' 
    401 <br/><br/> 
     408<br/>'.help_wiki_link('ListRecurringService').'<br/> 
    402409</div></div></div> 
    403410</div></div>'; 
     
    405412$CC_help_edit_service =' 
    406413<div class="toggle_show2hide"> 
    407 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     414<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    408415<div class="tohide" style="display:visible;"> 
    409416<div id="kiki"><div class="w1"> 
     
    412419.gettext("Utility to apply a scheduled action on the card.<br>") 
    413420.gettext("For example if you want to remove 10 cents everyday on each single card, it can be defined here, alternatively, if you now want to remove 1 credit every week but only 7 times on each card, the different rules/parameters below will define this.").' 
    414 <br/> 
     421<br/>'.help_wiki_link('EditRecurringService').' 
    415422</div></div></div> 
    416423</div></div>'; 
     
    418425$CC_help_list_cidgroup =' 
    419426<div class="toggle_show2hide"> 
    420 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     427<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    421428<div class="tohide" style="display:visible;"> 
    422429<div id="kiki"><div class="w1"> 
     
    425432        <br/> 
    426433        '.gettext("CID Group list. CID can be chosen by customers through the customer interface.").'<br/> 
    427 <br/> 
     434<br/>'.help_wiki_link('ListCIDGroup').' 
    428435</div></div></div> 
    429436</div></div>'; 
     
    431438$CC_help_list_cid =' 
    432439<div class="toggle_show2hide"> 
    433 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     440<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    434441<div class="tohide" style="display:visible;"> 
    435442<div id="kiki"><div class="w1"> 
     
    438445        <br/> 
    439446        '.gettext("Outbound CID list. CID can be added by customers through the customer interface.").'<br/> 
    440 <br/> 
     447<br/>'.help_wiki_link('ListCIDs').' 
    441448</div></div></div> 
    442449</div></div>'; 
     
    445452$CC_help_edit_cidgroup =' 
    446453<div class="toggle_show2hide"> 
    447 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     454<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    448455<div class="tohide" style="display:visible;"> 
    449456<div id="kiki"><div class="w1"> 
     
    452459<br/>' 
    453460.gettext("CID group offers customers a group of CID numbers which can be selected for a ratecard for outgoing calls").'<br> 
    454 <br/> 
     461<br/>'.help_wiki_link('EditCIDGroup').' 
    455462</div></div></div> 
    456463</div></div>'; 
     
    458465$CC_help_edit_cid =' 
    459466<div class="toggle_show2hide"> 
    460 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     467<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    461468<div class="tohide" style="display:visible;"> 
    462469<div id="kiki"><div class="w1"> 
     
    465472<br/>' 
    466473.gettext("Outbound CID offers customers a number which will be selected randomly for a ratecard for outgoing calls").'<br> 
    467 <br/> 
     474<br/>'.help_wiki_link('EditCID').' 
    468475</div></div></div> 
    469476</div></div>'; 
     
    471478$CC_help_currency =' 
    472479<div class="toggle_show2hide"> 
    473 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     480<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    474481<div class="tohide" style="display:visible;"> 
    475482<div id="kiki"><div class="w1"> 
     
    479486.gettext("<br>For more information please visite the website http://finance.yahoo.com.") 
    480487.gettext("<br>The list below is based over your currency base :").' <b>'.BASE_CURRENCY.'</b>' 
    481 .'<br> 
     488.'<br>'.help_wiki_link('CurrencyList').' 
    482489</div></div></div> 
    483490</div></div>'; 
     
    485492$CC_help_list_didgroup =' 
    486493<div class="toggle_show2hide"> 
    487 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     494<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    488495<div class="tohide" style="display:visible;"> 
    489496<div id="kiki"><div class="w1"> 
     
    492499        <br/> 
    493500        '.gettext("DID (or DDI) Group list. DID can be chosen by customers through the customer interface.").'<br/> 
    494 <br/> 
     501<br/>'.help_wiki_link('ListDIDGroup').' 
    495502</div></div></div> 
    496503</div></div>'; 
     
    498505$CC_help_edit_didgroup =' 
    499506<div class="toggle_show2hide"> 
    500 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     507<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    501508<div class="tohide" style="display:visible;"> 
    502509<div id="kiki"><div class="w1"> 
     
    505512<br/>' 
    506513.gettext("DID group offers customers a group of DID numbers which can be selected by the customer").'<br> 
    507 <br/> 
     514<br/>'.help_wiki_link('EditDIDGroup').' 
    508515</div></div></div> 
    509516</div></div>'; 
     
    511518$CC_help_list_did =' 
    512519<div class="toggle_show2hide"> 
    513 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     520<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    514521<div class="tohide" style="display:visible;"> 
    515522<div id="kiki"><div class="w1"> 
     
    519526        .gettext("DID number list with destinations.").'<br/> 
    520527 
    521 <br/> 
     528<br/>'.help_wiki_link('ListDID').' 
    522529</div></div></div> 
    523530</div></div>'; 
     
    525532$CC_help_edit_did =' 
    526533<div class="toggle_show2hide"> 
    527 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     534<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    528535<div class="tohide" style="display:visible;"> 
    529536<div id="kiki"><div class="w1"> 
     
    531538        <div class="w2"> 
    532539<br/>' 
    533 .gettext("DID can be assigned to a card to re-route calls to a SIP/IAX client or a PSTN number. The Priority sets the order in which the calls are to be routed to allow for failover or follow-me.").'<br> 
     540.gettext("DID can be assigned to a card to re-route calls to a SIP/IAX client or a PSTN number. The Priority sets the order in which the calls are to be routed to allow for failover or follow-me.").'<br>'.help_wiki_link('EditDID').' 
    534541</div></div></div> 
    535542</div></div>'; 
     
    537544$CC_help_list_did_use =' 
    538545<div class="toggle_show2hide"> 
    539 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     546<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    540547<div class="tohide" style="display:visible;"> 
    541548<div id="kiki"><div class="w1"> 
     
    543550        <div class="w2"> 
    544551        <br/>' 
    545         .gettext("List the DIDs currently in use with the card id and their destination number <br/> You can use the search option to show the usage of a given DID or all DIDs").'<br/> 
     552        .gettext("List the DIDs currently in use with the card id and their destination number <br/> You can use the search option to show the usage of a given DID or all DIDs").'<br/>'.help_wiki_link('DIDUsage').' 
    546553</div></div></div> 
    547554</div></div>'; 
     
    549556$CC_help_release_did =' 
    550557<div class="toggle_show2hide"> 
    551 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     558<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    552559<div class="tohide" style="display:visible;"> 
    553560<div id="kiki"><div class="w1"> 
     
    556563        <br/>' 
    557564        .gettext("Releasing DID put it in free stat and the user will not be monthly charged any more..").'<br/> 
    558 <br/> 
     565<br/>'.help_wiki_link('ReleaseDID').' 
    559566</div></div></div> 
    560567</div></div>'; 
     
    562569$CC_help_edit_charge =' 
    563570<div class="toggle_show2hide"> 
    564 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     571<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    565572<div class="tohide" style="display:visible;"> 
    566573<div id="kiki"><div class="w1"> 
     
    569576.gettext("Extra Charges are to allow the billing of one-off or re-occurring monthly charges. These may be used as setup or service charges, etc...") 
    570577.gettext("Charges will appear to the user with the description you attach. Each charge that you create for a user will decrement his account.").' 
    571 <br/> 
     578<br/>'.help_wiki_link('AddCharge').' 
    572579</div></div></div> 
    573580</div></div>'; 
     
    575582$CC_help_list_did_billing =' 
    576583<div class="toggle_show2hide"> 
    577 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     584<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    578585<div class="tohide" style="display:visible;"> 
    579586<div id="kiki"><div class="w1"> 
     
    582589        .gettext("DID list and billing list. ") 
    583590    .gettext("You will see which cards have used your DIDs in past months and the traffic (amount of seconds).").' 
    584 <br/><br/> 
     591<br/>'.help_wiki_link('DIDBilling').'<br/> 
    585592</div></div></div> 
    586593</div></div>'; 
     
    588595$CC_help_list_misc =' 
    589596<div class="toggle_show2hide"> 
    590 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     597<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    591598<div class="tohide" style="display:visible;"> 
    592599<div id="kiki"><div class="w1"> 
     
    597604        .gettext(" A mail is automatically sent when a new signup is completed. Configure the mail template below.<br>") 
    598605        .gettext("A Reminder email can be sent (see a2billing.conf) to customers having low credit.").' 
    599 <br/> 
     606<br/>'.help_wiki_link('ShowMailTemplates').' 
    600607</div></div></div> 
    601608</div></div>'; 
     
    603610$CC_help_campaign =' 
    604611<div class="toggle_show2hide"> 
    605 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     612<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    606613<div class="tohide" style="display:visible;"> 
    607614<div id="kiki"><div class="w1"> 
     
    617624$CC_help_phonelist =' 
    618625<div class="toggle_show2hide"> 
    619 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     626<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    620627<div class="tohide" style="display:visible;"> 
    621628<div id="kiki"><div class="w1"> 
     
    629636$CC_help_provider =' 
    630637<div class="toggle_show2hide"> 
    631 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     638<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    632639<div class="tohide" style="display:visible;"> 
    633640<div id="kiki"><div class="w1"> 
     
    636643        .gettext("This section will allow you to create and edit VOIP Providers for reporting purposes. ") 
    637644    .gettext("A provider is the company/person that provides you with termination.").' 
    638 <br/><br/> 
     645<br/>'.help_wiki_link('ListProvider').'<br/> 
    639646</div></div></div> 
    640647</div></div>'; 
     
    642649$CC_help_database_restore =' 
    643650<div class="toggle_show2hide"> 
    644 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
     651<a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 
    645652<div class="tohide" style="display:visible;"> 
    646653<div id="kiki"><div class="w1"> 
     
    652659