mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-08 13:31:24 +00:00
remove duplicate code due to merge error
This commit is contained in:
parent
c03e68eb0b
commit
0b604005b9
|
|
@ -329,6 +329,7 @@ $(document).ready( function() {
|
|||
<input type="hidden" name="action" value="adduser">
|
||||
<?php
|
||||
}
|
||||
$this->contentContainerStart();
|
||||
$this->formField(
|
||||
getMLText("user_login"),
|
||||
array(
|
||||
|
|
@ -746,14 +747,6 @@ $(document).ready( function() {
|
|||
<div class="ajax" data-view="UsrMgr" data-action="info" <?php echo ($seluser ? "data-query=\"userid=".$seluser->getID()."\"" : "") ?>></div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<?php if($accessobject->check_view_access($this, array('action'=>'listapikeys'))) { ?>
|
||||
<div class="ajax mt-4" data-view="UsrMgr" data-action="listapikeys" <?php echo ($seluser ? "data-query=\"userid=".$seluser->getID()."\"" : "") ?>></div>
|
||||
<?php } ?>
|
||||
<?php if($accessobject->check_view_access($this, array('action'=>'formapikeys'))) { ?>
|
||||
<div class="ajax" data-view="UsrMgr" data-action="formapikeys" <?php echo ($seluser ? "data-query=\"userid=".$seluser->getID()."\"" : "") ?>></div>
|
||||
<?php } ?>
|
||||
<?php
|
||||
$this->columnEnd();
|
||||
$this->columnStart(4);
|
||||
$this->contentContainerStart();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user