// AdminSupplyOrdersController: it now possible to create supply order templates, and use them to create actual supply orders

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10745 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-29 14:36:15 +00:00
parent 3cae130e9d
commit e918d53dfa
4 changed files with 162 additions and 15 deletions
@@ -0,0 +1,27 @@
{*
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2011 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<a href="{$href}">
<img src="../img/admin/copy_files.gif" alt="{$action}" title="{$action}" /></a>
@@ -28,7 +28,7 @@
{block name="override_tpl"}
<div style="margin-top: 20px;">
<fieldset>
<legend>{l s='General informations'}</legend>
<legend>{if isset($is_template)} {l s='Template'} {/if}{l s='General informations'}</legend>
<table style="width: 400px;" classe="table">
<tr>
<td>{l s='Creation date:'}</td>
@@ -64,14 +64,14 @@
<div style="margin-top: 20px;">
<fieldset>
<legend>{l s='Products'}</legend>
<legend>{if isset($is_template)} {l s='Template'} {/if}{l s='Products'}</legend>
{$supply_order_detail_content}
</fieldset>
</div>
<div style="margin-top: 20px;">
<fieldset>
<legend>{l s='Summary'}</legend>
<legend>{if isset($is_template)} {l s='Template'} {/if}{l s='Summary'}</legend>
<table style="width: 400px;" classe="table">
<tr>
<th>{l s='Designation'}</th>