I'm sorry to ask a so stupid question but I can't understand the mecanism of this hack. The shortcut Alt + S is accessible without this hack. It's a default setting of vbulletin.
In the adminfunctions.php, you can find this line :
echo "<p id='submitrow'><input type=\"submit\" value=\" $submitname \" accesskey=\"s\">\n";
It creates the shortcut.
Assassingod's hack only add a shortcut for reset button with the same Alt + S. Am I wrong ?
|