|
From: Frank S. <lan...@us...> - 2005-08-21 13:31:49
|
Update of /cvsroot/pn-commerce/pn-commerce/pntemplates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27977/pntemplates Modified Files: pncommerce_user_itemview.html Log Message: minor layout change Index: pncommerce_user_itemview.html =================================================================== RCS file: /cvsroot/pn-commerce/pn-commerce/pntemplates/pncommerce_user_itemview.html,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** pncommerce_user_itemview.html 21 Mar 2005 16:16:51 -0000 1.24 --- pncommerce_user_itemview.html 21 Aug 2005 13:31:38 -0000 1.25 *************** *** 36,56 **** <br> <div align='center'> ! <table width='80%'> ! <tr> <td><b><!--[ pnml name='_PNC_ITEMSKU' ]-->: </b></td> <td><!--[ $Item.SKU ]--></td> ! </tr> ! <tr> <td><b><!--[ pnml name='_PNC_ITEMNAME' ]-->: </b></td> <td><!--[ $Item.Name ]--></td> ! </tr> ! <tr> <td><b><!--[ pnml name='_PNC_ITEMCOST' ]-->: </b></td> <td><!--[ $Item.CostLong|pncShowAsPrice ]--> (<!--[ $Item.Vat ]-->% <!--[ pnml name='_PNC_VAT' ]--> = <!--[ $Item.VatAmount|pncShowAsPrice ]-->)</td> ! </tr> ! <tr> <td valign="top"><b><!--[ pnml name='_PNC_ITEMDESCRIPTION' ]-->: </b></td> <td><!--[ $Item.Desc ]--></td> ! </tr> <!--[ foreach item=property from=$Item.PropertiesData ]--> <!--[ if $property.hidden==0 ]--> --- 36,56 ---- <br> <div align='center'> ! <table width='80%'> ! <tr> <td><b><!--[ pnml name='_PNC_ITEMSKU' ]-->: </b></td> <td><!--[ $Item.SKU ]--></td> ! </tr> ! <tr> <td><b><!--[ pnml name='_PNC_ITEMNAME' ]-->: </b></td> <td><!--[ $Item.Name ]--></td> ! </tr> ! <tr> <td><b><!--[ pnml name='_PNC_ITEMCOST' ]-->: </b></td> <td><!--[ $Item.CostLong|pncShowAsPrice ]--> (<!--[ $Item.Vat ]-->% <!--[ pnml name='_PNC_VAT' ]--> = <!--[ $Item.VatAmount|pncShowAsPrice ]-->)</td> ! </tr> ! <tr> <td valign="top"><b><!--[ pnml name='_PNC_ITEMDESCRIPTION' ]-->: </b></td> <td><!--[ $Item.Desc ]--></td> ! </tr> <!--[ foreach item=property from=$Item.PropertiesData ]--> <!--[ if $property.hidden==0 ]--> *************** *** 61,65 **** </div> ! <div align='center'> <!--[ if ($Item.Quantity > 0) or ($Item.IgnoreQuantity==on) ]--> <!--[ pncAddItem Long=true ItemID=$Item.ID ]--> --- 61,65 ---- </div> ! <div style="text-align:center; padding 10px;"> <!--[ if ($Item.Quantity > 0) or ($Item.IgnoreQuantity==on) ]--> <!--[ pncAddItem Long=true ItemID=$Item.ID ]--> |