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 | 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> | |||
Restart Apache. | Restart Apache. |
Revision as of 13:00, 11 June 2009
In file /home/mor/app/views/layouts/callc.rhtml
Change such line:
<a style="" href="http://wiki.kolmisoft.com/index.php/MOR_PRO_Manual" target="_blank"><%= image_tag('icons/pdf.png', :title => _('Manual') ) %> Manual</a>
To:
Restart Apache.