- Posts: 5
- Thank you received: 0
Changing table colors in confirmation email
- bjorn
- Topic Author
- Offline
- New Member
-
Less
More
12 years 11 months ago - 12 years 11 months ago #15999
by bjorn
Changing table colors in confirmation email was created by bjorn
Is it possible to change the table colors in the confirmation email?
If i look to the css templates for email the class refers to os table, title cell and field cell.
<table width="100%" class="os_table" cellspacing="2" cellpadding="2">
<tr>
<td class="title_cell">
<?php echo JText::_('EB_EVENT_TITLE') ?>
</td>
<td class="field_cell">
<?php echo $this->rowEvent->title ; ?>
Where can i edit those classes?
If i look to the css templates for email the class refers to os table, title cell and field cell.
<table width="100%" class="os_table" cellspacing="2" cellpadding="2">
<tr>
<td class="title_cell">
<?php echo JText::_('EB_EVENT_TITLE') ?>
</td>
<td class="field_cell">
<?php echo $this->rowEvent->title ; ?>
Where can i edit those classes?
Last edit: 12 years 11 months ago by bjorn.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 11 months ago #16003
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Changing table colors in confirmation email
Hi
That file is located on emailtemplates folder. Please look at the file components/com_eventbooking/emailtemplates, you will see the files and can change it to meet your need .
Regards,
Tuan
That file is located on emailtemplates folder. Please look at the file components/com_eventbooking/emailtemplates, you will see the files and can change it to meet your need .
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.