mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
remove extra div
This commit is contained in:
parent
c1ea7fd6cc
commit
01a4251b9a
|
@ -243,9 +243,7 @@ $(document).ready( function() {
|
|||
$this->columnStart(8);
|
||||
?>
|
||||
<?php if($accessop->check_view_access($this, array('action'=>'form'))) { ?>
|
||||
<div class="well">
|
||||
<div class="ajax" data-view="RoleMgr" data-action="form" <?php echo ($selrole ? "data-query=\"roleid=".$selrole->getID()."\"" : "") ?>></div>
|
||||
</div>
|
||||
<?php } else {
|
||||
$this->errorMsg(getMLText('access_denied'));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user