From 69c589be89822b9c205a898a6ace985672d3f030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Bernigaud?= Date: Mon, 16 Feb 2015 12:29:14 +0100 Subject: [PATCH] Fixes #3582 Removed useless templates --- plugins/admin/groups/trust_machines.tpl | 41 ----------------------- plugins/admin/ogroups/ogroup_objects.tpl | 53 ------------------------------ plugins/admin/ogroups/trust_machines.tpl | 42 ----------------------- 3 files changed, 136 deletions(-) delete mode 100644 plugins/admin/groups/trust_machines.tpl delete mode 100644 plugins/admin/ogroups/ogroup_objects.tpl delete mode 100644 plugins/admin/ogroups/trust_machines.tpl diff --git a/plugins/admin/groups/trust_machines.tpl b/plugins/admin/groups/trust_machines.tpl deleted file mode 100644 index e6ef14e..0000000 --- a/plugins/admin/groups/trust_machines.tpl +++ /dev/null @@ -1,41 +0,0 @@ - - - - - -
-
-

- {t}Select systems to add{/t} {$hint}
-

-
-
-

- -

-
-
-
-

[F]{t}Filters{/t}

-
-
- - {$alphabet} -
- -
 {t}Display systems of department{/t}
- -
 {t}Display systems matching{/t}
- {$apply} -
-
- -

- -   - -

diff --git a/plugins/admin/ogroups/ogroup_objects.tpl b/plugins/admin/ogroups/ogroup_objects.tpl deleted file mode 100644 index fb481ad..0000000 --- a/plugins/admin/ogroups/ogroup_objects.tpl +++ /dev/null @@ -1,53 +0,0 @@ - - - - - -
-
-

- {t}Select objects to add{/t} {$hint} -

-
-
-

- - -

-
-
-
-

[F]{t}Filters{/t}

-
-
- - {$alphabet} -
-

- {foreach from=$checkboxes item=item key=key} - {$item.L}
- {/foreach} -

-

- {t}Search in subtrees{/t}
-

- -
  -
- -
- {$apply} -
-
- -

- -   - -

- diff --git a/plugins/admin/ogroups/trust_machines.tpl b/plugins/admin/ogroups/trust_machines.tpl deleted file mode 100644 index 626572e..0000000 --- a/plugins/admin/ogroups/trust_machines.tpl +++ /dev/null @@ -1,42 +0,0 @@ - - - - - -
-
-

- {t}Select systems to add{/t} {$hint}
-

-
-
-

- -

-
-
-
-

[F]{ -t}Filters{/t}

-
-
- - {$alphabet} -
- -
 {t}Display systems of department{/t}
- -
 {t}Display systems matching{/t}
- {$apply} -
-
- -

- -   - -

-- 1.7.10.4