Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / goKioskService.tpl
1 <h2><img alt="" class="center" src="images/house.png" align="middle">&nbsp;<LABEL for="gotoKioskProfile">{t}Kiosk profile management{/t}</ LABEL></h2>
3     <input type="hidden" name="dialogissubmitted" value="1">
5 {$divlist}
6 <input type="file" size=50 name="newProfile" value="{t}Browse{/t}">
7 <input type="submit" name="profileAdd" value="{t}Add{/t}">
9 <p class='seperator'>&nbsp;</p>
10 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
11     <input type='submit' name='SaveService' value='{t}Save{/t}'>
12     &nbsp;
13     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
14 </div>
15 <input type="hidden" name="goCupsServerPosted" value="1">
17 <script language="JavaScript" type="text/javascript">
18   <!-- // First input field on page
19     focus_field('gotoKioskProfile');
20   -->
21 </script>