Zmiany w plikach graficznych - styl lekki (wersja 1.7.3

Transkrypt

Zmiany w plikach graficznych - styl lekki (wersja 1.7.3
Dokumentacja zmian plików graficznych: light purple
Wersja zmian: 1.7.3 - 1.7.4
Pliki .tpl
scripts/body_head.tpl
1
-2
-3
-4
-5
-6
-7
-8
-9
- 10
- 11
- 12
- 13
- 14
- 15
+2
+3
+4
+5
+6
+7
+8
+9
+ 10
+ 11
+ 12
+ 13
+ 14
+ 15
+ 16
17
18
19
<div class="container">
{dynamic}
{if $cookie}
<div class="none" id="cookie">
<div class="pagewidth">
<img src="{baseDir}/public/images/1px.gif" class="close" alt="cookie" />
{if $cookiepage}
<span>{translate key="This site uses cookies to deliver services in accordance with the %sCookie Files Policy%s. You can
t the conditions for storage and access to cookies in your browser settings." s1="<a href=\"$cookiepage\">" s2="</a>"}</span>
{else}
<span>{translate key="This site uses cookies to deliver services in accordance with the %sCookie Files Policy%s. You can
t the conditions for storage and access to cookies in your browser settings." s1="" s2=""}</span>
{/if}
</div>
</div>
{/if}
{/dynamic}
{dynamic}
{if $cookie}
<div class="none" id="cookie">
<div class="pagewidth">
<img src="{baseDir}/public/images/1px.gif" class="close" alt="cookie" />
{if $cookiepage}
<span>{translate key="This site uses cookies to deliver services in accordance with the %sCookie Files Policy%s.
u can set the conditions for storage and access to cookies in your browser settings." s1="<a href=\"$cookiepage\">" s2="</a>"}</span>
{else}
<span>{translate key="This site uses cookies to deliver services in accordance with the %sCookie Files Policy%s.
u can set the conditions for storage and access to cookies in your browser settings." s1="" s2=""}</span>
{/if}
</div>
</div>
{/if}
{/dynamic}
se
se
Yo
Yo
{if 1 == $skin_settings->header->basket}
{dynamic}
<div class="header">
Strona 1/3
scripts/product/index.tpl
179
180
181
+ 182
<table>
<tbody>
{foreach from=$options item=option}
{if (0 == $option.stock && count($option.values) > 0) || 1 == $option.stock ||
$option.type == 'file' || $option.type == 'text' || $option.type == 'checkbox'}
183
<tr>
184
<td class="label">
185
<label for="option_{$option.id|escape}" class="label">
210
211
212
</td>
{elseif $option.type == 'color'}
<td class="option_{$option.type|escape}{if 1 == $option.stock} option_t
ruestock{/if}{if 1 == $option.required} option_required{/if}">
- 213
<select id="option_{$option.id|escape}" name="option_{$option.id|es
cape}">
+ 213
<select id="option_{$option.id|escape}" name="option_{$option.id|es
cape}" autocomplete="off">
214
215
216
<option value="" title="">{translate key='(select)'}</option>
{foreach from=$option.values item=value}
<option value="{$value.id|escape}" title="{$value.color|escape}
">{$value.name|escape}</option>
219
220
221
</td>
{elseif $option.type == 'select'}
<td class="option_{$option.type|escape}{if 1 == $option.stock} option_t
ruestock{/if}{if 1 == $option.required} option_required{/if}">
- 222
<select id="option_{$option.id|escape}" name="option_{$option.id|es
cape}">
+ 222
<select id="option_{$option.id|escape}" name="option_{$option.id|es
cape}" autocomplete="off">
223
224
225
230
231
232
+ 233
234
235
236
244
245
{if 0 == $option.stock}
<option value="" title="">{translate key='(select)'}</option>
{/if}
</td>
{/if}
</tr>
{/if}
{/foreach}
</tbody>
</table>
</div>
<span class="unit">{$product->unit->translation->name|escape}</span>
Strona 2/3
246
+ 247
248
249
250
<input type="hidden" value="{$stock_id|escape}" name="stock_id" />
<input type="hidden" value="{$product->product->product_id}" name="product_id" />
<input type="hidden" value="1" name="nojs" />
<button type="submit" class="addtobasket">
<img src="{baseDir}/public/images/1px.gif" alt="{translate key='Add to cart'}"
class="px1" />
Pliki .css
styles/main.css
3713
opacity: 0.2;
3714 }
3715 #cookie {
- 3716
display: block !important;
+ 3716
display: block;
3717
padding: 10px 0;
3718
font-size: 11px;
3719
font-weight: normal;
Pliki .less
Strona 3/3

Podobne dokumenty