Changeset 3267
- Timestamp:
- 12/04/06 12:29:33 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/page.modules.php
r3247 r3267 283 283 } 284 284 echo "</div>"; 285 echo "\t<input type=\"button\" value=\""._("Return")."\" onclick=\"location.href = 'config.php?display=modules&type=tool&online=".($_RE UQEST['online']?1:0)."';\" />";285 echo "\t<input type=\"button\" value=\""._("Return")."\" onclick=\"location.href = 'config.php?display=modules&type=tool&online=".($_REQUEST['online']?1:0)."';\" />"; 286 286 break; 287 287 case 'confirm': … … 397 397 echo "<p>"._("Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab.")."</p>"; 398 398 } 399 echo "\t<input type=\"button\" value=\""._("Cancel")."\" onclick=\"location.href = 'config.php?display=modules&type=tool&online=".($_RE UQEST['online']?1:0)."';\" />";399 echo "\t<input type=\"button\" value=\""._("Cancel")."\" onclick=\"location.href = 'config.php?display=modules&type=tool&online=".($_REQUEST['online']?1:0)."';\" />"; 400 400 401 401 echo "</form>";
