{* * $Revision: 1.1 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *} {* * Hidden submit button.. to invoke a particular submit button if enter is pressed in a text * input it must be first in the form (onkeypress handler to call btn.click() works for some * browsers, but not on IE); this button also cannot have display:none or visibility:hidden * or IE won't use it. We need to set display:none for opera because it doesn't allow styling * button borders. IE also needs more than one text field in the form or it won't pass the * name/value for any submit button when enter is pressed.. we add an extra field below. *} {assign var="buttonId" value="defaultSubmitBtn`$callCount`"}