From 52142a9d3954cf00d821e8df7b14f276187da655 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 10 Aug 2006 10:42:32 +0000 Subject: [PATCH] Fixed w3c for user divlists git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4468 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_CopyPasteHandler.inc | 2 +- include/class_MultiSelectWindow.inc | 4 ++-- plugins/admin/users/class_divListUsers.inc | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/class_CopyPasteHandler.inc b/include/class_CopyPasteHandler.inc index 4ec220be5..5336f57c7 100644 --- a/include/class_CopyPasteHandler.inc +++ b/include/class_CopyPasteHandler.inc @@ -215,7 +215,7 @@ class CopyPasteHandler { $Copy_Paste.= " "; }else{ - $Copy_Paste.= ""._("Can "; + $Copy_Paste.= "\""._("Can't "; } return ($Copy_Paste); diff --git a/include/class_MultiSelectWindow.inc b/include/class_MultiSelectWindow.inc index c1faef360..fd1511f1b 100644 --- a/include/class_MultiSelectWindow.inc +++ b/include/class_MultiSelectWindow.inc @@ -504,7 +504,7 @@ class MultiSelectWindow{ title='"._("Restore snapshopts of already deleted objects")."' alt='"._("Restore")."' name='RestoreDeletedSnapShot'> "; }else{ - $str = " "; + $str = " "; } $str .= " "; @@ -522,7 +522,7 @@ class MultiSelectWindow{ $str.= " "; } else { - $str = " "; + $str = " "; } $str.= " ". "  ". - "  "; + title='"._("Reload list")."' name='submit_department' alt='"._("Submit")."'> ". + " - "; $listhead .= $this->get_snapshot_header($this->selectedBase); $listhead .= "  ". "  ". $Copy_Paste. - "  ". + " - ". _("Base")." ". "  ". @@ -139,7 +139,7 @@ class divListUsers extends MultiSelectWindow /* Variable initialation */ $enviro = $posix = $maila = $faxac = $samba = $netatalk = ""; - $empty = ""; + $empty = "-"; $userimg = "User"; $tplimg = "Template"; $editlink = "%s"; -- 2.30.2