set data-view and data-action in div.ajax tag instead of data-href

This commit is contained in:
Uwe Steinmann 2015-08-20 14:52:36 +02:00
parent 36135883ee
commit f59751aa14

View File

@ -422,7 +422,7 @@ function showUser(selectObj) {
<div class="span8"> <div class="span8">
<div class="well"> <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): ?> <?php if(0): ?>
<div id="keywords0" style="display : none;"> <div id="keywords0" style="display : none;">
<?php $this->showUserForm(false); ?> <?php $this->showUserForm(false); ?>