Changeset 3239
- Timestamp:
- 11/28/06 15:57:56 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/page.modules.php
r3169 r3239 283 283 } 284 284 echo "</div>"; 285 echo "\t<input type=\"button\" value=\""._("Return")."\" onclick=\"location.href = 'config.php?display=modules&type=tool&online=".($_REUQEST['online']?1:0)."';\" />"; 285 286 break; 286 287 case 'confirm': … … 344 345 echo "<p>"._("Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab.")."</p>"; 345 346 } 346 echo "\t<input type=\"button\" value=\""._("Cancel")."\" onclick=\"location.href = 'config.php?display=modules&type=tool&online= 1';\" />";347 echo "\t<input type=\"button\" value=\""._("Cancel")."\" onclick=\"location.href = 'config.php?display=modules&type=tool&online=".($_REUQEST['online']?1:0)."';\" />"; 347 348 348 349 echo "</form>";
