Bug: 4124 - Submit button in csv-profile.tmpl floats to the right.
Typo - class='actin' should be class='action' in the <form> tag. Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
d5becca661
commit
bcb675ea82
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function reloadPage(p) {
|
|||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
<fieldset class="actin"><input type="hidden" name="action" value="create" />
|
||||
<fieldset class="action"><input type="hidden" name="action" value="create" />
|
||||
<input type="submit" value="Submit" /></fieldset>
|
||||
</form>
|
||||
<br style="clear:both;" />
|
||||
|
|
Loading…
Reference in a new issue