LetoDMS Community Forum
Jumploader page format AFTER upload. - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10)
+--- Thread: Jumploader page format AFTER upload. (/showthread.php?tid=440)



Jumploader page format AFTER upload. - dgbaker - 02-07-2012

Trying to figure how to move the meta data area that is displayed under the jumploader when a file is uploaded.

I'm trying to move the callback methods and the debug auxillary information to the right hand side of the jumploader instead of underneath it.

Something along the lines of this:
CSS
Code:
#leftcolumn { width: 300px; border: 1px solid red; float: left}
#rightcolumn { width: 300px; border: 1px solid red; float: right}

Code:
<div id="leftcolumn"><p>JumpLoader Applet here</p></div>
<div id="rightcolumn"><p>Callback method and debug auxillary here</p></div>

But I cannot figure out how to implement with the inc.ClassUI.php.

Any guideance would be appreciated.