Show
Ignore:
Timestamp:
12/16/07 14:54:38 (5 years ago)
Author:
p_lindheimer
Message:

add tooltip to module admin online update to provide informaiton of what is trasmitted

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.4/amp_conf/htdocs/admin/page.modules.php

    r5270 r5515  
    517517    echo "<a href='config.php?display=modules&amp;type=tool'>"._("Manage local modules")."</a>\n"; 
    518518    if (!EXTERNAL_PACKAGE_MANAGEMENT) { 
    519       echo " | <a href='config.php?display=modules&amp;type=tool&amp;online=1'>"._("Check for updates online")."</a>\n"; 
     519      echo " | <a class='info' href='config.php?display=modules&amp;type=tool&amp;online=1'>"._("Check for updates online")."<span>"._("Checking for updates will trasmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This information is used to provide proper update information and to track version usage so development and maintenance efforts can be properly focused. There is no private information of any sort trasmitted.")."</span></a>\n"; 
    520520    } 
    521521         
     
    576576    } else { 
    577577      if (!EXTERNAL_PACKAGE_MANAGEMENT) { 
    578         echo "<a href='config.php?display=modules&amp;type=tool&amp;online=1'>"._("Check for updates online")."</a>\n"; 
     578        echo "<a class='info' href='config.php?display=modules&amp;type=tool&amp;online=1'>"._("Check for updates online")."<span>"._("Checking for updates will trasmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This information is used to provide proper update information and to track version usage so development and maintenance efforts can be properly focused. There is no private information of any sort trasmitted.")."</span></a>\n"; 
    579579      } 
    580580      echo " | <a href='config.php?display=modules&amp;type=tool&amp;extdisplay=upload'>"._("Upload module")."</a><br />\n";