Skip to content

Nested Forms and dubble class call on uedit.php #9

@oarko

Description

@oarko

Firefox had issues with the update button so i found nested forms, moved the primary form call to just befor the second <div class=row> and also found that the update button was
<div class="btn-group"><input class='btn btn-primary' type='submit' value='Update' class='submit'/></div>
changed to
<div class="btn-group"><input class='btn btn-primary submit' type='submit' value='Update'/></div>

This seemed to fix the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions