diff options
author | deva <deva> | 2009-08-06 08:55:51 +0000 |
---|---|---|
committer | deva <deva> | 2009-08-06 08:55:51 +0000 |
commit | 8eade25e7f7a390b67e37f48d61454af0c1e9363 (patch) | |
tree | fa999801f579b138f372497d27319c2747c58d49 /server/xml/macros/amdinformation-1.0.xml | |
parent | 2fbc9ac0710629ba76bd6b6e7593843751b286c2 (diff) |
Renamed all macros to Danish.
Diffstat (limited to 'server/xml/macros/amdinformation-1.0.xml')
-rw-r--r-- | server/xml/macros/amdinformation-1.0.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/server/xml/macros/amdinformation-1.0.xml b/server/xml/macros/amdinformation-1.0.xml deleted file mode 100644 index 5bd4b78..0000000 --- a/server/xml/macros/amdinformation-1.0.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!-- - 20081202: Lars Bisballe Jensen - Ændret til nyt format i resume og naming scheme. - - 20081203: Bent Bisballe Nyeng - LUA script til validering af checkbox, så den ikke bliver godkendt - hvis den ikke er aktiveret. - --> -<macro name="amdinformation" version="1.0"> - <resume>${amd.information}</resume> - <queries> - </queries> - <maps> - </maps> - <scripts> - <script language="lua" name="check"> - if(value == '') - then - return false - end - return true - </script> - </scripts> - <widgets caption="Information (B.2.10.1)" - layout="vbox"> - - <frame layout="hbox"> - <checkbox name="amd.information" script="check" - truevalue="Der er udleveret informationsfolder." - falsevalue="" - caption="Der er udleveret informationsfolder"/> - </frame> - - <frame layout="hbox"> - <spacer/> - <button caption="Gem" action="commit"/> - </frame> - - </widgets> -</macro> |