Changeset 248
- Timestamp:
- 10/03/06 00:59:33 (7 years ago)
- Location:
- coldbox/trunk/src/system/dashboard
- Files:
-
- 2 modified
-
handlers/ehFileBrowser.cfc (modified) (1 diff)
-
views/tools/vwAppBuilder.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/src/system/dashboard/handlers/ehFileBrowser.cfc
r246 r248 73 73 </cffunction> 74 74 75 <!--- ************************************************************* ---> 75 76 </cfcomponent> -
coldbox/trunk/src/system/dashboard/views/tools/vwAppBuilder.cfm
r246 r248 29 29 </div> 30 30 31 <!--- FileBrowser Content ---> 31 32 <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()"> 32 35 33 36 <form name="updateform" id="udpateform" action="javascript:doFormEvent('','content',document.updateform)" onSubmit="return confirmit()" method="post">
