Code

9ceab9439d3dcbcabd3826fe226f68c2eedd3838
[gosa.git] / plugins / admin / fai / faiPartitionTableEntry.tpl
1 <input type="hidden" name="TableEntryFrameSubmitted" value="1">
2 <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Device{/t}</h2>
3 <table style='width:100%' summary="">
4         <tr>
5                 <td style='width:50%;border-right:1px solid #909090;'><LABEL for="DISK_cn">
6                         {t}Name{/t}
7                         </LABEL>{$must}&nbsp;
8                         <input value="{$DISK_cn}" size="45" maxlength="80" name="DISK_cn" id="DISK_cn" {$cnACL}>
9                 </td>
10                 <td><LABEL for="DISK_description">
11                         &nbsp;{t}Description{/t}
12                         </LABEL>&nbsp;
13                         <input value="{$DISK_description}" size="45" maxlength="80" name="DISK_description" id="DISK_description" {$descriptionACL}>
14                 </td>
15         </tr>
16 </table>
17 <br>
18 <p class="seperator">&nbsp;</p>
19 <br>
20 <h2><img class="center" alt="" src="images/editpaste.png" align="middle" title="{t}Partition entries{/t}">&nbsp;{t}Partition entries{/t}</h2>
21 {$setup}
22 <br>
23 <input type="submit" name="AddPartition" value="{t}Add partition{/t}" {$cnACL}>
24 <br>    
25 <br>
26 <p class="seperator">&nbsp;</p>
27 <br>
28 <div style="align:right;" align="right">
29 <input type="submit" name="SaveDisk" value="{t}Save{/t}" {$cnACL}>
30 <input type="submit" name="CancelDisk" value="{t}Cancel{/t}" >
31 </div>
32 <!-- Place cursor -->
33 <script language="JavaScript" type="text/javascript">
34   <!-- // First input field on page
35   document.mainform.DISK_cn.focus();
36   -->
37 </script>