Code

Updated import
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / contentexport.tpl
index d2a6945e30cfa15f995932329ea218afe314e93e..089990be56055f022d35d9254a214eff446b2849 100644 (file)
@@ -2,7 +2,7 @@
 <p style="margin-top:5px;">
   {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}
 </p>
-<p class="seperator">&nbsp;</p>
+<hr>
 
 <table summary="" style="width:100%;">
 <tr>
@@ -13,7 +13,8 @@
                <input id="text" type="text" value="" name="single">
        </td>
        <td>
-               <input type="submit" value="{t}Export{/t}" name="sfrmgetsingle">
+               <button type='submit' name='sfrmgetsingle'>{t}Export{/t}</button>
+
        </td>
 </tr>
 <tr>
@@ -26,7 +27,8 @@
                </select>
        </td>
        <td>
-               <input type="submit" value="{t}Export{/t}" name="sfrmgetfull">
+               <button type='submit' name='sfrmgetfull'>{t}Export{/t}</button>
+
        </td>
 </tr>
        
@@ -41,7 +43,8 @@
                </select>
        </td>
        <td>
-               <input type="submit" value="{t}Export{/t}" name="sfrmgetivbb">
+               <button type='submit' name='sfrmgetivbb'>{t}Export{/t}</button>
+
        </td>
 </tr>
 {/if}
        <h1>{t}Export successful{/t}</h1>
 <br>
        <div>
-               <img alt="" border="0" align=middle src="images/filesaveas.png">
-               <a href = "ldapmanager/getldif.php{$para}" title="{t}Click here to save the complete LDAP database to a file{/t} ">{t}Click here to save the LDAP Export {/t}</a>
+               {image path="images/filesaveas.png"}
+
+               <a href = "plugins/ldapmanager/getldif.php{$para}" title="{t}Click here to save the complete LDAP database to a file{/t} ">{t}Click here to save the LDAP Export {/t}</a>
 
 
                <br>
                <br>
        </div>
        <div align="right">
-               <input type="submit" value="{msgPool type=backButton}" name='back'>
+               <button type='submit' name='back'>{msgPool type=backButton}</button>
+
        </div>
 {/if}
-<p class="plugbottom">
-  &nbsp;
-</p>
+
+<hr>
 
 <input type="hidden" name="ignore">