Code

Fixed initial errors
[gosa.git] / gosa-core / ihtml / themes / default / ldifViewer.tpl
1 <h3>{t}Raw LDAP entry{/t}</h3>
2 <hr>
3 <pre>
4 {$ldif}
5 </pre>
6 <hr>
7 <div class="plugin-actions">
8     <button name='cancelLdifViewer'>{msgPool type='cancelButton'}</button>
9 </div>