mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-07-15 08:58:10 +00:00
set data-view and data-action in div.ajax tag instead of data-href
This commit is contained in:
parent
36135883ee
commit
f59751aa14
|
@ -422,7 +422,7 @@ function showUser(selectObj) {
|
|||
|
||||
<div class="span8">
|
||||
<div class="well">
|
||||
<div class="ajax" data-href="../out/out.UsrMgr.php?action=form<?php if($seluser) echo "&userid=".$seluser->getID();?>"></div>
|
||||
<div class="ajax" data-view="UsrMgr" data-action="form"></div>
|
||||
<?php if(0): ?>
|
||||
<div id="keywords0" style="display : none;">
|
||||
<?php $this->showUserForm(false); ?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user