Code

Updated strings
[gosa.git] / gosa-plugins / goto / admin / ConfigManagement / TemplateWidget_textEditor.tpl
1 {if $write_protect}
2   {t}The text is write protected due to its encoding. Editing may break it!{/t}
3   <br>
4   <button type='submit' name='editAnyway'>{t}Edit anyway{/t}</button>
5 {/if}
6 <textarea {if $write_protect} disabled {/if} {if !$write_protect} name="{$postName}" {/if}
7     style="width:100%;height:300px;" id="{$postName}"
8     rows="20" cols="120">{$value}</textarea>
9 <div>
10   <input type="file" name="ImportFile">&nbsp;
11   <button type='submit' name='ImportUpload'>{t}Import text{/t}</button>
12 </div>