summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1e29ecb)
raw | patch | inline | side by side (parent: 1e29ecb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 12:56:08 +0000 (12:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 12:56:08 +0000 (12:56 +0000) |
|Hope everything looks fine
|
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@449 594d385d-05f5-0310-b6e9-bd551577e9d8
|
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@449 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/addons/ldapmanager/class_export.inc b/plugins/addons/ldapmanager/class_export.inc
index cfba1f0e4a768bb8373d16d27a37ed876a7398d2..205642c49835042a7e8ab92dfd2f0399f045bc3a 100644 (file)
// Export a single LDAP entry
if(isset($_POST['sfrmgetsingle']))
{
- $smarty->assign("para","?ivbb=2&dn=".base64_encode($_POST['single']));
+ $smarty->assign("para","?ivbb=2&dn=".base64_encode($_POST['single']));
}
elseif(isset($_POST['sfrmgetfull']))
{
- $smarty->assign("para","?ivbb=3&dn=".base64_encode($_POST['selfull']));
+ $smarty->assign("para","?ivbb=3&dn=".base64_encode($_POST['selfull']));
}
elseif(isset($_POST['sfrmgetivbb']))
{
- $smarty->assign("para","?ivbb=4&dn=".base64_encode($_POST['selivbb']));
+ $smarty->assign("para","?ivbb=4&dn=".base64_encode($_POST['selivbb']));
}
index 5e2c0fcf267314ad46289c1f7920224eac53ee65..d0116da464013a4b2027f3d77ac05cabce2fce6a 100644 (file)
<p class="seperator"> </p>
{if $fileup != TRUE}
-<form enctype="multipart/form-data" action="" method="POST">
<table>
<tr>
<td>
<br><b>{t}Selected Template{/t}:</b> {$tpl}
<br>
<br>
-<form action="" method="POST" name="sorting">
<table cellspacing="1" border=0 cellpadding="4" bgcolor="#FEFEFE">
<tr>
{section name=attr loop=$anz}
{/if}
</p>
<input type="hidden" name="ignore">
-</form>
diff --git a/plugins/addons/ldapmanager/contentexport.tpl b/plugins/addons/ldapmanager/contentexport.tpl
index 8a0952650ffc48b09e514496625e44dd8945c492..c86bc7aa0787613f2ebd06d9a8f98195e306c218 100644 (file)
<p class="seperator"> </p>
<table style="width:100%;">
-<div>
-
-<table>
<tr>
<td width="30%">
{t}Export single entry{/t}
</tr>
{/if}
</table>
-</div>
{else}
diff --git a/plugins/addons/ldapmanager/contentimport.tpl b/plugins/addons/ldapmanager/contentimport.tpl
index 97cc25ec26a766f47a707fc27c716f24e996031a..b34101ceacf65c22182ce2433009508635c07a8e 100644 (file)
</p>
<p class="seperator"> </p>
-<div>
-<form enctype="multipart/form-data" action="" method="post">
<table>
<tr>
<td width="30%">
</td>
</tr>
<tr>
- <td heigth="20">
+ <td height="20">
</td>
</tr>
<tr>
</td>
</tr>
</table>
-</div>
{else}
<br>
{/if}
<p class="plugbottom">
<input type="submit" value="{t}Import{/t}" name="fileup" >
-</form>
</p>
<input type="hidden" name="ignore">