diff --git a/e107_admin/admin_log.php b/e107_admin/admin_log.php
index 00f98e8f9..5e26f75e1 100644
--- a/e107_admin/admin_log.php
+++ b/e107_admin/admin_log.php
@@ -9,8 +9,8 @@
* Administration Area - Admin Log
*
* $Source: /cvs_backup/e107_0.8/e107_admin/admin_log.php,v $
- * $Revision: 1.28 $
- * $Date: 2009-08-09 07:03:51 $
+ * $Revision: 1.29 $
+ * $Date: 2009-08-15 15:44:37 $
* $Author: marj_nl_fr $
*
*/
@@ -221,8 +221,8 @@ if(($action == "confdel") || ($action == "auditdel"))
-
+
";
if($delete_button)
{
$text .= "
-
+
";
}
$text .= "
diff --git a/e107_admin/banner.php b/e107_admin/banner.php
index 7b4e4e170..6913939fb 100644
--- a/e107_admin/banner.php
+++ b/e107_admin/banner.php
@@ -9,8 +9,8 @@
* Banner Administration
*
* $Source: /cvs_backup/e107_0.8/e107_admin/banner.php,v $
- * $Revision: 1.12 $
- * $Date: 2009-08-15 11:55:29 $
+ * $Revision: 1.13 $
+ * $Date: 2009-08-15 15:44:37 $
* $Author: marj_nl_fr $
*
*/
@@ -477,7 +477,7 @@ if ($action == "create") {
".BNRLAN_32." |
-
+
";
@@ -611,11 +611,11 @@ if ($action == "create") {
if ($sub_action == "edit" && $id) {
$text .= "
-
+
";
} else {
$text .= "
-
+
";
}
$text .= "
@@ -737,7 +737,7 @@ if ($action == "menu")
-
+
diff --git a/e107_admin/emoticon.php b/e107_admin/emoticon.php
index b3f562f03..b7ef39a52 100644
--- a/e107_admin/emoticon.php
+++ b/e107_admin/emoticon.php
@@ -9,9 +9,9 @@
* Administration Area - Emotions Settings & Packs
*
* $Source: /cvs_backup/e107_0.8/e107_admin/emoticon.php,v $
- * $Revision: 1.14 $
- * $Date: 2009-07-17 23:23:36 $
- * $Author: e107coders $
+ * $Revision: 1.15 $
+ * $Date: 2009-08-15 15:44:37 $
+ * $Author: marj_nl_fr $
*
*/
@@ -322,8 +322,8 @@ class emotec
-
-
+
+
";
diff --git a/e107_admin/lancheck.php b/e107_admin/lancheck.php
index fb47ebf53..0b03378ae 100644
--- a/e107_admin/lancheck.php
+++ b/e107_admin/lancheck.php
@@ -10,8 +10,8 @@
* With code from Izydor and Lolo.
*
* $Source: /cvs_backup/e107_0.8/e107_admin/lancheck.php,v $
- * $Revision: 1.14 $
- * $Date: 2009-07-19 11:44:28 $
+ * $Revision: 1.15 $
+ * $Date: 2009-08-15 15:44:37 $
* $Author: marj_nl_fr $
*
*/
@@ -667,7 +667,7 @@ function edit_lanfiles($dir1,$dir2,$f1,$f2){
".((!$writable) ? $dir2.$f2.LAN_NOTWRITABLE : "")."
-
+
diff --git a/e107_admin/language.php b/e107_admin/language.php
index 111afdd3a..c666295de 100644
--- a/e107_admin/language.php
+++ b/e107_admin/language.php
@@ -9,9 +9,9 @@
* Administration Area - Languages
*
* $Source: /cvs_backup/e107_0.8/e107_admin/language.php,v $
- * $Revision: 1.15 $
- * $Date: 2009-03-26 21:55:37 $
- * $Author: e107steved $
+ * $Revision: 1.16 $
+ * $Date: 2009-08-15 15:44:37 $
+ * $Author: marj_nl_fr $
*
*/
@@ -274,7 +274,7 @@ if (isset($_POST['edit_existing']))
-
+
@@ -353,7 +353,7 @@ function multilang_prefs()
-
+
@@ -511,14 +511,14 @@ function multilang_db(){
if ($installed)
{
$text .= "
-
-
+
+
";
}
elseif($lanlist[$i] != $pref['sitelanguage'])
{
$text .= "
-
+
";
}
$text .= "
@@ -580,7 +580,7 @@ function show_tools()
$text .= "
-
+
|
@@ -620,7 +620,7 @@ function show_tools()
$text .= "
-
+
diff --git a/e107_admin/links.php b/e107_admin/links.php
index 21f2be90b..1f1e9ee5a 100644
--- a/e107_admin/links.php
+++ b/e107_admin/links.php
@@ -9,9 +9,9 @@
* Administration Area - Site Links
*
* $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
- * $Revision: 1.26 $
- * $Date: 2009-07-23 15:21:41 $
- * $Author: e107coders $
+ * $Revision: 1.27 $
+ * $Date: 2009-08-15 15:44:37 $
+ * $Author: marj_nl_fr $
*
*/
@@ -362,7 +362,7 @@ class links
-
+
@@ -635,13 +635,13 @@ class links
if($id && $sub_action == "edit")
{
$text .= "
-
+
";
} else
{
$text .= "
-
+
";
}
$text .= "
@@ -728,7 +728,7 @@ class links
-
+
@@ -822,7 +822,7 @@ class links
-
+
diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php
index 6380bb625..da8191982 100644
--- a/e107_admin/plugin.php
+++ b/e107_admin/plugin.php
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
-| $Revision: 1.36 $
-| $Date: 2009-08-14 21:11:49 $
-| $Author: e107coders $
+| $Revision: 1.37 $
+| $Date: 2009-08-15 15:44:37 $
+| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
@@ -825,7 +825,7 @@ class pluginManager{
{
$text .= ($plug['plugin_installflag'] ? "
".ADMIN_UNINSTALLPLUGIN_ICON."" : "
".ADMIN_INSTALLPLUGIN_ICON."");
- // $text .= ($plug['plugin_installflag'] ? "
" : "
");
+ // $text .= ($plug['plugin_installflag'] ? "
" : "
");
if (PLUGIN_SHOW_REFRESH && !varsettrue($plug_vars['plugin_php']))
{
$text .= "
";
@@ -834,7 +834,7 @@ class pluginManager{
else
{
// $text .= "
";
- // $text .= "
";
+ // $text .= "
";
$text .= "
".ADMIN_INSTALLPLUGIN_ICON."";
}
}
diff --git a/e107_admin/search.php b/e107_admin/search.php
index 425c29662..0c621d48c 100644
--- a/e107_admin/search.php
+++ b/e107_admin/search.php
@@ -9,9 +9,9 @@
* Search Administration
*
* $Source: /cvs_backup/e107_0.8/e107_admin/search.php,v $
- * $Revision: 1.5 $
- * $Date: 2009-01-04 22:31:57 $
- * $Author: e107steved $
+ * $Revision: 1.6 $
+ * $Date: 2009-08-15 15:44:37 $
+ * $Author: marj_nl_fr $
*
*/
@@ -338,7 +338,7 @@ elseif ($query[0] == 'edit')
-
+
@@ -472,7 +472,7 @@ else
-
+
diff --git a/e107_admin/updateadmin.php b/e107_admin/updateadmin.php
index e9cf0f91e..20e6d8c35 100644
--- a/e107_admin/updateadmin.php
+++ b/e107_admin/updateadmin.php
@@ -9,9 +9,9 @@
* Administration Area - Update Admin
*
* $Source: /cvs_backup/e107_0.8/e107_admin/updateadmin.php,v $
- * $Revision: 1.5 $
- * $Date: 2009-01-11 22:11:19 $
- * $Author: e107steved $
+ * $Revision: 1.6 $
+ * $Date: 2009-08-15 15:44:37 $
+ * $Author: marj_nl_fr $
*
*/
@@ -103,7 +103,7 @@ else
-
+
diff --git a/e107_files/jslib/core/admin.js b/e107_files/jslib/core/admin.js
index 819fde79d..34748647c 100644
--- a/e107_files/jslib/core/admin.js
+++ b/e107_files/jslib/core/admin.js
@@ -8,9 +8,9 @@
* e107 Admin Helper
*
* $Source: /cvs_backup/e107_0.8/e107_files/jslib/core/admin.js,v $
- * $Revision: 1.20 $
- * $Date: 2009-08-15 01:00:38 $
- * $Author: bugrain $
+ * $Revision: 1.21 $
+ * $Date: 2009-08-15 15:44:37 $
+ * $Author: marj_nl_fr $
*
*/
@@ -157,7 +157,7 @@ e107Admin.Helper = {
*
(see the button example below)
*
* Example of button being auto-observed (see e107Admin.Helper#init)
- *
// default selector - multiaction
+ *
// default selector - multiaction
* OR
*
// checkboxes names starting with - some_checkbox_array
*
@@ -192,7 +192,7 @@ e107Admin.Helper = {
*
(see the button example below)
*
* Example of button being auto-observed (see e107Admin.Helper#init)
- *
// default selector - multiaction
+ *
// default selector - multiaction
* OR
*
// checkboxes names starting with - some_checkbox_array
*
diff --git a/e107_files/shortcode/batch/admin_shortcodes_class.php b/e107_files/shortcode/batch/admin_shortcodes_class.php
index 226636ed6..9b92b71fc 100644
--- a/e107_files/shortcode/batch/admin_shortcodes_class.php
+++ b/e107_files/shortcode/batch/admin_shortcodes_class.php
@@ -1,7 +1,7 @@
mySQLlanguage || ($lng == $pref['sitelanguage'] && !$sql->mySQLlanguage)) ? " selected='selected'" : "";
$select .= "
\n";
}
- $select .= " ".(!isset($params['nobutton']) ? "
" : '')."
+ $select .= " ".(!isset($params['nobutton']) ? "
" : '')."
";
diff --git a/e107_files/shortcode/uploadfile.sc b/e107_files/shortcode/uploadfile.sc
index 6b7ff877e..a46dbb878 100644
--- a/e107_files/shortcode/uploadfile.sc
+++ b/e107_files/shortcode/uploadfile.sc
@@ -1,4 +1,4 @@
-// $Id: uploadfile.sc,v 1.2 2008-12-29 15:23:06 secretr Exp $
+// $Id: uploadfile.sc,v 1.3 2009-08-15 15:44:37 marj_nl_fr Exp $
// Your