Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / goto / admin / systems / services / terminal / goTerminalServer.tpl
1 <table summary="">
2     <tr>
3      <td colspan=2>
4                 <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Terminal service{/t}</h2>
5 {render acl=$goXdmcpIsEnabledACL}
6       <input type="checkbox" value="true" name="goXdmcpIsEnabled" id="Temporariid" {if $goXdmcpIsEnabled} checked {/if}>
7 {/render}
8         {t}Temporary disable login{/t}
9      </td>
10     </tr>
11     <tr>
12      <td colspan=2>
13                 <h2>{t}Supported session types{/t}</h2>
14                         {foreach from=$gotoSessionTypes item=item key=key}
15                                 <input class="center" type="checkbox" name="gotoSessionType_{$key}" 
16                                         {if $item} checked {/if}>&nbsp;{$key} <br>
17                         {/foreach}
18      </td>
19     </tr>
20    </table>
22 <p class='seperator'>&nbsp;</p>
23 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
24     <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
25     &nbsp;
26     <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
27 </div>
28 <input type="hidden" name="goTerminalServerPosted" value="1">