Changeset 3267

Show
Ignore:
Timestamp:
12/04/06 12:29:33 (5 years ago)
Author:
gregmac
Message:

Typo

Files:

Legend:

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

    r3247 r3267  
    283283    } 
    284284    echo "</div>"; 
    285     echo "\t<input type=\"button\" value=\""._("Return")."\" onclick=\"location.href = 'config.php?display=modules&amp;type=tool&amp;online=".($_REUQEST['online']?1:0)."';\" />"; 
     285    echo "\t<input type=\"button\" value=\""._("Return")."\" onclick=\"location.href = 'config.php?display=modules&amp;type=tool&amp;online=".($_REQUEST['online']?1:0)."';\" />"; 
    286286  break; 
    287287  case 'confirm': 
     
    397397      echo "<p>"._("Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab.")."</p>"; 
    398398    } 
    399     echo "\t<input type=\"button\" value=\""._("Cancel")."\" onclick=\"location.href = 'config.php?display=modules&amp;type=tool&amp;online=".($_REUQEST['online']?1:0)."';\" />"; 
     399    echo "\t<input type=\"button\" value=\""._("Cancel")."\" onclick=\"location.href = 'config.php?display=modules&amp;type=tool&amp;online=".($_REQUEST['online']?1:0)."';\" />"; 
    400400     
    401401    echo "</form>";