Code

Updated goto images
[gosa.git] / gosa-plugins / goto / admin / systems / services / kiosk / goKioskService.tpl
1 <h2><img alt="" class="center" src="plugins/goto/images/kiosk.png" align="middle">&nbsp;<LABEL for="gotoKioskProfile">{t}Kiosk profile management{/t}</ LABEL></h2>
3 {if $baseDir == ""}
5 <b>{msgPool type=invalidConfigurationAttribute param=KIOSKPATH}</b>
7 <p class='seperator'>&nbsp;</p>
8 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
9     <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
10 </div>
12 {else}
14     <input type="hidden" name="dialogissubmitted" value="1">
16 {t}Server path{/t}&nbsp;<input name="server_path" style="width:300px;" value="{$server_path}">
17 <br>
18 <br>
19 {$divlist}
20 <input type="file" size=50 name="newProfile" value="{t}Browse{/t}">
21 <input type="submit" name="profileAdd" value="{msgPool type=addButton}">
23 <p class='seperator'>&nbsp;</p>
24 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
25     <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
26     &nbsp;
27     <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
28 </div>
29 <input type="hidden" name="goKioskPosted" value="1">
31 <script language="JavaScript" type="text/javascript">
32   <!-- // First input field on page
33     focus_field('gotoKioskProfile');
34   -->
35 </script>
36 {/if}