From a86ea57ddfb40d00301e966b3dbc6d9147cace5e Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sat, 8 May 2004 20:47:14 +0000 Subject: [PATCH] category list now sorted when adding entry, thanks to Bernard, bug 1010 --- mod/glossary/edit.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/mod/glossary/edit.html b/mod/glossary/edit.html index 02f5f94e09..11427c9a59 100644 --- a/mod/glossary/edit.html +++ b/mod/glossary/edit.html @@ -24,7 +24,7 @@ if (isset($errors)) {

:

id); + $categories = get_records("glossary_categories","glossaryid",$glossary->id,'name ASC'); echo "'; - echo ''; - echo ''; + echo ''; + echo ''; + echo ''; } else { echo ''; @@ -159,21 +159,21 @@ if (isset($errors)) {

id)) { echo "id\">"; - } - ?> + } + ?> - - - + + + - - - - + + + + - "> - "> -

+ "> + "> +

-- 2.39.5