Skip to content

Commit

Permalink
adding table styles to order/show
Browse files Browse the repository at this point in the history
  • Loading branch information
illiphilli committed Jul 13, 2011
1 parent 2c4b6f6 commit f44db01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions framework/modules/ecommerce/views/order/show.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
*
*}

{css unique="showorder" corecss="tables"}
{* css unique="showorder" link="`$asset_path`css/ecom.css" corecss="tables"}
{/css*}

{css unique="showorder" link="`$asset_path`css/ecom.css" corecss="tables"}

{/css}

Expand Down Expand Up @@ -56,7 +60,7 @@
{/permissions}
</ul>

<div class="yui-content">
<div class="yui-content exp-ecom-table">
<div id="invoice">
<div id="buttons">
{printer_friendly_link class="awesome `$smarty.const.BTN_SIZE` `$smarty.const.BTN_COLOR`" text="Print this invoice" view="show_printable"}
Expand Down
3 changes: 2 additions & 1 deletion subsystems/forms/controls/ckeditorcontrol.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ function controlToHTML($name) {
filebrowserLinkWindowWidth : '320',
filebrowserLinkWindowHeight : '600',
filebrowserImageBrowseLinkUrl : '".PATH_RELATIVE."external/editors/connector/CKeditor_link.php',
entities_additional : ''
entities_additional : '',
uiColor : '#dedede'
});
CKEDITOR.on( 'instanceReady', function( ev ) {
Expand Down

0 comments on commit f44db01

Please sign in to comment.