diff options
author | deva <deva> | 2009-07-30 08:36:12 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-30 08:36:12 +0000 |
commit | 77272458e7a8906d871b241b5385bbd0f783d861 (patch) | |
tree | 7e32f988654c042be251c4ba31b72902402059f3 /server/xml/templates/amd_behandling.xml | |
parent | 1f8c58836dfd8dc8c9a0abeeaef6789325189f1b (diff) |
Removed the term 'course' everywhere, and replaced it by 'template'. This reduced/simplified the Template class structure a bit.
Diffstat (limited to 'server/xml/templates/amd_behandling.xml')
-rw-r--r-- | server/xml/templates/amd_behandling.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/xml/templates/amd_behandling.xml b/server/xml/templates/amd_behandling.xml index 7be6361..58393b3 100644 --- a/server/xml/templates/amd_behandling.xml +++ b/server/xml/templates/amd_behandling.xml @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> -<course name="amd_behandling" version="1.0" title="AMD behandling" - resume="Behandling af AMD med Lucentis"> +<template name="amd_behandling" version="1.0" title="AMD behandling" + resume="Behandling af AMD med Lucentis"> <macro name="header" static="true"/> <header caption="Behandling"/> @@ -8,5 +8,5 @@ <macro name="5steps"/> <macro name="amdprocedure"/> -</course> +</template> |