Code

Updated ldif export handling!
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / contentexport.tpl
1 <p style="margin-top:5px;">
2   {t}The LDIF export plugin provides methods to download a complete snapshot of the running LDAP directory as ldif. You may save these files for backup purpose or when initializing a new server.{/t}
3 </p>
4 <hr>
6 <table summary="" style="width:100%;">
7 <tr>
8         <td width="30%">
9                 <LABEL for="text" >{t}Export single entry{/t}</LABEL>
10         </td>
11         <td>
12                 <input id="text" type="text" value="{$single}" name="single">
13         </td>
14         <td>
15                 <button type='submit' name='sfrmgetsingle'>{t}Export{/t}</button>
17         </td>
18 </tr>
19 <tr>
20         <td width="30%">
21                 <LABEL for="selfull">{t}Export complete LDIF for{/t}</LABEL>
22         </td>
23         <td>
24         {$base}
25         </td>
26         <td>
27                 <button type='submit' name='sfrmgetfull'>{t}Export{/t}</button>
29         </td>
30 </tr>
31 </table> 
33 <hr>
35 <input type="hidden" name="ignore">