Annotation of gpl/axl/test/test_38.xml, revision 1.1.1.1
1.1 misho 1: <?xml version='1.0' encoding='iso-8859-15' ?>
2: <camuc-report common-name="report">
3: <!-- the following as a report declaration, a window that is showed
4: to gather data and call to the appropiate report -->
5: <report name="password-report"
6: image="system-password-16x16.png"
7: label="<b><small>Informe de contraseñas</small></b>"
8: shaper-report="password-report-shaper.xml">
9:
10: <group label="<b>1. Seleccione el cliente del informe</b>">
11:
12: <select module="customer"
13: show="name"
14: as="customer_id"
15: label="Seleccione el cliente de la máquina que se hará el informe."
16: selection="search" />
17: </group>
18:
19:
20: <group label="<b>2. Seleccione la máquina</b>">
21:
22: <select module="machine"
23: show="name"
24: as="machine_id"
25: label="Seleccionar sistema sobre el cual se realizará el informe."
26: input="customer_id"
27: selection="list" />
28: </group>
29:
30: <group label="<b>3. Seleccione las cuentas a mostrar</b>">
31: <list-select input="machine_id"
32: module="account"
33: service="machine_list"
34: select-all-label="<small>Incluir todas las cuentas del sistema seleccionado.</small>"
35: as="selected_accounts" />
36: </group>
37: </report>
38: </camuc-report>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>