diff --git a/views/bootstrap/class.AttributeMgr.php b/views/bootstrap/class.AttributeMgr.php index 5acf0d580..1ccf9295a 100644 --- a/views/bootstrap/class.AttributeMgr.php +++ b/views/bootstrap/class.AttributeMgr.php @@ -145,17 +145,24 @@ $(document).ready( function() { } } /* }}} */ - function showAttributeForm($attrdef) { /* {{{ */ - if($attrdef && !$attrdef->isUsed()) { + function actionmenu() { /* {{{ */ + $dms = $this->params['dms']; + $user = $this->params['user']; + $selattrdef = $this->params['selattrdef']; + + if($selattrdef && !$selattrdef->isUsed()) { ?>