Changeset 1180236
- Timestamp:
- 06/13/2015 02:51:21 PM (11 years ago)
- Location:
- orillacart/trunk
- Files:
-
- 2 added
- 4 edited
-
com_shop/front/views/account/templates/account.tpl.php (modified) (1 diff)
-
com_shop/front/views/product_list/templates/grid.tpl.php (modified) (1 diff)
-
com_shop/front/views/product_list/templates/list.tpl.php (modified) (1 diff)
-
com_shop/languages/com_shop-el.mo (added)
-
com_shop/languages/com_shop-el.po (added)
-
main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orillacart/trunk/com_shop/front/views/account/templates/account.tpl.php
r1113566 r1180236 100 100 <tfoot> 101 101 </tfoot> 102 </ta 103 ble> 102 </table> 104 103 </div> 105 104 -
orillacart/trunk/com_shop/front/views/product_list/templates/grid.tpl.php
r1113566 r1180236 28 28 <div class="view-mode-label"><?php _e('View as:', 'com_shop'); ?> </div> 29 29 <a class="first" href="javascript:void(0);" onclick='jQuery("#list_type").val("list").parent().submit();' ></a> 30 <a class="active" href="javascript:void(0);" onclick='jQuery("#l 31 ist_type").val("grid").parent().submit();'></a> 30 <a class="active" href="javascript:void(0);" onclick='jQuery("#list_type").val("grid").parent().submit();'></a> 32 31 </div> 33 32 </div> -
orillacart/trunk/com_shop/front/views/product_list/templates/list.tpl.php
r1113566 r1180236 32 32 33 33 <a class="first" href="javascript:void(0);" onclick='jQuery("#list_type").val("list").parent().submit();' ></a> 34 <a class="active" href="javascript:void(0);" onclick='jQuery("#l 35 ist_type").val("grid").parent().submit();'></a> 34 <a class="active" href="javascript:void(0);" onclick='jQuery("#list_type").val("grid").parent().submit();'></a> 36 35 </div> 37 36 </div> -
orillacart/trunk/main.php
r1139932 r1180236 3 3 /* 4 4 Plugin Name: OrillaCart 5 Version: 1.4. 25 Version: 1.4.3 6 6 Description: ecommerce solution for WordPress 7 7 Plugin URI: http://orillacart.com … … 17 17 define("ORILLA_FRAMEWORK_BASE", realpath(dirname(__FILE__))); 18 18 define("ORILLA_FRAMEWORK_CORE", realpath(dirname(__FILE__) . DS . "core")); 19 define("ORILLACART_VERSION", "1.4. 2");19 define("ORILLACART_VERSION", "1.4.3"); 20 20 21 21 define("ORILLA_FRAMEWORK_PUBLIC_KEY", realpath(dirname(__FILE__) . DS . "core" . DS . "public_key" . DS . "orillacart.pub"));
Note: See TracChangeset
for help on using the changeset viewer.