summaryrefslogtreecommitdiff
path: root/server/xml/macros/information-1.0.xml
diff options
context:
space:
mode:
authordeva <deva>2010-06-01 13:02:23 +0000
committerdeva <deva>2010-06-01 13:02:23 +0000
commit730eb796bbce6f124be9194f1565b7dda1daddf1 (patch)
tree46387b60fefad222197e3319ed922b23176d4a36 /server/xml/macros/information-1.0.xml
parent74a28aa7125be6a603128ad600c98c4882f3b5c2 (diff)
Afdj macros/templates are now located in their own repo.
Diffstat (limited to 'server/xml/macros/information-1.0.xml')
-rw-r--r--server/xml/macros/information-1.0.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/server/xml/macros/information-1.0.xml b/server/xml/macros/information-1.0.xml
deleted file mode 100644
index e14d3e2..0000000
--- a/server/xml/macros/information-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="information" 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.8)"
- 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>