Code

b73f9624eca8c09d02f0f4614f9db01416e95e94
[gosa.git] / plugins / admin / fai / askClassName.tpl
1 <div style="font-size: 18px;">
2         {$headline}
3         <br><br>
4 </div>
5         {t}Please select a class name for this object. The class name specifies a set of configurations.{/t}
6         <br>
7         {t}Every Class name must be unique. But it can be used for different objects at the same time.<br/>If you use this class name in a profile, all object with this class name will be included to this profile.{/t}
8         <br>
9         <br>
10         {t}The list box below shows all available class names you may use, for this object, to avoid duplicates.{/t}
11 <br>
12 <br>
13 <table >
14         <tr>
15                 <td colspan="2"><b>
16                         {t}You can select of one the following class names for this object.{/t}
17                 </b></td>
18         </tr>
19         <tr>
20                 <td><b>{t}Available class names.{/t}</b>
21                 </td>
22                 <td>
23             <select name="SelectedClass" title="{t}Choose class name{/t}" style="width:120px;">
24                 {html_options values=$ClassNameKeys output=$ClassNames}
25         </select>
26                 <input type="submit" name="UseSelectedClass" value="{t}Use{/t}" {$ClassNamesAvailable}> 
27                 </td>
28         </tr>
29         <tr>
30                 <td colspan="2"><br>
31                 </td>
32         </tr>
33         <tr>
34                 <td colspan="2"><b>
35                         {t}Please enter your class name here, if want to create a new class.{/t}
36                 </b></td>
37         </tr>
38         <tr>
39                 <td><b>{t}A new class name.</b>{/t}
40                 </td>
41                 <td>
42                 <input type="text"       name="UseTextInputName" value="" style="width:120px;">
43                 <input type="submit" name="UseNewClass" value="{t}Use{/t}"> 
44                 </td>
45         </tr>
46 </table>
47 <p class="seperator">&nbsp;</p>
48