Amelioration canvas produit livre
This commit is contained in:
parent
b0f7dfda77
commit
50bc600fec
@ -7,6 +7,7 @@ Service=Service
|
||||
Create=Create
|
||||
Reference=Reference
|
||||
NewProduct=New product
|
||||
NewBook=New Book
|
||||
NewService=New service
|
||||
ProductCode=Product code
|
||||
ServiceCode=Service code
|
||||
|
||||
@ -7,6 +7,7 @@ Service=Service
|
||||
Create=Créer
|
||||
Reference=Référence
|
||||
NewProduct=Nouveau produit
|
||||
NewBook=Nouveau livre
|
||||
NewService=Nouveau service
|
||||
ProductCode=Code produit
|
||||
ServiceCode=Code service
|
||||
|
||||
@ -6,6 +6,7 @@ Product=Produit
|
||||
Service=Service
|
||||
Reference=Référence
|
||||
NewProduct=Nouveau produit
|
||||
NewBook=Nouveau livre
|
||||
NewService=Nouveau service
|
||||
ProductCode=Code produit
|
||||
ServiceCode=Code service
|
||||
|
||||
@ -1,4 +1,11 @@
|
||||
<!-- SMARTY -->
|
||||
<table width="100%" border="0" class="notopnoleftnoright">
|
||||
<tr>
|
||||
<td class="notopnoleftnoright" valign="middle">
|
||||
<div class="titre">Liste des Livres</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<form action="liste.php?canvas=livre" method="post" name="formulaire">
|
||||
|
||||
@ -9,19 +16,19 @@
|
||||
|
||||
<td class="liste_titre" >Référence
|
||||
<a href="liste.php?sortfield=p.ref&sortorder=asc&begin=&envente=&canvas=livre&fourn_id=&snom=&sref=">
|
||||
<img src="/theme/eldy/img/1downarrow.png" border="0" alt="A-Z" title="A-Z">
|
||||
<img src="{$url_root}/theme/{$theme}/img/1downarrow.png" border="0" alt="A-Z" title="A-Z">
|
||||
</a>
|
||||
<a href="liste.php?sortfield=p.ref&sortorder=desc&begin=&envente=&canvas=livre&fourn_id=&snom=&sref=">
|
||||
<img src="/theme/eldy/img/1uparrow.png" border="0" alt="Z-A" title="Z-A">
|
||||
<img src="{$url_root}/theme/{$theme}/img/1uparrow.png" border="0" alt="Z-A" title="Z-A">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td class="liste_titre">N3
|
||||
<td class="liste_titre">Titre
|
||||
<a href="liste.php?sortfield=p.label&sortorder=asc&canvas=livre&fourn_id=&snom=&sref=">
|
||||
<img src="/theme/eldy/img/1downarrow.png" border="0" alt="A-Z" title="A-Z">
|
||||
<img src="{$url_root}/theme/{$theme}/img/1downarrow.png" border="0" alt="A-Z" title="A-Z">
|
||||
</a>
|
||||
<a href="liste.php?sortfield=p.ref&sortorder=desc&begin=&envente=&canvas=livre&fourn_id=&snom=&sref=">
|
||||
<img src="/theme/eldy/img/1uparrow.png" border="0" alt="Z-A" title="Z-A">
|
||||
<img src="{$url_root}/theme/{$theme}/img/1uparrow.png" border="0" alt="Z-A" title="Z-A">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
@ -33,6 +40,8 @@
|
||||
<td class="liste_titre" align="right">Prix</td>
|
||||
<td class="liste_titre" align="right">Valorisation
|
||||
</td>
|
||||
<td class="liste_titre" align="right">Action
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
@ -46,13 +55,17 @@
|
||||
<td class="liste_titre"> </td>
|
||||
<td class="liste_titre"> </td>
|
||||
<td class="liste_titre"> </td>
|
||||
<td class="liste_titre" align="right"><input type="image" class="liste_titre" name="button_search" src="/theme/eldy/img/search.png" alt="Rechercher"><input type="image" class="liste_titre" name="button_removefilter" src="/theme/eldy/img/searchclear.png" alt="Supprimer filtre"></td>
|
||||
<td class="liste_titre"> </td>
|
||||
<td class="liste_titre" align="right">
|
||||
<input type="image" class="liste_titre" name="button_search" src="{$url_root}/theme/{$theme}/img/search.png" alt="Rechercher">
|
||||
<input type="image" class="liste_titre" name="button_removefilter" src="{$url_root}/theme/{$theme}/img/searchclear.png" alt="Supprimer filtre">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{section name=mysec loop=$datas}
|
||||
{strip}
|
||||
<tr class="{cycle values="pair,impair"}">
|
||||
<td>{$datas[mysec].stock_loc}</td>
|
||||
<td>$datas</td>
|
||||
<td><a href="fiche.php?id={$datas[mysec].id}">{$datas[mysec].ref}</a></td>
|
||||
<td>{$datas[mysec].titre}</td>
|
||||
<td align="center">{$datas[mysec].casier}</td>
|
||||
|
||||
@ -19,6 +19,13 @@
|
||||
* $Source$
|
||||
*}
|
||||
<!-- BEGIN SMARTY TEMPLATE -->
|
||||
<table width="100%" border="0" class="notopnoleftnoright">
|
||||
<tr>
|
||||
<td class="notopnoleftnoright" valign="middle">
|
||||
<div class="titre">Nouveau Livre</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<form id="evolForm" action="fiche.php" method="post">
|
||||
<input type="hidden" name="action" value="add">
|
||||
@ -28,7 +35,7 @@
|
||||
|
||||
<table class="border" width="100%">
|
||||
<tr>
|
||||
<td width="15%">Réf.</td>
|
||||
<td width="15%">Référence</td>
|
||||
<td colspan="2">
|
||||
<input name="ref" size="20" value="{$prod_ref}"
|
||||
class="{$class_normal_ref}" onfocus="this.className='{$class_focus_ref}';" onblur="this.className='{$class_normal_ref}';">
|
||||
|
||||
@ -26,6 +26,14 @@
|
||||
<input type="hidden" name="canvas" value="{$prod_canvas}">
|
||||
<input type="hidden" name="price_base_type" value="TTC">
|
||||
|
||||
<table width="100%" border="0" class="notopnoleftnoright">
|
||||
<tr>
|
||||
<td class="notopnoleftnoright" valign="middle">
|
||||
<div class="titre">Éditer Livre</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="border" width="100%">
|
||||
<tr>
|
||||
<td width="15%">Réf.</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user