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:
Garry Collum 2010-02-05 18:54:47 -05:00 committed by Galen Charlton
parent d5becca661
commit bcb675ea82

View file

@ -108,7 +108,7 @@ function reloadPage(p) {
</li> </li>
</ol> </ol>
</fieldset> </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> <input type="submit" value="Submit" /></fieldset>
</form> </form>
<br style="clear:both;" /> <br style="clear:both;" />