Merge branch 'ticket-White_2' into develop
This commit is contained in:
commit
ef54c025ad
@ -476,7 +476,7 @@ class AdminLabelGenerate extends AdminTab {
|
|||||||
$helperForm->_inputSwitch = true;
|
$helperForm->_inputSwitch = true;
|
||||||
|
|
||||||
$id_sale_options = array();
|
$id_sale_options = array();
|
||||||
foreach(Sale::getSales(NULL, NULL, NULL, NULL, FALSE, FALSE, '`date_start` DESC', 500) as $sale) {
|
foreach(Sale::getSalesBack(NULL, NULL, NULL, NULL, FALSE, FALSE, '`date_start` DESC', 500) as $sale) {
|
||||||
|
|
||||||
|
|
||||||
$id_sale_options[(int)$sale->id] = array(
|
$id_sale_options[(int)$sale->id] = array(
|
||||||
|
@ -5,7 +5,7 @@ $_SERVER['HTTP_HOST'] = 'www.bebeboutik.com';
|
|||||||
|
|
||||||
include(dirname(__FILE__).'/../../config/config.inc.php');
|
include(dirname(__FILE__).'/../../config/config.inc.php');
|
||||||
include(dirname(__FILE__).'/Sale.php');
|
include(dirname(__FILE__).'/Sale.php');
|
||||||
$sales = Sale::getSales(TRUE, NULL, NULL, FALSE);
|
$sales = Sale::getSalesBack(TRUE, NULL, NULL, FALSE);
|
||||||
|
|
||||||
$file = fopen('lastupdate.txt', 'w');
|
$file = fopen('lastupdate.txt', 'w');
|
||||||
fwrite($file, date('Ymd His'));
|
fwrite($file, date('Ymd His'));
|
||||||
|
@ -7547,4 +7547,25 @@ div.addresses ul.address.item {
|
|||||||
}
|
}
|
||||||
.ant_support{
|
.ant_support{
|
||||||
padding:0px!important;
|
padding:0px!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#privatesales_block #block_sales_home .content > ul li,
|
||||||
|
#privatesales_block #block_sales_home_future .content > ul li,
|
||||||
|
#privatesales_block #block_sales_list .content > ul li {
|
||||||
|
list-style-type: none;
|
||||||
|
width: 308px;
|
||||||
|
height: 28px !important;
|
||||||
|
padding: 296px 0 0 0;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0 0 30px 23px;
|
||||||
|
cursor: pointer;
|
||||||
|
vertical-align: top;
|
||||||
|
border:1px solid #CCCCCC;
|
||||||
|
}
|
||||||
|
#privatesales_block #block_sales_home .content > ul li#list_gc,
|
||||||
|
#privatesales_block #block_sales_home .content > ul li#list_invite{
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
#privatesales_block #block_sales_home .content > ul li#list_gc li{
|
||||||
|
border: none;
|
||||||
}
|
}
|
@ -242,9 +242,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="fb_block">
|
<div class="fb_block">
|
||||||
{if $cookie->id_lang == 2}
|
{if $cookie->id_lang == 2}
|
||||||
<iframe src="https://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbebeboutik&width=271&height=62&colorscheme=light&show_faces=false&border_color&stream=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:271px; height:62px;" allowTransparency="true"></iframe>
|
<iframe src="https://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbebeboutik&width=271&height=80&colorscheme=light&show_faces=false&border_color&stream=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:271px; height:80px;" allowTransparency="true"></iframe>
|
||||||
{elseif $cookie->id_lang == 3}
|
{elseif $cookie->id_lang == 3}
|
||||||
<iframe src="https://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/Beb%C3%A9-Boutik-ES-703873103075174/&width=271&height=62&colorscheme=light&show_faces=false&border_color&stream=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:271px; height:62px;" allowTransparency="true"></iframe>
|
<iframe src="https://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/Beb%C3%A9-Boutik-ES-703873103075174/&width=271&height=80&colorscheme=light&show_faces=false&border_color&stream=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:271px; height:80px;" allowTransparency="true"></iframe>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user