how can i change the layout of the event page. I want the discription wraped in a box just like groups etc.
i found this topic, but ir didnt gave me the solution.
thanks
how can i change the layout of the event page. I want the discription wraped in a box just like groups etc.
i found this topic, but ir didnt gave me the solution.
thanks
/public_html/ow_plugins/event/views/controllers/base_view.html
line 88:
remove: type='empty'
from:
{block_decorator name='box' type='empty' iconClass='ow_ic_picture' langLabel='event+view_page_image_block_cap_label' addClass="ow_std_margin clearfix"}
To:
{block_decorator name='box' iconClass='ow_ic_picture' langLabel='event+view_page_image_block_cap_label' addClass="ow_std_margin clearfix"}