Changeset 248

Show
Ignore:
Timestamp:
10/03/06 00:59:33 (7 years ago)
Author:
lmajano
Message:

Work in progress

Location:
coldbox/trunk/src/system/dashboard
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/src/system/dashboard/handlers/ehFileBrowser.cfc

    r246 r248  
    7373        </cffunction> 
    7474         
     75        <!--- ************************************************************* ---> 
    7576</cfcomponent> 
  • coldbox/trunk/src/system/dashboard/views/tools/vwAppBuilder.cfm

    r246 r248  
    2929</div> 
    3030 
     31<!--- FileBrowser Content ---> 
    3132<div id="FileBrowserContent" style="background-color: ##ddd;width:570px;height:350px; position:absolute;margin-left:auto;margin-right:auto;"></div> 
     33<!--- END OF FILEBROWSER ---> 
     34<input type="button" value="show browser" onClick="showBrowser()"> 
    3235 
    3336<form name="updateform" id="udpateform" action="javascript:doFormEvent('','content',document.updateform)" onSubmit="return confirmit()" method="post">