Suggestion for Fileupload Rendering.

felixkat

Senior Member
I'm using the labels above template but the fileupload alignment is out of place during an edit.

So I swapped some strings around which in my view works a lot better.

See attached images so this post makes sense :)


Worth making permanent?

fileupload.php - 1905'ish

Code:
//        $str[] = $allRenders . '<input class="fabrikinput" name="' . $name . '" type="file" id="' . $id . '" />' . "\n";
        $str[] = '<input class="fabrikinput" name="' . $name . '" type="file" id="' . $id . '" />' . "\n" . $allRenders;
 

Attachments

  • Before.png
    Before.png
    9.9 KB · Views: 212
  • After.png
    After.png
    11.2 KB · Views: 205
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top