Difference between revisions of "Remove Manual link from admin GUI"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: | Line 1: | ||
In file /home/mor/app/views/layouts/callc.rhtml | ''This option is available starting from [[MOR_9_documentation | MOR 9]], also backported to MOR 8'' | ||
=What is a Manual link in MOR?= | |||
Manual link opens a MOR MANUAL in Kolmisoft wiki page. This link can be found on the right bottom: | |||
[[File:Manual_path.png]] | |||
<br><br> | |||
=How to disable a Manual link ir MOR?= | |||
1. Go to '''SETTINGS -> Settings''' menu: | |||
[[File:Settings_path.png]] | |||
2. Select '''Visual''' tab and tick the marked checkbox | |||
[[File:Settings_visual_tab_hide_manual.png]] | |||
3. Press "Save changes" button: | |||
[[File:Settings_visual_tab_save.png]] | |||
4. The MANUAL link should not be visible now. | |||
<br><br> | |||
=Instructions for older MOR versions= | |||
1. In file /home/mor/app/views/layouts/callc.rhtml | |||
Change such line: | Change such line: | ||
Line 13: | Line 39: | ||
</nowiki> | </nowiki> | ||
Restart Apache. | 2. Restart Apache. |
Revision as of 11:05, 30 July 2010
This option is available starting from MOR 9, also backported to MOR 8
What is a Manual link in MOR?
Manual link opens a MOR MANUAL in Kolmisoft wiki page. This link can be found on the right bottom:
How to disable a Manual link ir MOR?
1. Go to SETTINGS -> Settings menu:
2. Select Visual tab and tick the marked checkbox
3. Press "Save changes" button:
4. The MANUAL link should not be visible now.
Instructions for older MOR versions
1. In file /home/mor/app/views/layouts/callc.rhtml
Change such line:
<div class="right-element"><a style="" href="http://wiki.kolmisoft.com/index.php/MOR_PRO_Manual" target="_blank"><%= image_tag('icons/pdf.png', :title => _('Manual') ) %> Manual</a></div>
To:
<div class="right-element"></div>
2. Restart Apache.