Code

Adapted path and image
[gosa.git] / plugins / admin / fai / faiPartitionTableEntry.tpl
1 <input type="hidden" name="TableEntryFrameSubmitted" value="1">
2 <br>
3 <h2><img alt="" src="images/house.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
4 <table>
5         <tr>
6                 <td><LABEL for="DISK_cn">
7                         {t}Name{/t}
8                         </LABEL>&nbsp;{$must}
9                 </td>
10                 <td>
11                         <select name="DISK_cn" title="{t}Choose a disc name{/t}" {$DISK_cnACL} id="DISK_cn">
12                 {html_options values=$cns output=$cns selected=$DISK_cn}
13             </select>
14                 </td>
15         </tr>
16         <tr>
17                 <td><LABEL for="DISK_description">
18                         {t}Description{/t}
19                         </LABEL>&nbsp;{$must}
20                 </td>
21                 <td>
22                         <input value="{$DISK_description}" name="DISK_description" id="DISK_description">
23                 </td>
24         </tr>
25 </table>
26 <br>
27 <p class="seperator">&nbsp;</p>
28 <br>
29 <h2><img alt="" src="images/editpaste.png" align="middle" title="{t}Partition entries{/t}">&nbsp;{t}Partition entries{/t}</h2>
30 {$setup}
31 <br>
32 <input type="submit" name="AddPartition" value="{t}Add partition{/t}" >
33 <br>    
34 <br>
35 <p class="seperator">&nbsp;</p>
36 <br>
37 <div style="align:right;" align="right">
38 <input type="submit" name="SaveDisk" value="{t}Save{/t}" >
39 <input type="submit" name="CancelDisk" value="{t}cancel{/t}" >
40 </div>