<?xml version='1.0' encoding='iso-8859-15' ?>
<camuc-report common-name="report">
<!-- the following as a report declaration, a window that is showed
to gather data and call to the appropiate report -->
<report name="password-report"
image="system-password-16x16.png"
label="<b><small>Informe de contraseñas</small></b>"
shaper-report="password-report-shaper.xml">
<group label="<b>1. Seleccione el cliente del informe</b>">
<select module="customer"
show="name"
as="customer_id"
label="Seleccione el cliente de la máquina que se hará el informe."
selection="search" />
</group>
<group label="<b>2. Seleccione la máquina</b>">
<select module="machine"
show="name"
as="machine_id"
label="Seleccionar sistema sobre el cual se realizará el informe."
input="customer_id"
selection="list" />
</group>
<group label="<b>3. Seleccione las cuentas a mostrar</b>">
<list-select input="machine_id"
module="account"
service="machine_list"
select-all-label="<small>Incluir todas las cuentas del sistema seleccionado.</small>"
as="selected_accounts" />
</group>
</report>
</camuc-report>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>