1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Xhtml validation fixes

This commit is contained in:
CaMer0n
2009-06-24 22:19:27 +00:00
parent cfbd2d6ac0
commit a3f846be42
2 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $
| $Revision: 1.2 $
| $Date: 2009-06-24 22:04:37 $
| $Revision: 1.3 $
| $Date: 2009-06-24 22:19:27 $
| $Author: e107coders $
|
+----------------------------------------------------------------------------+
@@ -164,7 +164,7 @@ class adminDownload extends download
{
$checked = (in_array($fcol,$filterColumns)) ? "checked='checked'" : "";
$text .= "<div style='float:left;width:20%;'>";
$text .= "<label for'filter_".$fcol."'><input type='checkbox' name='filter_columns[]' value='".$fcol."' id='filter_".$fcol."' $checked/>".str_replace($replacechar," ",$fcol)."</label>";
$text .= "<label for='filter_".$fcol."'><input type='checkbox' name='filter_columns[]' value='".$fcol."' id='filter_".$fcol."' $checked/>".str_replace($replacechar," ",$fcol)."</label>";
$text .= "</div>\n";
}

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/languages/English/admin_download.php,v $
| $Revision: 1.1 $
| $Date: 2009-05-04 20:09:45 $
| $Author: bugrain $
| $Revision: 1.2 $
| $Date: 2009-06-24 22:19:27 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
define("DOWLAN_1", "Download added to database.");
@@ -176,7 +176,7 @@ define("DOWLAN_183", "Filter options");
define("DOWLAN_184", "Batch options");
define("DOWLAN_HELP_1", "Download Help");
define("DOWLAN_HELP_2", "<p>Create/edit a download.</p><p>Enter only one of: File, URL or Mirror.</p><p>Ensure you select a category, otherwise your download will not be visible on the downloads page.</p><p>");
define("DOWLAN_HELP_2", "<p>Create/edit a download.</p><p>Enter only one of: File, URL or Mirror.</p><p>Ensure you select a category, otherwise your download will not be visible on the downloads page.</p>");
define("DOWLAN_HELP_3", "Help for cat");
define("DOWLAN_HELP_4", "Help for opt");
define("DOWLAN_HELP_5", "Use the maintenance pages to find duplicate downloads, find orphaned files, find missing (broken) entries, manage inactive downloads, refresh file sizes and view the downlaod log.");