Changeset 5515 for freepbx/branches/2.4
- Timestamp:
- 12/16/07 14:54:38 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.4/amp_conf/htdocs/admin/page.modules.php
r5270 r5515 517 517 echo "<a href='config.php?display=modules&type=tool'>"._("Manage local modules")."</a>\n"; 518 518 if (!EXTERNAL_PACKAGE_MANAGEMENT) { 519 echo " | <a href='config.php?display=modules&type=tool&online=1'>"._("Check for updates online")."</a>\n";519 echo " | <a class='info' href='config.php?display=modules&type=tool&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"; 520 520 } 521 521 … … 576 576 } else { 577 577 if (!EXTERNAL_PACKAGE_MANAGEMENT) { 578 echo "<a href='config.php?display=modules&type=tool&online=1'>"._("Check for updates online")."</a>\n";578 echo "<a class='info' href='config.php?display=modules&type=tool&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"; 579 579 } 580 580 echo " | <a href='config.php?display=modules&type=tool&extdisplay=upload'>"._("Upload module")."</a><br />\n";
