Remove unused view
This commit is contained in:
parent
bcc2fb77e4
commit
64c45e5fba
@ -1,16 +0,0 @@
|
||||
<?php $i = 0;?>
|
||||
<div id="inDebug">
|
||||
<div id="debug" style="margin-bottom:2px;">
|
||||
<b><?php echo $this->resultat->RegisteredName;?></b>
|
||||
</div>
|
||||
<?php foreach($this->menu as $menu):?>
|
||||
<div <?php ($i > 0)?'style="margin-left:2px;"':null; ?> id="debug_menu"><center><?php echo $menu;?></center></div>
|
||||
<?php $i++;?>
|
||||
<?php endforeach;?>
|
||||
<div style="float:left" id="debug">
|
||||
<center><b>Objet</b></center>
|
||||
<div id="objet0" style="display:none"><?php echo htmlentities($this->requestXML);?></div>
|
||||
<div id="objet1" style="display:none"><pre><?php print_r($this->resultat);?></pre></div>
|
||||
<div id="objet2"><pre><?php print_r($this->resultat);?></pre></div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user