From c034a74e82cd7bcdb0eee3db37e376c365d5e1f9 Mon Sep 17 00:00:00 2001 From: marj Date: Sat, 15 Aug 2009 15:53:44 +0000 Subject: [PATCH] add some value and FIXME comments --- e107_admin/lancheck.php | 7 ++++--- e107_admin/language.php | 5 +++-- e107_admin/meta.php | 6 +++--- e107_handlers/form_handler.php | 10 +++++----- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/e107_admin/lancheck.php b/e107_admin/lancheck.php index 0b03378ae..9dc0d385d 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.15 $ - * $Date: 2009-08-15 15:44:37 $ + * $Revision: 1.16 $ + * $Date: 2009-08-15 15:53:44 $ * $Author: marj_nl_fr $ * */ @@ -649,9 +649,10 @@ function edit_lanfiles($dir1,$dir2,$f1,$f2){ //Check if directory is writable if($writable) { + //FIXME place of LAN_SAVE $text .="
- + ".(($root_file) ? "" : "")."
"; diff --git a/e107_admin/language.php b/e107_admin/language.php index c666295de..fd4a39478 100644 --- a/e107_admin/language.php +++ b/e107_admin/language.php @@ -9,8 +9,8 @@ * Administration Area - Languages * * $Source: /cvs_backup/e107_0.8/e107_admin/language.php,v $ - * $Revision: 1.16 $ - * $Date: 2009-08-15 15:44:37 $ + * $Revision: 1.17 $ + * $Date: 2009-08-15 15:53:44 $ * $Author: marj_nl_fr $ * */ @@ -510,6 +510,7 @@ function multilang_db(){ "; if ($installed) { + //FIXME sprintf $text .= " diff --git a/e107_admin/meta.php b/e107_admin/meta.php index 3da7b7cdc..73b06066d 100644 --- a/e107_admin/meta.php +++ b/e107_admin/meta.php @@ -9,8 +9,8 @@ * Administration Area - Meta Tags * * $Source: /cvs_backup/e107_0.8/e107_admin/meta.php,v $ - * $Revision: 1.8 $ - * $Date: 2009-08-05 06:30:24 $ + * $Revision: 1.9 $ + * $Date: 2009-08-15 15:53:44 $ * $Author: marj_nl_fr $ * */ @@ -123,7 +123,7 @@ $text = "
- +
diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 9dadcd8e3..4ff99f87f 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -9,14 +9,14 @@ * Form Handler * * $Source: /cvs_backup/e107_0.8/e107_handlers/form_handler.php,v $ - * $Revision: 1.38 $ - * $Date: 2009-08-14 23:22:37 $ - * $Author: bugrain $ + * $Revision: 1.39 $ + * $Date: 2009-08-15 15:53:44 $ + * $Author: marj_nl_fr $ * */ if (!defined('e107_INIT')) { exit; } - +//FIXME hardcoded text /** * Automate Form fields creation. Produced markup is following e107 CSS/XHTML standards * If options argument is omitted, default values will be used (which OK most of the time) @@ -798,7 +798,7 @@ class e_form $text .= " - +  "; return $text;