Feature #2785 glossary

skala
Juan Carlos Raña 14 years ago
parent 9e5e5495d5
commit 8d2e61326b
  1. BIN
      main/img/icons/32/new_glossary_term.png
  2. BIN
      main/img/icons/32/view_detailed.png
  3. BIN
      main/img/icons/32/view_text.png
  4. BIN
      main/img/icons/48/new_glossary_term.png
  5. 6
      main/img/icons/48/sum.txt
  6. BIN
      main/img/icons/48/view_detailed.png
  7. BIN
      main/img/icons/48/view_text.png
  8. BIN
      main/img/lp_dir.png
  9. BIN
      main/img/lp_dir_bis.png
  10. 6
      main/inc/lib/glossary.lib.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -47,7 +47,7 @@ new_learningpaht_object modif nuvola
build_learnpath nuvola
build_learnpath_na modif nuvola
add_learnpath_section modif nuvola
learnpath_section modif nuvola (16 px lp_dokeos_chapter.png into main/img/)
learnpath_section modif nuvola (16 px lp_dokeos_chapter.png and lp_dir.png into main/img/)
view_left_right nuvola
move_learnpath modif nuvola
move_learnpath_na modif nuvola
@ -56,4 +56,8 @@ view_remove.png nuvola
view_remove_na.png modif nuvola
export_scorm modif nuvola
export_scorm_na modif nuvola
--
new_glossary_term modif mix nuvola crystal
view_detailed nuvola
view_text nuvola

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 649 B

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

@ -268,13 +268,13 @@ class GlossaryManager {
echo '<div class="actions" style="margin-bottom:10px">';
if (api_is_allowed_to_edit(null,true))
{
echo '<a href="index.php?'.api_get_cidreq().'&action=addglossary&msg=add">'.Display::return_icon('filenew.gif',get_lang('TermAddNew')).get_lang('TermAddNew').'</a>';
echo '<a href="index.php?'.api_get_cidreq().'&action=addglossary&msg=add">'.Display::return_icon('new_glossary_term.png',get_lang('TermAddNew'),'','32').'</a>';
}
if ((isset($_SESSION['glossary_view']) && $_SESSION['glossary_view'] == 'table') or (!isset($_SESSION['glossary_view']))){
echo '<a href="index.php?'.api_get_cidreq().'&action=changeview&view=list">'.Display::return_icon('view_list.gif',get_lang('ListView')).get_lang('ListView').'</a>';
echo '<a href="index.php?'.api_get_cidreq().'&action=changeview&view=list">'.Display::return_icon('view_detailed.png',get_lang('ListView'),'','32').'</a>';
} else {
echo '<a href="index.php?'.api_get_cidreq().'&action=changeview&view=table">'.Display::return_icon('view_table.gif',get_lang('TableView')).get_lang('TableView').'</a>';
echo '<a href="index.php?'.api_get_cidreq().'&action=changeview&view=table">'.Display::return_icon('view_text.png',get_lang('TableView'),'','32').'</a>';
}
echo '</div>';
if (!$_SESSION['glossary_view'] OR $_SESSION['glossary_view'] == 'table') {

Loading…
Cancel
Save