summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e49e01)
raw | patch | inline | side by side (parent: 9e49e01)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Jul 2010 05:35:44 +0000 (05:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Jul 2010 05:35:44 +0000 (05:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18982 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/opsi/admin/opsi/class_opsiProperties.inc | patch | blob | history | |
gosa-plugins/opsi/admin/opsi/properties.tpl | patch | blob | history |
diff --git a/gosa-plugins/opsi/admin/opsi/class_opsiProperties.inc b/gosa-plugins/opsi/admin/opsi/class_opsiProperties.inc
index b7266c3322a1ccb2028e8964fbac3595d01484df..02a0da95a057f6708d3f72f91a7c72ef3d8ad56c 100644 (file)
$acl = $ui->get_permissions($this->config->current['BASE'],"opsi/opsiProperties","");
$smarty = get_smarty();
$smarty->assign("ACL",$acl);
- $smarty->assign("cfg",$this->cfg);
+ $smarty->assign("cfg",set_post($this->cfg));
$smarty->assign("cfg_count",count($this->cfg));
return($smarty->fetch(get_template_path("properties.tpl",TRUE,dirname(__FILE__))));
}
diff --git a/gosa-plugins/opsi/admin/opsi/properties.tpl b/gosa-plugins/opsi/admin/opsi/properties.tpl
index 26ba70b168dcaf2b7973101a1d1234262351f505..11fd331a5420f7bef2d1bf8ee99b3219c9069d09 100644 (file)
{/foreach}
</select>
{else}
- <input type='input' name='value_{$key}' value="{$item.CURRENT}" style='width:280px;'>
+ <input type='text' name='value_{$key}' value="{$item.CURRENT}" style='width:280px;'>
{/if}
{/render}
</td>