Commented out duplicates for now pending cut/paste discussion

This commit is contained in:
moodler
2004-06-21 14:51:43 +00:00
parent a2fa19d87c
commit d4bfbe4d18
+2 -1
View File
@@ -1604,7 +1604,8 @@ function make_editing_buttons($mod, $absolute=false, $moveselect=true, $indent=-
return "$leftright$move".
"<a title=\"$str->update\" href=\"$path/mod.php?update=$mod->id\"><img".
" src=\"$pixpath/t/edit.gif\" hspace=\"2\" height=11 width=11 border=0></a>".
"<a title=\"$str->duplicate\" href=\"$path/mod.php?duplicate=$mod->id\"> 2 </a>".
// Following line is commented out until this feature is more definite -- martin
// "<a title=\"$str->duplicate\" href=\"$path/mod.php?duplicate=$mod->id\"> 2 </a>".
"<a title=\"$str->delete\" href=\"$path/mod.php?delete=$mod->id\"><img".
" src=\"$pixpath/t/delete.gif\" hspace=\"2\" height=11 width=11 border=0></a>$hideshow$groupmode";
}