From fdb77f98efd6cfd36ab0a56d30bf448fbaff2dd8 Mon Sep 17 00:00:00 2001 From: "patrick.brugiere" Date: Mon, 20 Nov 2023 17:31:13 +0100 Subject: [PATCH] mise du css sur le manageVocabListView --- .../php/templates/manageVocabListView.html | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/Project/php/templates/manageVocabListView.html b/Project/php/templates/manageVocabListView.html index b5e5820..3fe2ddf 100755 --- a/Project/php/templates/manageVocabListView.html +++ b/Project/php/templates/manageVocabListView.html @@ -2,13 +2,33 @@ - Title + Manage Vocabulary List + + + + + + + + + + + + +

Vocab list

- {% include 'vocabularyContainer.twig' with {'actions' : 'affAllVocab', 'vocabularies' : vocabularies , 'userId' : userId} %} + {% include 'vocabularyContainer.twig' with {'actions' : 'affAllVocab', 'vocabularies' : vocabularies , 'userId' : userId } %}