bugs d'affichage dans dans l'historique et ouverture automatique du tiroir
dans la gestion des facture s'il n'y a qu'un rsultat darcs-hash:20061207113122-f46e9-b273a903ce983a580f4ac0114c29b89f7d8ae2c1.gz
This commit is contained in:
parent
7c0d52a517
commit
0cffa05e3a
2 changed files with 17 additions and 6 deletions
|
@ -78,6 +78,7 @@ function hideDetail(id){
|
||||||
</div>
|
</div>
|
||||||
#if $f.details.__len__() > 1
|
#if $f.details.__len__() > 1
|
||||||
<div id="facture$f.no" style="display:none;">
|
<div id="facture$f.no" style="display:none;">
|
||||||
|
|
||||||
<table cellspacing="0" border="0" class="factureDetails">
|
<table cellspacing="0" border="0" class="factureDetails">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width:80%">Description</th>
|
<th style="width:80%">Description</th>
|
||||||
|
@ -103,6 +104,14 @@ function hideDetail(id){
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
#end if
|
#end if
|
||||||
|
#if $listeFactures.__len__() == 1
|
||||||
|
<script type="text/javascript">
|
||||||
|
<!--
|
||||||
|
showDetail('facture$f.no');
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
#end if
|
||||||
|
|
||||||
#end for
|
#end for
|
||||||
|
|
||||||
#if $listeFactures == []
|
#if $listeFactures == []
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
<div id="messagePlaceHolder"></div>
|
<div id="messagePlaceHolder"></div>
|
||||||
|
|
||||||
<div id="globalDiv" onclick="setMessage();">
|
<div id="globalDiv" onclick="setMessage();">
|
||||||
|
<ul id="actionMenu">
|
||||||
|
<li><a href="index">Mes factures PayPal</a></li>
|
||||||
|
<li><a href="historique">Historique des transactions</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<div id="factureListDiv">
|
<div id="factureListDiv">
|
||||||
<h1>Historique</h1>
|
<h1>Historique</h1>
|
||||||
<div style="overflow:auto;">
|
<div style="overflow:auto;">
|
||||||
|
@ -36,8 +42,4 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- ********************** Menu ********************** -->
|
<!-- ********************** Menu ********************** -->
|
||||||
</div>
|
</div>
|
||||||
<ul id="actionMenu">
|
|
||||||
<li><a href="index">Mes factures PayPal</a></li>
|
|
||||||
<li><a href="historique">Historique des transactions</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue