Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1719)
+++ branches/2.8.x/CHANGELOG	(revision 1720)
@@ -13,6 +13,11 @@
 
 
 
+29 Aug-2012 Build 1720 Dietmar Woellbrink (Luisehahne)
+! FCKEditor remove som php endtags in connector
+29 Aug-2012 Build 1719 Dietmar Woellbrink (Luisehahne)
+! beginning update frontend account
+! remove html markup from code
 29 Aug-2012 Build 1718 Dietmar Woellbrink (Luisehahne)
 ! update headerinfo
 ! change multi-dimensional arrays (variables) to similar arrays
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1719)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1720)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1718');
+if(!defined('REVISION')) define('REVISION', '1720');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/frmupload.html
===================================================================
--- branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/frmupload.html	(revision 1719)
+++ branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/frmupload.html	(revision 1720)
@@ -97,14 +97,14 @@
 	</head>
 	<body>
 		<form id="frmUpload" action="" target="frmUploadWorker" method="post" onsubmit="return OnSubmit();">
-			<table class="fullHeight" cellspacing="0" cellpadding="0" width="100%" border="0">
+			<table class="fullHeight" cellspacing="0" cellpadding="0" width="100%" border="0" style="display: none;" >
 				<tr>
 					<td nowrap="nowrap">
-						<span id="">&nbsp;</span><br>
+						<span id="eUploadMessage">Upload a new file in this folder</span><br>
 						<table cellspacing="0" cellpadding="0" width="100%" border="0">
 							<tr>
-								<td width="100%">&nbsp;</td>
-								<td nowrap="nowrap">&nbsp;</td>
+								<td width="100%"><input id="NewFile" name="NewFile" style="WIDTH: 100%" type="file"></td>
+								<td nowrap="nowrap">&nbsp;<input id="btnUpload" type="submit" value="Upload"></td>
 							</tr>
 						</table>
 					</td>
Index: branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
===================================================================
--- branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html	(revision 1719)
+++ branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html	(revision 1720)
@@ -95,16 +95,18 @@
 		</script>
 	</head>
 	<body>
-		<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0">
+		<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0" style="display: none;" >
 			<tr>
 				<td>
+					<button type="button" style="WIDTH: 100%" onclick="CreateFolder();">
 						<table cellSpacing="0" cellPadding="0" border="0">
 							<tr>
+								<td><img height="16" alt="" src="images/Folder.gif" width="16"></td>
 								<td>&nbsp;</td>
-								<td>&nbsp;</td>
-								<td nowrap>&nbsp;</td>
+								<td nowrap>Create New Folder</td>
 							</tr>
 						</table>
+					</button>
 				</td>
 			</tr>
 		</table>
Index: branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/basexml.php
===================================================================
--- branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/basexml.php	(revision 1719)
+++ branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/basexml.php	(revision 1720)
@@ -96,4 +96,3 @@
 	else
 		echo '<Error number="' . $number . '" />' ;
 }
-?>
Index: branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php
===================================================================
--- branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php	(revision 1719)
+++ branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php	(revision 1720)
@@ -231,5 +231,3 @@
 $Config['FileTypesAbsolutePath']['Media']		= $Config['UserFilesAbsolutePath'];
 $Config['QuickUploadPath']['Media']				= $Config['UserFilesPath'] ;
 $Config['QuickUploadAbsolutePath']['Media']	= $Config['UserFilesAbsolutePath'] ;
-
-?>
