Code

Updated strings
[gosa.git] / gosa-plugins / goto / admin / ConfigManagement / AddItemDialog.tpl
2 <h3>{t}Add item{/t}</h3>
4 {t}Please specify a name for the item to add. This name has to be unique within the item configuration.{/t}
5 <br>
7 <hr>
9 <p>
10  <b>{$itemCfg.name}</b>&nbsp;-&nbsp; {$itemCfg.description}
11 </p>
13 {t}Name{/t}:&nbsp;<input type='text' name='itemName' value="{$itemName}">
15 <hr>
17 <div class='plugin-actions'>
18     <button name='saveItemAdd'>{msgPool type=okButton}</button>
19     <button name='cancelItemAdd'>{msgPool type=cancelButton}</button>
20 </div>