--- loncom/homework/edit.pm 2008/08/26 03:18:29 1.115
+++ loncom/homework/edit.pm 2008/10/24 16:22:54 1.116
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# edit mode helpers
#
-# $Id: edit.pm,v 1.115 2008/08/26 03:18:29 raeburn Exp $
+# $Id: edit.pm,v 1.116 2008/10/24 16:22:54 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -61,7 +61,7 @@ sub tag_start {
if (!$description) { $description="<$tag>"; }
}
$result.= &start_table($token)."
$description |
- Delete".
+ | ".&mt('Delete?').' '.
&deletelist($target,$token)
." |
".
@@ -145,7 +145,7 @@ sub deletelist {
my ($target,$token) = @_;
my $result = "";
return $result;
}
@@ -215,7 +215,7 @@ sub innerinsertlist {
if ($target eq 'edit') {
my $optionlist= &get_insert_list($tagname);
if ($optionlist) {
- $result = "Insert:
+ $result = &mt('Insert:')."
"
@@ -740,11 +740,11 @@ sub checked_arg {
$text=$option;
$value='value="'.$option.'"';
}
- $result.=" |