Skip to content

Commit

Permalink
MINOR: Adding icon to shop admin section.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmullenger committed Dec 26, 2012
1 parent 84dbde9 commit 4ad8569
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions code/order/Order.php
Expand Up @@ -387,11 +387,6 @@ public function getCMSFields() {
Tab::create('Order')
));

$fields->addFieldToTab('Root.Order', new LiteralField(
'Title',
"<h2>Order #$this->ID - ".$this->dbObject('Created')->Format('g:i a, j M y')." - ".$this->Member()->getName()."</h2>"
));

//Override this in updateOrderCMSFields to change the order template in the CMS
$htmlSummary = $this->customise(array(
'MemberEmail' => $this->Member()->Email
Expand Down
2 changes: 1 addition & 1 deletion css/ShopAdmin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added images/basket.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ad8569

Please sign in to comment.