Code

removed old tempaltes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 12:58:47 +0000 (12:58 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 12:58:47 +0000 (12:58 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17626 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/chooser.tpl [deleted file]

diff --git a/gosa-plugins/goto/admin/systems/goto/chooser.tpl b/gosa-plugins/goto/admin/systems/goto/chooser.tpl
deleted file mode 100644 (file)
index d7977c7..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<h1>{t}Choose the kind of system component you want to create{/t}</h1>
-
-<p>
- {t}Linux terminals and workstations are autocreated on bootup. For this reason you're only be able to create templates for a specific tree. Servers are normally automatically added too, but in some special cases you may need to create a faked server entry to provide GOsa with some informations. Other network components may be used for Nagios setups to create component dependencies.{/t}
-</p>
-
-<input type="radio" name="system" value="terminal" checked>{t}Linux thin client template{/t}<br>
-<input type="radio" name="system" value="workstation">{t}Linux workstation template{/t}<br>
-<input type="radio" name="system" value="server">{t}Linux Server{/t}<br>
-<!--<input type="radio" name="system" value="machineaccount">{t}Windows workstation{/t}<br>-->
-<input type="radio" name="system" value="printer">{t}Network printer{/t}<br>
-<input type="radio" name="system" value="phone">{t}Phone{/t}<br>
-<input type="radio" name="system" value="component">{t}Other network component{/t}<br>
-
-<hr>
-<div class="plugin-actions">
- <button type='submit' name='create_system'>{t}Create{/t}</button>
-
- <button type='submit' name='cancel'>{msgPool type=cancelButton}</button>
-
-</div>
-
-<input type="hidden" name="ignore">