Skip to content

Commit

Permalink
Commented out duplicates for now pending cut/paste discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jun 21, 2004
1 parent a2fa19d commit d4bfbe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion course/lib.php
Expand Up @@ -1604,7 +1604,8 @@ function make_editing_buttons($mod, $absolute=false, $moveselect=true, $indent=-
return "$leftright$move". return "$leftright$move".
"<a title=\"$str->update\" href=\"$path/mod.php?update=$mod->id\"><img". "<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>". " 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". "<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"; " src=\"$pixpath/t/delete.gif\" hspace=\"2\" height=11 width=11 border=0></a>$hideshow$groupmode";
} }
Expand Down

0 comments on commit d4bfbe4

Please sign in to comment.