Merge branch 'cleanmaster' into modules
Conflicts: core/lib/Thelia/Tests/Action/RewrittenUrlTestTrait.php
This commit is contained in:
@@ -5,7 +5,7 @@ return array(
|
||||
'Version %ver' => 'Version %ver',
|
||||
'View site' => 'View site',
|
||||
'View shop' => 'View shop',
|
||||
'Profil' => 'Profil',
|
||||
'Profil' => 'Profile',
|
||||
'Close administation session' => 'Close administation session',
|
||||
'Logout' => 'Logout',
|
||||
'Home' => 'Home',
|
||||
|
||||
@@ -222,8 +222,8 @@
|
||||
<div class="container">
|
||||
<p>{intl l='© Thelia 2013'}
|
||||
- <a href="http://www.openstudio.fr/" target="_blank">{intl l='Published by OpenStudio'}</a>
|
||||
- <a href="http://forum.thelia.net/" target="_blank">{intl l='Thelia support forum'}</a>
|
||||
- <a href="http://contrib.thelia.net/" target="_blank">{intl l='Thelia contributions'}</a>
|
||||
- <a href="http://thelia.net/forum" target="_blank">{intl l='Thelia support forum'}</a>
|
||||
- <a href="#" target="_blank">{intl l='Thelia contributions'}</a>
|
||||
</p>
|
||||
|
||||
{module_include location='in_footer'}
|
||||
@@ -269,4 +269,4 @@
|
||||
{module_include location='footer_js'}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
7
templates/backOffice/default/assets/js/jquery-ui-1.10.3.custom.min.js
vendored
Executable file
7
templates/backOffice/default/assets/js/jquery-ui-1.10.3.custom.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
@@ -308,8 +308,9 @@
|
||||
{javascripts file='assets/js/document-upload.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
|
||||
{javascripts file='assets/js/jquery-ui-1.10.3.custom.min.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
<script src="{url file='/tinymce/tinymce.min.js'}"></script>
|
||||
<script>
|
||||
|
||||
@@ -200,6 +200,9 @@ form_content = {$smarty.capture.delete_folder_dialog nofilter}
|
||||
{javascripts file='assets/js/document-upload.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
{javascripts file='assets/js/jquery-ui-1.10.3.custom.min.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
|
||||
@@ -299,6 +299,9 @@
|
||||
{javascripts file='assets/js/document-upload.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
{javascripts file='assets/js/jquery-ui-1.10.3.custom.min.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
|
||||
@@ -135,15 +135,12 @@
|
||||
{javascripts file='assets/js/bootstrap-editable/bootstrap-editable.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
{javascripts file='assets/js/bootstrap-switch/bootstrap-switch.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
{javascripts file='assets/js/jquery.typewatch.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
{javascripts file='assets/js/jquery-ui-1.10.3.custom.min.js'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{/loop}
|
||||
{/loop}
|
||||
{loop name="brand.feature" type="feature" product="{$ID}" title="isbn"}
|
||||
{loop name="brand.value" type="feature_value" feature="{$ID}" product=$product_id}
|
||||
{loop name="brand.value" type="feature_value" feature="{$ID}" product="{product attr="id"}"}
|
||||
<meta itemprop="productID" content="isbn:{$TITLE}">
|
||||
{/loop}
|
||||
{/loop}
|
||||
|
||||
Reference in New Issue
Block a user