// add new icon process commande

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11916 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-29 17:41:49 +00:00
parent 5877034934
commit cb6d16fb38
8 changed files with 8 additions and 4 deletions
+1
View File
@@ -194,6 +194,7 @@ a.module_toggle_all{color: #268CCD;}
.toolbarBox .process-icon-export-csv-details { background-image: url('../img/process-icon-export-csv-details.png');}
.toolbarBox .process-icon-export-stock-mvt-csv { background-image: url('../img/process-icon-export-csv.png');}
.toolbarBox .process-icon-newAttributes, .toolbarBox .toolbar-new{ background-image: url('../img/process-icon-new.png');}
.toolbarBox .process-icon-new.add_product{ background-image: url('../img/process-icon-addProduct.png');}
.toolbarBox .process-icon-partialRefund{ background-image: url('../img/process-icon-partial-refund.png');}
.toolbarBox .process-icon-standardRefund{ background-image: url('../img/process-icon-standard-refund.png');}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@@ -1,3 +1,6 @@
<<<<<<< .mine
<tr id="new_product" height="52" style="display:none;background-color:#e9f1f6;">
=======
{*
* 2007-2011 PrestaShop
*
@@ -62,7 +65,7 @@
<input type="button" class="button" id="submitAddProduct" value="{l s='Add product'}" disabled="disabled" />
</td>
</tr>
<tr id="new_invoice" style="display:none;background-color:#E8EDC2">
<tr id="new_invoice" style="display:none;background-color:#e9f1f6;">
<td colspan="10">
<h3>{l s='New invoice informations'}</h3>
<label>{l s='Carrier:'}</label>
@@ -169,7 +169,7 @@
<br />
<fieldset>
<legend><img src="../img/admin/tab-stats.gif" /> {l s='Sources'}</legend>
<ul {if sizeof($sources) > 3}style="height: 200px; overflow-y: scroll; width: 360px;"{/if}>
<ul {if sizeof($sources) > 3}style="height: 200px; overflow-y: scroll;"{/if}>
{foreach from=$sources item=source}
<li>
{dateFormat date=$source['date_add'] full=true}<br />
@@ -533,7 +533,7 @@
{l s='Cancel'}
{/if}
</th>
<th style="width: 8%;text-align:right;display:none" class="partial_refund_fields">
<th style="width: 12%;text-align:right;display:none" class="partial_refund_fields">
{l s='Partial refund'}
</th>
{if !$order->hasBeenDelivered()}
+1 -1
View File
@@ -2106,7 +2106,7 @@ div#scrollTop a:hover{
.category-filter #filternameForm { float:left; margin-left:10px; color:#585A69;}
.current-edit { background-color: rgb(232, 237, 194); }
.current-edit { background-color: #E9F1F6 }
.edit-note { width: 98%; height: 100px; }
Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 2.1 KiB