Advertisement
Guest User

Untitled

a guest
May 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. diff --git a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.xml b/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.xml
  2. index 96c1340..d93881c 100644
  3. --- a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.xml
  4. +++ b/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-filter.xml
  5. @@ -3,7 +3,7 @@
  6. <filterdef>
  7. <definition>
  8. <category>server</category>
  9. - <template>../plugins/admin/systems/systemSelect/selectSystem-filter.tpl</template>
  10. + <template>../plugins/systems/admin/systems/systemSelect/selectSystem-filter.tpl</template>
  11. <initial>true</initial>
  12. </definition>
  13.  
  14. diff --git a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-list.xml b/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-list.xml
  15. index 641d0bd..27437df 100644
  16. --- a/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-list.xml
  17. +++ b/gosa-plugins/systems/admin/systems/systemSelect/selectSystem-list.xml
  18. @@ -6,7 +6,7 @@
  19. <departmentRootVisible>false</departmentRootVisible>
  20. <baseMode>true</baseMode>
  21. <multiSelect>true</multiSelect>
  22. - <template>../plugins/admin/systems/systemSelect/selectSystem-list.tpl</template>
  23. + <template>../plugins/systems/admin/systems/systemSelect/selectSystem-list.tpl</template>
  24. <module>server</module>
  25. <label>Please select the desired entries</label>
  26. <defaultSortColumn>1</defaultSortColumn>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement