Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / goto / admin / systems / services / terminal / goTerminalServer.tpl
diff --git a/branches/old/gosa-plugins/goto/admin/systems/services/terminal/goTerminalServer.tpl b/branches/old/gosa-plugins/goto/admin/systems/services/terminal/goTerminalServer.tpl
new file mode 100644 (file)
index 0000000..2555113
--- /dev/null
@@ -0,0 +1,28 @@
+<table summary="">
+    <tr>
+     <td colspan=2>
+               <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Terminal service{/t}</h2>
+{render acl=$goXdmcpIsEnabledACL}
+      <input type="checkbox" value="true" name="goXdmcpIsEnabled" id="Temporariid" {if $goXdmcpIsEnabled} checked {/if}>
+{/render}
+       {t}Temporary disable login{/t}
+     </td>
+    </tr>
+    <tr>
+     <td colspan=2>
+               <h2>{t}Supported session types{/t}</h2>
+                       {foreach from=$gotoSessionTypes item=item key=key}
+                               <input class="center" type="checkbox" name="gotoSessionType_{$key}" 
+                                       {if $item} checked {/if}>&nbsp;{$key} <br>
+                       {/foreach}
+     </td>
+    </tr>
+   </table>
+
+<p class='seperator'>&nbsp;</p>
+<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
+    <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
+    &nbsp;
+    <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
+</div>
+<input type="hidden" name="goTerminalServerPosted" value="1">