summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6bbb306)
raw | patch | inline | side by side (parent: 6bbb306)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Jan 2010 15:47:06 +0000 (15:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Jan 2010 15:47:06 +0000 (15:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15113 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/system-filter.tpl | patch | blob | history | |
gosa-plugins/systems/admin/systems/system-list.xml | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/system-filter.tpl b/gosa-plugins/systems/admin/systems/system-filter.tpl
index 4586cb3ff82957804012299fd3fc05a19f093040..a0f1e50f64982a8aeed03368a780303516117bf5 100644 (file)
{$TERMINAL} {t}Show terminals{/t}<br>
{/if}
{if $USE_printer}
- {$PRINTER} {t}Show printer{/t}<br>
+ {$PRINTER} {t}Show network printer{/t}<br>
{/if}
{if $USE_phone}
{$PHONE} {t}Show phones{/t}<br>
{/if}
{if $USE_winstation}
- {$WINSTATION} {t}Show windows workstations{/t}<br>
+ {$WINSTATION} {t}Show windows based workstations{/t}<br>
{/if}
{if $USE_component}
{$COMPONENT} {t}Show network devices{/t}<br>
{$INCOMING} {t}Show incoming devices{/t}<br>
{/if}
{if $USE_opsi_client}
- {$OPSI} {t}Show opsi hosts{/t}<br>
+ {$OPSI} {t}Show OPSI based clients{/t}<br>
{/if}
<div style="border-top:1px solid #AAAAAA"></div>
diff --git a/gosa-plugins/systems/admin/systems/system-list.xml b/gosa-plugins/systems/admin/systems/system-list.xml
index 121afa22d1dcc99a2eefe58f591ab354e0a7043e..b149610b98ef47637f2951b030d0829b9c7dc8f2 100644 (file)
<action>
<name>new</name>
<type>entry</type>
- <image>plugins/rolemanagement/images/new.png</image>
- <label>Role</label>
+ <image>plugins/systems/images/select_server.png</image>
+ <label>Server</label>
+ </action>
+
+ <action>
+ <name>new</name>
+ <type>entry</type>
+ <image>plugins/systems/images/select_workstation.png</image>
+ <label>Workstation</label>
+ </action>
+
+ <action>
+ <name>new</name>
+ <type>entry</type>
+ <image>plugins/systems/images/select_terminal.png</image>
+ <label>Terminal</label>
+ </action>
+
+ <action>
+ <name>new</name>
+ <type>entry</type>
+ <image>plugins/systems/images/select_printer.png</image>
+ <label>Network printer</label>
+ </action>
+
+ <action>
+ <name>new</name>
+ <type>entry</type>
+ <image>plugins/systems/images/select_phone.png</image>
+ <label>Phone</label>
+ </action>
+
+ <action>
+ <name>new</name>
+ <type>entry</type>
+ <image>plugins/systems/images/select_component.png</image>
+ <label>Network device</label>
+ </action>
+
+ <action>
+ <name>new</name>
+ <type>entry</type>
+ <image>plugins/systems/images/select_winstation.png</image>
+ <label>Opsi client</label>
</action>
</action>