diff --git a/views/bootstrap/class.AttributeGroupMgr.php b/views/bootstrap/class.AttributeGroupMgr.php index 5047cbe07..6efb19c0b 100644 --- a/views/bootstrap/class.AttributeGroupMgr.php +++ b/views/bootstrap/class.AttributeGroupMgr.php @@ -101,9 +101,11 @@ $(document).ready( function() { $( "#selector" ).change(function() { $('div.ajax').trigger('update', {attrdefgroupid: $(this).val()}); + window.history.pushState({"html":"","pageTitle":""},"", '../out/out.AttributeGroupMgr.php?attrdefgroupid=' + $(this).val()); }); }); printClickFolderJs(); } /* }}} */ function info() { /* {{{ */ @@ -133,13 +135,30 @@ $(document).ready( function() { } } /* }}} */ + function actionmenu() { /* {{{ */ + $dms = $this->params['dms']; + $user = $this->params['user']; + $selgroup = $this->params['selattrdefgroup']; + + if($selgroup) { +?> +
+params['dms']; $user = $this->params['user']; $allUsers = $this->params['attrdefs']; $groups = $this->params['attrdefgroups']; ?> -