Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / fai / admin / fai / faiPartitionTableEntry.tpl
1 <input type="hidden" name="TableEntryFrameSubmitted" value="1">
2 <h2><img class="center" alt="" src="plugins/fai/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="DISKcn">
6                         {t}Name{/t}
7                         </LABEL>{$must}&nbsp;
8 {render acl=$DISKcnACL}
9                         <input value="{$DISKcn}" size="45" maxlength="80" name="DISKcn" id="DISKcn">
10 {/render}
11                 </td>
12                 <td><LABEL for="DISKdescription">
13                         &nbsp;{t}Description{/t}
14                         </LABEL>&nbsp;
15 {render acl=$DISKdescriptionACL}
16                         <input value="{$DISKdescription}" size="45" maxlength="80" name="DISKdescription" id="DISKdescription">
17 {/render}
18                 </td>
19         </tr>
20 </table>
21 <br>
22 <p class="seperator">&nbsp;</p>
23 <br>
24 <h2><img class="center" alt="" src="images/lists/paste.png" align="middle" title="{t}Partition entries{/t}">&nbsp;{t}Partition entries{/t}</h2>
25 {$setup}
26 <br>
27 {if !$freeze}
28         {if $sub_object_is_createable}
29                 <input type="submit" name="AddPartition" value="{t}Add partition{/t}">
30         {else}
31                 <input type="submit" name="restricted" value="{t}Add partition{/t}" disabled>
32         {/if}
33 {/if}
34 <br>    
35 <br>
36 <p class="seperator">&nbsp;</p>
37 <br>
38 <div style="align:right;" align="right">
39 {if !$freeze}
40         <input type="submit" name="SaveDisk" value="{msgPool type=saveButton}">
41 {/if}
42 <input type="submit" name="CancelDisk" value="{msgPool type=cancelButton}" >
43 </div>
44 <!-- Place cursor -->
45 <script language="JavaScript" type="text/javascript">
46   <!-- // First input field on page
47         focus_field('DISK_cn');
48   -->
49 </script>