Author |
|
youriv Groupie
Joined: 20 November 2013 Location: United Kingdom
Online Status: Offline Posts: 40
|
Posted: 28 January 2019 at 3:37am | IP Logged
|
|
|
Hi,
How can I disable the quick reply function please?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 28 January 2019 at 3:44am | IP Logged
|
|
|
Hello,
One of the ways to achieve that is to add
to .panel_bottom definition in CSS file of specific skin. For example, static/styles/themes/Default/styles.css file:
Code:
.panel .panel_bottom {
background-color: #ffffff;
border-radius: 0 0 4px 4px;
border-top: 1px solid #E2E2E2;
line-height: 26px;
padding: 10px 20px;
display: none;
} |
|
|
Be sure to clear web browser cache to apply changes.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|