Update template to show multiselect values

This commit is contained in:
Deon George 2012-10-01 16:47:53 +10:00
parent 927e515df3
commit 092db24f99

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd"> <!DOCTYPE template SYSTEM "../template.dtd">
<template> <template>
<askcontainer>1</askcontainer> <askcontainer>1</askcontainer>
@ -72,9 +72,9 @@
<page>1</page> <page>1</page>
<!-- <value><![CDATA[=php.PickList(/;(&(objectClass=posixAccount));loginShell;%loginShell%;;;;loginShell)]]></value> --> <!-- <value><![CDATA[=php.PickList(/;(&(objectClass=posixAccount));loginShell;%loginShell%;;;;loginShell)]]></value> -->
<type>select</type> <type>select</type>
<value id="/bin/sh">/bin/sh</value> <value id="/bin/sh">Bash</value>
<value id="/bin/csh">/bin/csh</value> <value id="/bin/csh">C Shell</value>
<value id="/bin/tsh">/bin/tsh</value> <value id="/bin/tsh">Turbo C Shell</value>
</attribute> </attribute>
<attribute id="userPassword"> <attribute id="userPassword">
<display>Password</display> <display>Password</display>