From 6832d4966cd7c3c12372960b5fae365f4492c273 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 4 May 2010 13:25:54 +0000 Subject: [PATCH] Added filter templates and schema files git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18043 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../addons/configViewer/property-filter.xml | 40 ++++++ .../addons/configViewer/property-list.tpl | 24 ++++ .../addons/configViewer/property-list.xml | 135 ++++++++++++++++++ 3 files changed, 199 insertions(+) create mode 100644 gosa-core/plugins/addons/configViewer/property-filter.xml create mode 100644 gosa-core/plugins/addons/configViewer/property-list.tpl create mode 100644 gosa-core/plugins/addons/configViewer/property-list.xml diff --git a/gosa-core/plugins/addons/configViewer/property-filter.xml b/gosa-core/plugins/addons/configViewer/property-filter.xml new file mode 100644 index 000000000..16eec7dc2 --- /dev/null +++ b/gosa-core/plugins/addons/configViewer/property-filter.xml @@ -0,0 +1,40 @@ + + + + + + all + true + default + one + + + + default + + + PROPERTIES + state=* + + + state + 0.5 + 3 + + + + + default2 + + + PROPERTIES + state=modified> + + + state + 0.5 + 3 + + + + diff --git a/gosa-core/plugins/addons/configViewer/property-list.tpl b/gosa-core/plugins/addons/configViewer/property-list.tpl new file mode 100644 index 000000000..c80f9a238 --- /dev/null +++ b/gosa-core/plugins/addons/configViewer/property-list.tpl @@ -0,0 +1,24 @@ +
+ +
+

{$HEADLINE} {$SIZELIMIT}

+
+ + + + + + + + + +
{$ROOT}{$BACK}{$HOME}{$RELOAD}{$ACTIONS}{$FILTER}
+
+
+ + {$LIST} +
+ +
+ + diff --git a/gosa-core/plugins/addons/configViewer/property-list.xml b/gosa-core/plugins/addons/configViewer/property-list.xml new file mode 100644 index 000000000..b973198d8 --- /dev/null +++ b/gosa-core/plugins/addons/configViewer/property-list.xml @@ -0,0 +1,135 @@ + + + + + false + false + false + true + + sudo + + 1 + + + + sudoRole + sudo + sudo + plugins/sudo/images/select_sudo.png + + + + + + |20px;c|120px||170px;r| + + + %{filter:objectType(dn,objectClass)} + + + + + cn + string + %{filter:link(row,dn,"%s",cn)} + true + + + + + description + string + %{filter:link(row,dn,"%s",description)} + true + + + + + %{filter:actions(dn,row,objectClass)} + + +
+ + + + + sub + images/lists/element.png[new] + + + + new + entry + plugins/sudo/images/select_sudo.png[new] + + + + + new_default + entry + plugins/sudo/images/select_sudo.png + + + + + + + separator + + + + remove + entry + images/lists/trash.png + + + + + exporter + + + + separator + + + + copypaste + + + + snapshot + + + + + + + + cp + copypaste + + + + edit + entry + images/lists/edit.png + + + + + snapshot + snapshot + + + + remove + entry + images/lists/trash.png + sudo/sudo[d] + + + + + +
-- 2.30.2